This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 375
[webusb] Nano X not detected on Windows 10 #456
Comments
Hey M8, WebUSB is only kindof supported on windows, and requires some manipulation with Zadig to get it to work. Here is how we construct the transport for all platforms:
|
Ok but Nano S is working well in the same env. |
danimoh
added a commit
to nimiq/ledger-api
that referenced
this issue
Jun 26, 2020
HID has better compatibility on Windows due to driver issues for WebUSB for the Nano X (see LedgerHQ/ledgerjs#456 and WICG/webusb#143).
Looks like it's working now, i didn't change any of my code. |
Hi @picatextra - just wondering: Can you interact with the device (Nano X) more than just once on Windows? I am seeing one normal interaction and then |
@humanumbrella , i had somes transactions, didn't have any error |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On Windows , if i want to connect to my Nano X through webusb, it's not showed on the browser popup. I noticed Windows don't find a driver for the device, while Nano S has a driver.
On Mac, it's ok.
Command line to show usb device :
navigator.usb.requestDevice({filters:[{ vendorId:0x2c97}]})
The text was updated successfully, but these errors were encountered: