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