MIDIWebView
Problem:
WebMIDI API is not natively included for WKWebView in iOS.
Solution:
WMWebView A subclass of Apple's WKWebView which executes a Javascript polyfill for the WebMIDI API spec.
Usage
import MIDIWebView
class MyViewController: ViewController {
@IBOutlet var myWebView: WMWebView!
...
}