jazz-soft/JZZ

Webview ios?

tizi24 opened this issue · 5 comments

Hello! some time ago i tried a small test using a webview with electron js on mac and it worked, could it work making a webview on ios to interact with usb midi devices?

The way it is implemented for electron will not work in webview.
But I believe there is an existing Web MIDI solution for IOS webview (not mine). Try to google it.

The way it is implemented for electron will not work in webview. But I believe there is an existing Web MIDI solution for IOS webview (not mine). Try to google it.

I was researching I only found old information, a solution that occurs to me is, make a bridge in swift with my webview jzz midi, but I lack experience in swift :(

Learning Swift would be faster than waiting for me to implement it :)

In what project are you going to use the webview?

¿En qué proyecto vas a usar la vista web?

a simple app to send sound changes PRG MSB LSB, SPLIT, I have it done but I wanted to use it for Iphone, I'm going to try to pass the midi devices and their msgs from swift to webview that Jzz midi processes and sends it to midi out swift

Swift midi in => webview jzz select in => jzz select midi out => Swift midi out

I don't know if the logic I'm going to try is correct, but I'm going to try