daphtdazz / WebBLE

iOS WebBluetooth Polyfill
Other
111 stars 39 forks source link

Support generated data downloads #57

Open andrewgoz opened 1 year ago

andrewgoz commented 1 year ago

I have a BLE app that generates downloadable data in the browser. The download links I generate do not work (they do nothing) in WebBLE like they do in Safari.

Sample code is available at:

https://jsfiddle.net/Lk3tgxmy/

Either form is acceptable, but blob URL support would be best to handler larger files.

andrewgoz commented 1 year ago

This may be helpful, I'm not sure:

https://github.com/pwa-builder/pwabuilder-ios/pull/54