I have two pages, one is "index.html". It is used by a chrome packaged app and it has a webview inside. The other one is a fullscreen.html and it has a button with function:
document.documentElement.webkitRequestFullScreen()
.
So I point webview to fullscreen.html. But when I wanted to click button to full screen both webview and app, nothing happened.