You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
pdportal doesn't currently support any mobile devices, because it requires Web Serial.
Describe the solution you'd like
As mentioned by dlog in this thread, there's a Serial API Polyfill available from Google that implements Web Serial on top of WebUSB. The polyfill repo explicitly mentions Android support. See also, https://caniuse.com/webusb
Describe alternatives you've considered
None
Additional context
I'd like to wait to action this until 0.2.0 lands.
The text was updated successfully, but these errors were encountered:
paulstraw
changed the title
Investigate possibility of using Web Serial polyfill to add Android support
Use Web Serial polyfill to add Android support
Mar 24, 2024
Is your feature request related to a problem? Please describe.
pdportal doesn't currently support any mobile devices, because it requires Web Serial.
Describe the solution you'd like
As mentioned by dlog in this thread, there's a Serial API Polyfill available from Google that implements Web Serial on top of WebUSB. The polyfill repo explicitly mentions Android support. See also, https://caniuse.com/webusb
Describe alternatives you've considered
None
Additional context
I'd like to wait to action this until 0.2.0 lands.
The text was updated successfully, but these errors were encountered: