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
I am using edgewebview to open a webpage in my app, I want to listen to the reports sent by the hid device using webhid, how to connect and listen to the webhid device, I tried to inject this "const devices = navigator.hid.requestDevice({ filters: [] });" but it does not open the picker ui, but if i do the same with inspect console it opens,
My requirement is to able to access the webhid device with navigator.hid.getDevice() and listen to it .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using edgewebview to open a webpage in my app, I want to listen to the reports sent by the hid device using webhid, how to connect and listen to the webhid device, I tried to inject this "const devices = navigator.hid.requestDevice({ filters: [] });" but it does not open the picker ui, but if i do the same with inspect console it opens,
My requirement is to able to access the webhid device with navigator.hid.getDevice() and listen to it .
Any help is appreaciated. :)
Beta Was this translation helpful? Give feedback.
All reactions