Davids Paskevics
Davids Paskevics
I'm also experiencing the issue, but with Firefox on a Pixel 6a. I've captured a bug report immediately after losing the permission and toggling it back on. I can share...
Unfortunately, reinstallation did not solve the issue for me.
Oops, looks like I managed to break mouse support. Converting back to draft until that's fixed
Yes, I'm sure that the mouse support does work on the current master and is broken by my PR. I think I've managed to narrow it down to a strange...
I investigated this and started writing some code for it. Unfortunately, it's blocked by https://github.com/lief-project/LIEF/issues/213. We could work around this by shipping a dummy ELF for each architecture we want...
Still experiencing this with Firefox.
Running with `RUST_LOG=trace`: ```sh $ cargo run --example u2f_hid Finished dev [unoptimized + debuginfo] target(s) in 0.07s Running `target/debug/examples/u2f_hid` 2023-10-30T18:50:24.406223Z INFO libwebauthn::transport::hid::device: Listing available HID devices, count: 1 at libwebauthn/src/transport/hid/device.rs:77...
That's an android limitation in newer versions. Accessing an external sdcard requires using the [storage access framework](https://developer.android.com/guide/topics/providers/document-provider.html), which plain unix tools don't support.