Relative Content

Tag Archive for javascriptandroidfluttergeolocationlocation

Sending location data from a flutter app to a website

I’m using webview_flutter to display a website that I built in a flutter app on android.
I have geolocation on the website that takes the location information from any device that supports it, it’s working fine on pc and in browsers on phones but the location isn’t being sent in the flutter app.
I have added the location permissions and the handlers for location access on the app and gave the app the full location access but it’s still not sending the data to the website.
p.s. the flutter app is for android