I am currently using WKWebView and a gelocation function in my cordova app using the HTML5 geolocation (which refreshes faster in my app than the cordova geolocation plugin).
When the app asks the user for permission to view their location, the string reads "http://localhost:12344 would like to use your current location".
Is there any way to mask that URL so it reads "appName would like to use your current position"? I'd even settle for "http://localhost/appName"!
I am currently using WKWebView and a gelocation function in my cordova app using the HTML5 geolocation (which refreshes faster in my app than the cordova geolocation plugin).
When the app asks the user for permission to view their location, the string reads "http://localhost:12344 would like to use your current location".
Is there any way to mask that URL so it reads "appName would like to use your current position"? I'd even settle for "http://localhost/appName"!
Thanks for such an awesome plugin!