Replies: 3 comments 11 replies
-
So on Android it works but ios it doesn't? Sounds like it's hasn't installed properly on ios. Can you try manually running the podspec? Or try reinstalling the library? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not sure to be honest. I've never used the emulator, so I can't guarantee that Bluetooth is available on it. |
Beta Was this translation helpful? Give feedback.
10 replies
-
I would open an issue, but it sound slike you've got it working with a different library. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I include this library in my project, but I cannot use the library methods. I set permissions in AndroidManifest file. Do I need to set permissions for iOS? For example, I am trying to use the isBluetoothEnabled() method, but it falls into the catch block within the try catch structure.
LOG [TypeError: Cannot read property 'isBluetoothEnabled' of null]
My code ise here:
I've been searching for days but I haven't found any results. Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions