Run Location services / GPS in background while app is running
I have an issue with my app!!
Here it goes
The app is using iframe to load the webpage into appery and run the GPS location fine but in that way app is very very slow (it takes a while to click on the text box and cursor is also behaving strange on phone) and we have compatibility issues with different phones and ipad (the app works a bit better on ipad)
So, to resolve this compatibility issue em thinking of not using iframe and just use Navigate to link on page show to show the webpage and in that case i still want to run the GPS in background..
If I open some other app and my app goes to background then I still want it to send the location to the server while the app is running in background.
Currently its only sending gps info to server when the app is open and not in background.
Is there a way to do it?