-
Notifications
You must be signed in to change notification settings - Fork 87
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
Bluefy - notifications support #470
Comments
I have also tested this on iPhone 13 pro with iOS 16.2 . The same issue occurs. |
Thank you for the issue. I was able to reproduce it. In the Bluefy Bluetooth logs, I see the following error: However, I have no idea why this happens and don't know how to debug Bluefy. I contacted the Bluefy support. Hopefully they can help. |
Same issue here. Any news from Bluefy ? The war might have impacted their activity.. |
I haven't heard back from Bluefy yet. |
@pwespi any update from Bluefy? |
No, I still haven't heard from Bluefy. |
This is still not working with iPhone 7 (iOS 15.8.1), Bluefy 3.9.0. I was able to avoid the error ( If you do I'm using a RaspberryPi Pico W as peripheral. The same javascript code works with Chrome 116+ on Mac OS 10.13 and Windows 10. The readValue and writeValueWithResponse operations are working fine for me in Bluefy. |
Is Bluefy a viable app considering that they don't respond? |
Hey guys, just come across this. I can help if there is sample code. I have use BlueFy for 2 Bluetooth products using ESP32. Work normal for me. Here is things to watch out
|
Can you explain how you integrated BlueFy into your WEB site?I have been trying to find out for a while now. BobSent from my iPhoneOn Apr 15, 2024, at 3:26 AM, curlyz ***@***.***> wrote:
Hey guys, just come across this. I can help if there is sample code. I have use BlueFy for 2 Bluetooth products using ESP32. Work normal for me. Here is things to watch out
Make sure you have location service enabled for the device
For the bluetooth setup process, have a delay between each call, requestDevice, findService, findCharacteristic, startNotify ... (I use 500ms delay, this is due to WebBluetooth problem)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Describe the bug
Notifications are not working in Bluefy browser on ipad 10.2 (2021) - iPadOS 16.1
Bluefy browser: https://apps.apple.com/us/app/bluefy-web-ble-browser/id1492822055
Read/Write operations work.
In the native version (generated using capacitor) of the same app notifications work well.
Web Bluetooth API notifications also work (for testing was used this sample: https://googlechrome.github.io/samples/web-bluetooth/notifications.html).
Plugin version:
"@capacitor-community/bluetooth-le": "^2.0.1"
The text was updated successfully, but these errors were encountered: