MIDIWebView

master

WebMIDI API integration into WKWebView
bloxidge/MIDIWebView

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!
    
    ...
}

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Thu Feb 22 2024 09:29:32 GMT-1000 (Hawaii-Aleutian Standard Time)