Is there a way to retrieve GPS location from a device in an App Maker app?
I'm trying to create a "checkin" app for my users. I want to retrieve their GPS location (lattitude, longitude) when they submit their "checkin".
Is there a way to retrieve GPS location from a device in an App Maker app?
I'm trying to create a "checkin" app for my users. I want to retrieve their GPS location (lattitude, longitude) when they submit their "checkin".
Yes, you can, on a Chrome browser, see https://developers.google.com/web/fundamentals/native-hardware/user-location/ for all the details.
The user must consent to disclosing their location.