-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working at all #432
Comments
Are you using an Android or iOS device for scanning and connecting? |
Android |
are you using android 10? this plugin is having problems in this version of android |
Thanks for responding. I got it working. I had to remove android and add it again. |
Nice! Which @ionic-native/bluetooth-serial version are you using? Maybe it could also be this problem ;) |
It probably did not get added to the platform when I installed it. I used the bash command to add it, so I guess it was the most recent release. |
whoever has this problem, it could probably be that you have disabled the option to not allow access to the location just in the use of the app, let it always use the location. |
I don't think there's a problem with a plugin, but with the mobile settings |
Hi, we have the same issue with Galaxy Tab A7 and Android 10. Location Permission is granted. Does anyone has a fix or workaround? |
Created a pull request that should solve this issue.
The issue on Android 10 and above is that ACCESS_FINE_LOCATION is needed instead of ACCESS_COARSE_LOCATION. |
@WaldiirNeto |
I try to connect to an ESP32 using your plugin. But every time I use a function of the plugin, the code seems to stop working and neither of the callbacks gets called. One example would be this: bluetoothSerial.connect("24:6F:28:7B:D8:76",success, failure). The app stops there and no callback gets called. I can't figure out what my mistake is.
The text was updated successfully, but these errors were encountered: