Hello, Im new in this aplication.
how can I get an accurate gps location in mobile from user for free?
wich plugin?
thank you
If you’re building a native app, use the built-in location services feature. For web apps, I’m not aware of any plugin that can access the mobile device’s GPS and provide a precise location, but several plugins can offer the approximate location based on the user’s IP address, such as this one.
Natively’s plugin can also access the device’s GPS, but requires you to wrap the web app and add it to the App Store or Google Play. Natively gives you access to a bunch of other native app features, like biometrics (e.g. Face ID) and push notifications.