Basic usage silently fails #342
raphaelbastide
started this conversation in
General
Replies: 1 comment 11 replies
-
Hi, i think i came across something similar, where it seems to be some kind of problem with android(13) and firefox (109)... did you use https? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With Firefox Nightly (v111), I manage to see midi messages from my hardware without webmidi.js. But because it’s seams to be way easier to use the library to intercept them, I try to list inputs and outputs just like the basic page recommands.
The result is: nothing really happens, except a security notice for midi access I accept. Then nothing is logged. If I
console.log(WebMidi);
I can see the object as expected (with inputs and outputs), but it seems theonEnabled()
function is never called, and no error is caught. What do I miss?Beta Was this translation helpful? Give feedback.
All reactions