Page 2 of 8

Geolocation Tracking App

Posted: Wed Apr 03, 2013 9:02 pm
by Joe Paisley

Sorry I didn't specify, the load icon appears on the mobile .apk debug when I click the "turn on GPS." The icon appears, and then doesn't disappear.


Geolocation Tracking App

Posted: Wed Apr 03, 2013 9:14 pm
by Illya Stepanov

Hi Joe, does that icon show any activity of a service? Could you please show us messages in console.


Geolocation Tracking App

Posted: Wed Apr 03, 2013 11:49 pm
by Joe Paisley

Here's what the console read when I press the "turn on GPS" button. Image


Geolocation Tracking App

Posted: Thu Apr 04, 2013 10:59 am
by Kateryna Grynko

Hi Joe,

Sorry for the delay. On Connect page on button click there is JavaScript for Facebook login. On click event, there are also Invoke Rest Service action and Navigate to page "Website" action added. You should delete the last two.

Also, in JavaScript code replace:
codeTiggzi.navigateTo('Website', {reverse: false}); /code
with the following:
codeTiggzi.navigateTo('Website', false); /code
Google Adsense would work properly.


Geolocation Tracking App

Posted: Thu Apr 04, 2013 12:24 pm
by Joe Paisley

Thanks Katya!


Geolocation Tracking App

Posted: Thu Apr 04, 2013 12:25 pm
by Joe Paisley

But something strange is happening now: When I click the "show location" button on the "map" page, nothing happens. Is the "show" location button causing an error? I don't recall changing the javascript for the "get directions" button click event. Is there something wrong with it?


Geolocation Tracking App

Posted: Thu Apr 04, 2013 2:28 pm
by Maryna Brodina

Hello! Is there any JS error in console? Could you check that please?


Geolocation Tracking App

Posted: Thu Apr 04, 2013 3:10 pm
by Joe Paisley

Geolocation Tracking App

Posted: Thu Apr 04, 2013 5:18 pm
by Maryna Brodina

Working on it...


Geolocation Tracking App

Posted: Thu Apr 04, 2013 5:21 pm
by Joe Paisley

thanks!