We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using a mobile phone, it seems to be possible to get the GPS position within the browser: https://stackoverflow.com/questions/2577305/get-gps-location-from-the-web-browser
This could be useful to input the position of a device or a gateway.
The text was updated successfully, but these errors were encountered:
https://www.npmjs.com/package/react-geolocated
Sorry, something went wrong.
@KidusMT This one should be easy. Just include the library in https://github.com/Waziup/waziup-dashboard/blob/master/src/components/devices/device/LocationForm.js And fill in the initialLocation, if GPS available. Maybe a button with some label "Get location from Smart Phone GPS" would be nice.
KidusMT
No branches or pull requests
When using a mobile phone, it seems to be possible to get the GPS position within the browser:
https://stackoverflow.com/questions/2577305/get-gps-location-from-the-web-browser
This could be useful to input the position of a device or a gateway.
The text was updated successfully, but these errors were encountered: