Hello!
I installed app on iPad Air (iOS 8) and it worked for me. Is the problem still reproducible for you?
Hello!
I installed app on iPad Air (iOS 8) and it worked for me. Is the problem still reproducible for you?
Hi Marina
I followed instructions reported in http://stackoverflow.com/questions/24... as you suggested me in another thread 2days ago so i changed some source files and now the app is working on ios8 phones too.
Thanks
Great! Thank you for update!
Hello, I'm having this problem. How did you solve it? The link you provide doesn't seem to have information related to this problem.
Thanks
Hi Manuel,
Please provide us more info about your problem.
Also please try to pass this tutorial http://devcenter.appery.io/tutorials/...
Regards.
Hello,
The geolocation used to work fine. I was making other changes to the app and now it doesn't work on iphone. On web and android it works perfectly.
What can it be?
Hi Manuel,
Please open weinre debugger before run the in iphone and then take a look in console.
If you have there something like:
pre
Channel not fired: onPluginsReady
Channel not fired: onCordovaReady
/pre
That means cordova not run thus you can not use device features..
Here is how to use weinre: http://devcenter.appery.io/documentat...
Regards.
Hi Manuel,
Please try following:
delete geolocation service.
add geolocation service once again.
add geolocation service datasource on the needed page - and try this datasource to invoke.
Also use "success" and "error" event handlers to see that your service is called.
Regards.