Hi Max,
Can you recommend any ad providers that have javascript widgets or REST services, and maybe provide an overview of how to use them? Currently, I'm signed up with AdMob, but I can't quite find these things.
Regards,
Jaimee
Hi Max,
Can you recommend any ad providers that have javascript widgets or REST services, and maybe provide an overview of how to use them? Currently, I'm signed up with AdMob, but I can't quite find these things.
Regards,
Jaimee
I wish to take up the top 1/4 or so of the screen with my logo, and have it static on the page. I think the easiest way (and nicest way) to do this would be to put it in the MobileHeader but it doesn't seem to allow for great size vertically.
Is there some code I can use to increase it's size?
Or am I supposed to actually place the code on the screen load? :-/
PS. I've tried firefox 9.0.1 and internet explorer 7.
Regards,
Jaimee
Where do I place the code to have it react?
Also, I'd really like to have the user 'swipe' pages left or right and have the app recat by changing the page. Where would I put code for that type of input?
Hi Max,
I understand how I can use code on an event on a component, but what I would like is to have the app react when the phone is shaken. Where would I start to put the code for this?
Would it be upon page load?
Regards,
Jaimee
Hi, I'd like my page to refresh and change a tiggr component whenever the mobile device is shaken, i believe I can do this with the phonegap API? Could you please explain how this is done?
Regards,
Jaimee
That doesn't seem to work. Is it supposed to be like this:
var s = localStorage.getItem('termsAccepted');
var page = new pageItem('terms', 'screen-E71C.html');
if (s == null) {
navigate(page);
}
on Load on the home page?