Replies: 1 comment 1 reply
-
The See feature request #487 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Permission handling
Hi,
I've been having some issues regarding the Bluetooth permissions while using this plugin.
I want to prompt a user with a popup before calling
initialize()
, so that I can prepare the users before showing the permission dialog.For this functionality I wanted to use the
checkPermissions()
andrequestPermissions()
methods, defined in the capacitor documentation.However, I am unable to use these methods. I don't know if I am not doing it correctly or if they aren't implemented in this plugin.
I would highly appreciate any information regarding this subject.
Thanks in advance,
Hanno
Beta Was this translation helpful? Give feedback.
All reactions