Geolocation Tracking App
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.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.
Hi Joe, does that icon show any activity of a service? Could you please show us messages in console.
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.
Thanks Katya!
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?
Hello! Is there any JS error in console? Could you check that please?
Working on it...
thanks!