Add media play events to webview

This commit is contained in:
Brian R. Bondy 2015-12-19 22:16:22 -05:00
parent bff2861311
commit fed0c43970
9 changed files with 38 additions and 1 deletions

View file

@ -22,7 +22,9 @@ supportedWebViewEvents = [
'page-title-updated'
'page-favicon-updated'
'enter-html-full-screen'
'leave-html-full-screen'
'leave-html-full-screen',
'media-started-playing',
'media-paused',
]
nextInstanceId = 0