Page 13 of 14

Brand New to Tiggzi

Posted: Fri Mar 29, 2013 2:58 pm
by Maryna Brodina

By the way, why don't you try to update your Android version?


Brand New to Tiggzi

Posted: Fri Mar 29, 2013 3:17 pm
by Maryna Brodina

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")


Brand New to Tiggzi

Posted: Fri Mar 29, 2013 4:02 pm
by Joe Paisley

How can I update my android version?


Brand New to Tiggzi

Posted: Fri Mar 29, 2013 9:20 pm
by Kateryna Grynko

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.


Brand New to Tiggzi

Posted: Sun Mar 31, 2013 3:09 pm
by Joe Paisley

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!


Brand New to Tiggzi

Posted: Mon Apr 01, 2013 8:28 am
by Kateryna Grynko

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?


Brand New to Tiggzi

Posted: Mon Apr 01, 2013 1:22 pm
by Joe Paisley

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?

Image


Brand New to Tiggzi

Posted: Mon Apr 01, 2013 1:36 pm
by Joe Paisley

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.


Brand New to Tiggzi

Posted: Mon Apr 01, 2013 1:36 pm
by Joe Paisley

Perhaps this should be in a new thread?


Brand New to Tiggzi

Posted: Mon Apr 01, 2013 2:08 pm
by Kateryna Grynko

Joe,

To make Weather Rest Service work you would need to change URL.

Replace
codehttp:&#47;&#47;free&#46;worldweatheronline&#46;com&#47;feed&#47;weather&#46;ashx/codewith
codehttp:&#47;&#47;api&#46;worldweatheronline&#46;com&#47;free&#47;v1&#47;weather&#46;ashx/code