Re: [web-bluetooth] No popup to choose device

The issue is that the chooser is security-sensitive UI and so there is a limit to how much the browser can allow a site to customize it. The site might be malicious and so the browser must be sure to present the chooser in a way that won't allow the site to confuse the user. The browser also cannot allow the site to observe the list of devices available in the chooser, only the device that the user has chosen. This puts severe limitations on how customizable the UI is. We don't allow customization for other permission prompts either.

crbug.com/873111 is the Chromium issue and we will follow-up there.

-- 
GitHub Notification of comment by reillyeon
Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/358#issuecomment-412148965 using your GitHub account

Received on Friday, 10 August 2018 17:20:35 UTC