You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I updated my Ionic project from Capacitor 1.5 to 2 and ran into an issue with one of my test devices. I have 3 test device running on Android 8, 9, and 10. The 8 and 9 devices still functioned as expected, picking up the Bluetooth devices, however, the 10 device would not.
I didn't seem to be getting any errors in the logs and after I rolled back to Capacitor 1.5 it worked again.
I'm a bit time constrained at the moment by I did do a little research on the issue and found something indicating that android 10 requires additional permission to access ble called ACCESS_BACKGROUND_LOCATION. I added this permission request to the project using another plugin but it didn't seem to help.
As of now I have rolled back to Capacitor 1.5 and will continue development on it.
The text was updated successfully, but these errors were encountered:
Hello,
I updated my Ionic project from Capacitor 1.5 to 2 and ran into an issue with one of my test devices. I have 3 test device running on Android 8, 9, and 10. The 8 and 9 devices still functioned as expected, picking up the Bluetooth devices, however, the 10 device would not.
I didn't seem to be getting any errors in the logs and after I rolled back to Capacitor 1.5 it worked again.
I'm a bit time constrained at the moment by I did do a little research on the issue and found something indicating that android 10 requires additional permission to access ble called ACCESS_BACKGROUND_LOCATION. I added this permission request to the project using another plugin but it didn't seem to help.
As of now I have rolled back to Capacitor 1.5 and will continue development on it.
The text was updated successfully, but these errors were encountered: