strafton opened a new issue, #264:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/264

   # Bug Report
   I am seeing errors my cordova app with Android 33 API. It appears to never 
ask for the locations services permissions so there is no way to set these on 
the device even manually.  This has worked on all other Android API's for 
multiple YEARS without issue.
   
   Any thoughts on getting this to work would be appreciated!
   
   
   ## Problem
   Location services is declined always and the user is never presented a popup 
to accept these due to the an issue with the thread pool.
   
   ### What is expected to happen?
   The app initialized and asks to allow locations services.
   
   
   ### What does actually happen?
   The popup for location services is never presented and the permissions is 
denied.
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   D/GeolocationPlugin: We are entering execute
   W/PluginManager: THREAD WARNING: exec() call to Geolocation.getPermission 
blocked the main thread for 30ms. Plugin should use 
CordovaInterface.getThreadPool().
   D/CordovaActivity: Paused the activity.
   D/GeolocationPlugin: Permission Denied!
   
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   Android 33+  emulators and physical devices
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   Android Studio Electric Eel | 2022.1.1 Patch 2
   
    cordova -v
   11.1.0
   
   @havesource/cordova-plugin-push 4.0.0-dev.0 "Cordova Push Plugin"
   cordova-custom-config 5.1.1 "cordova-custom-config"
   cordova-launch-review 4.0.1 "Launch Review"
   cordova-plugin-ble-central 1.6.3 "BLE"
   cordova-plugin-device 2.1.0 "Device"
   cordova-plugin-geolocation 4.1.0 "Geolocation"
   cordova-plugin-inappbrowser 5.0.0 "InAppBrowser"
   cordova-plugin-keyboard 1.2.0 "Keyboard"
   cordova-plugin-splashscreen 6.0.2 "Splashscreen"
   cordova-plugin-statusbar 3.0.0 "StatusBar"
   
   
   
   


-- 
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]

Reply via email to