Mobile Browser WebMIDI support
If I recall correctly, the WebMIDI API should technically work with Android Chrome; however, I am not certain I understand how this would technically be possible without using something like bluetooth.
I do not require Mobile support; however, it would be awesome to know if there's been any testing or exploration on this? MIDI control over mobile would be killer, but I could settle for using the Native OSX/Android app route for MIDI control if needs be.
Comments
Typically, on mobile, you would use BLE MIDI (Bluetooth Low Energy). This is known to work with the Web MIDI API. Adafruit produced a nicely detailed document called What is WebMIDI & BLE MIDI? that presents these technologies.