You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/05/03 22:53:57 UTC

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #240: IOS 15 Geolocation permission message issue.

breautek commented on issue #240:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/240#issuecomment-1116734493

   If you're seeing `://` as the title, it's likely because you're calling on the browser's implementation of geolocation rather than the cordova plugins implementation. This can occur when you have invoked the geolocation APIs **before** the `deviceReady` event has fired.
   
   If you are waiting for the `deviceReady` and still is seeing this issue, we'll need a reproduction app to move this forward. In such case, please reduce the amount of dependencies down to the bare minimum, e.g. no frameworks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org