Automatic Geolocation Call

0
I want my app to send the coordinates of the location of the device automaticaly to the database. Is it possible to call the phonegap widget (geolocation) form a microflow instead of clicking the button?
asked
1 answers
3

Microflows are server resources, due to the nature of HTML it currently is not possible to call client content from your server by default. If you want to build something like this you would need to setup a way to push communications to your clients instead of the other way around. But be aware that this is not an easy task.

Initiating client functionality from the client say it by button or by timeout is much easier.

answered