I have a simple app that asks the user for his current location and the user approves the request. I can also get his location and everything is working fine.
In addition I have a uiwebview that present a different url, this url also asks permission to use the user current location (although my app already has the permissions).
Can I transfer the permissions my app has to the webview? Can I disable the popup from the webview and supply him the location?