I have a webview app in both IOS and Android. Both apps have location permission. When I request the location it says "mydomain wants to know your location"
The problem is my domain is an IP:Port. I think it scares people when they see that list of numbers wanting to know your location. Is there anyway to use my app name in webview when requesting location through html/javascript
I understand there are probably security issues with trying to mask who is requesting the location, but thought I would ask.
If the app already has the permission, can I hide the webview location request. When the app loads it asks for location, then it asks again right after the site loads.