- From: Giovanni Ortuno via GitHub <sysbot+gh@w3.org>
- Date: Fri, 11 Dec 2015 19:27:49 +0000
- To: public-web-bluetooth-log@w3.org
There are a couple of issues here: 1. You are not seeing the chooser because the polymer element doesn't call `requestDevice`, which is what opens up the chooser, if you already granted permission to the device. 2. The polymer element believes you are already connected. This is because we haven't fully implemented disconnection yet. We are working on it. 3. Android doesn't handle disconnections yet. When a device disconnects, Chrome On Android still believes the device is connected and tries to access the characteristic. Still, I haven't been able to crash chrome. All of that explains why nothings happens when you press connect. Now, I haven't been able to reproduce the crash. Next time it happens make sure to report it. Then go to `chrome://crashes` and please file a bug. ![device-2015-12-11-112440](https://cloud.githubusercontent.com/assets/3117611/11753422/d8dd5ffa-9ff9-11e5-9e84-43026a680235.png) -- GitHub Notification of comment by g-ortuno Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/192#issuecomment-164026588 using your GitHub account
Received on Friday, 11 December 2015 19:27:51 UTC