-
Notifications
You must be signed in to change notification settings - Fork 95
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
Media key support #15
Comments
I don't know exactly how you want to use it, but it is supported see: https://github.com/djyde/WebShell/blob/master/WebShell/WebShellMediaKeysSupport.swift#L20 |
Actually, what i want is explosing an event listener API which let WebShell can tell the website what media key the user press. It is a very useful feature for the video web application. |
I got (for now)
i'll make a event trigger API later. the thing what makes the media keys support hard, is that via the media keys interface we can't communicate directly to the view controller unfortunately. https://github.com/djyde/WebShell/blob/master/WebShell/WebShellMediaKeysSupport.swift |
Considering support media key(previous, next, play/pause)
The text was updated successfully, but these errors were encountered: