I am trying to fix an Android app that is a webview to a site that was uses the HTML5 Geocoding function. The site displays a GoogleMap and if the site is allowed to know the user's location then it will add a second marker at the user's location and display directions on the map.
As of right now inside the webview there is no button that pops down asking for permission to know the user's location and also no feedback indicating that it does know the user's location. I would be okay with either of these things happening.
The app asks for permission to internet, access_network_state and access_fine_location
I'm not sure if there is some other permission I have to grant it that I haven't been able to find or if there's a way to use the access_fine_permission to pass to the website.