webkit fullscreen detection

This commit is contained in:
Peng Lyu
2019-06-24 10:41:31 -07:00
parent 0dd15c5120
commit 41b3cbc1dc
2 changed files with 9 additions and 2 deletions

View File

@@ -858,6 +858,7 @@ export const EventType = {
RESIZE: 'resize',
SCROLL: 'scroll',
FULLSCREEN_CHANGE: 'fullscreenchange',
WK_FULLSCREEN_CHANGE: 'webkitfullscreenchange',
// Form
SELECT: 'select',
CHANGE: 'change',