By the way, why don't you try to update your Android version?
By the way, why don't you try to update your Android version?
Tested your app with iPhone, it won't work until you check Publick (see tutorial "To make it work on iPhone or iPad you must set project to public")
How can I update my android version?
Hi Joe,
You should delete the incorrect line in JS asset "JavaScript1" as I adviced you:
code
<!--
/code
To make your app work on Android, as a workaround delete Panel with Google ads on "Website" page. The app would work properly.
New Development: I removed all google ads javascript and html in the panel components. The app works fine on my android phone. We definitely know it's adwords causing the problem. Why would adwords affect the operation so much?
Who other issues I'd like to clear up:
Can the google map initially have the "bicycle overlay"?
Can I press the show location button, and it will automatically populate the "start" input component with those coordinates?
Also, have I don't anything wrong with the weather API? Are the data parameters correct? Have I set the "request" and "response to be valid?
Also, how do I use the "graph" tool for facebook? I don't think it's working, and I don't even know
.
Thanks so much!
Hi Joe,
New Development: I removed all google ads javascript and html in the panel components. The app works fine on my android phone. We definitely know it's adwords causing the problem. Why would adwords affect the operation so much?
Google Adsense can't work with Ajax navigation used in JQM. Try ticking "Use Full Screen Refresh" in "Navigate To Page" action. If you use JavaScript to navigate try this one:
codenavigateTo("PageName", false)/code
Can the google map initially have the "bicycle overlay"?
"bicycle overlay" can be added only via JavaScript. You can on Load event add JavaScript action that enables "bicycle overlay".
Can I press the show location button, and it will automatically populate the "start" input component with those coordinates?
Yes, see our tutorial http://docs.tiggzi.com/tutorials/buil...
Also, have I don't anything wrong with the weather API? Are the data parameters correct? Have I set the "request" and "response to be valid?
http://docs.tiggzi.com/tutorials/buil...
Does "Test" in Rest Service parameters work?
Also, how do I use the "graph" tool for facebook? I don't think it's working, and I don't even know
http://docs.tiggzi.com/tutorials/buil...
What exactly doesn't work?
Alright, so I tried making all of the pages to load with "full screen refresh" and the ads seem to work then, but it changes the whole feel of the app. The browser address is displayed, and sometimes a strange zoom button appears. This isn't so bad on most pages, but on the "map" page it makes things a little difficult and confusing for the user. I suppose I could just very carefully select the pages that would be compatible with that type of look, such as the "camera" and "weather" pages. But when it's full screen refreshed, the add loads fine.
I'm still not sure how to get the overlay to start on the "page load" on the "map" page. Did I add it incorrectly? I believe I got the Geolocation data to populate in the input field, albeit in raw long/lat form.
The weather app doesn't work for me for some reason. I get this error when I go to the Test tab and hit "test." Have I created the getWeather service incorrectly?
Is there a way to track geolocation, and record that tracking data, i.e. mileage traveled until tracking is terminated. Could this be accomplished and the data be collected?
I would like to track a "ride" and allow that data to be shared.
Could buttons initiate and terminate "tracking" geolocation and then use that data. For instance, the button would hypothetically initiate geolocation tracking and a timer, then another button would stop the tracking and the timer, and a function that divides miles/time to get the average speed.
Tiggzi is an awesome platform, and you guys are wonderful with support. When this is all said and done, I would love to tell others of this product's benefits. Thanks for your patience and help.
Perhaps this should be in a new thread?
Joe,
To make Weather Rest Service work you would need to change URL.
Replace
codehttp://free.worldweatheronline.com/feed/weather.ashx/codewith
codehttp://api.worldweatheronline.com/free/v1/weather.ashx/code