Replies: 1 comment 1 reply
-
This is most likely not related to #334. It simply means there's no support for the Web MIDI API. What happens if you try in Chrome on Android? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As a somekind of follow up to
#334
On Android (Galaxy S20, Android 13, Firefox 109) opening up https://schoko11.github.io/KEKO-WEB/ (https://github.com/schoko11/KEKO-WEB)
just gave an error
TypeError: navigator.requestMIDIAccess is not a function
on
when using chrome i get a request to allow the connection, but could not find it on firefox ???
Furthermore it seems that there is one in and output channel present(when setting it up like in the CME Manual), when adding a listener
function, test is not called on android (+ chrome 109) while this works on WIN10 (when sending sysex from the hardware)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions