TIP Tizen launches web applications on the WebKit browser. There are dedicated methods available to launch video playback in the fullscreen mode: videoDOMElement.webkitEnterFullscreen(); To exit the fullscreen mode developer, should use: document.webkitCancelFullScreen();
But webkitEnterFullscreen does not enter full screen.
Is there additional settings/configs which should be done?
document.webkitCancelFullScreen() exits full screen without any issues