Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webview ios? #78

Open
tizi24 opened this issue Feb 4, 2023 · 5 comments
Open

Webview ios? #78

tizi24 opened this issue Feb 4, 2023 · 5 comments

Comments

@tizi24
Copy link

tizi24 commented Feb 4, 2023

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?

@jazz-soft
Copy link
Owner

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.

@tizi24
Copy link
Author

tizi24 commented Feb 4, 2023

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 :(

@jazz-soft
Copy link
Owner

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

@jazz-soft
Copy link
Owner

In what project are you going to use the webview?

@tizi24
Copy link
Author

tizi24 commented Feb 17, 2023

¿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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants