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: Wed Oct 23 2024 08:17:59 GMT-0900 (Hawaii-Aleutian Daylight Time)