I was about to use this lib for ledger device connection and found a problem.
It works in web but not in electron. I'm getting following issue when call pairDevice method.
WebUSBCouldNotPair: Could not pair Ledger: Failed to execute 'requestDevice' on 'USB': Must be handling a user gesture to show a permission request.
So I digged into it and noticed that this lib uses "@ledgerhq/hw-transport-webusb" which is not supported in electron.
Did I miss something or is it in progress or future plan?
I was about to use this lib for ledger device connection and found a problem. It works in web but not in electron. I'm getting following issue when call pairDevice method.
So I digged into it and noticed that this lib uses "@ledgerhq/hw-transport-webusb" which is not supported in electron. Did I miss something or is it in progress or future plan?