Geolocation - App asks for general permission and afterwards for "http://meteor.local"

Unfortunately when I deploy an iOS App, the app asks for general permission (as it should) but also afterwards for “http://meteor.local” as it is a webview.
Is there any way to bypass this second prompt or is this a “problem” you always have to deal with?

Thanks in advance.

Just to make sure that the question is clear: it’s about the mdg:geolocation plugin.

I installed it, it’s correctly getting the location and the app asks for location permission when started but in addition the app asks for permission to access the location for “http://meteor.local” too.

The result should be only one time asking for permission for the app in general and not again and again for the URL. Anybody faced this problem and/or has a solution?

Thanks in advance!