jcesarmobile commented on issue #259: URL: https://github.com/apache/cordova-plugin-geolocation/issues/259#issuecomment-1688052434
The plugin only prompts for permission, but the prompt you are talking about is something you should prompt before the plugin prompts for permissions, so there is nothing to do on the plugin side, you could use cordova-plugin-dialogs plugin to show that text before using cordova-plugin-geolocation You can see a video with an explanation about that disclosure text and how it should be presented before requesting the permissions, but it's a different prompt from the permissions prompt https://www.youtube.com/watch?v=b0I1Xq_iSK4 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
