Change-Id: I38fc9b1207e34a7561ac241368d4939d5458c65e
<li data-role="list-divider" id="labelcssFullScreen">CSS FullScreen</li>
<li id ="buttoncssFullScreen">
<div data-role="button" id="cssFullScreen">Request</div>
- <div data-role="button" id="cancelCssFullScreen" class="hideButton">Cancle CSS FullScreen</div>
+ <div data-role="button" id="cancelCssFullScreen" class="hideButton">Touch anywhere on the screen to cancel CSS FullScreen</div>
</li>
</ul>
</div>
element.webkitRequestFullScreen();
setTimeout(function() {
document.documentElement.webkitRequestFullScreen();
+ document.documentElement.addEventListener("click", function() {
+ window.location.reload();
+ });
}, 50);
}
EnablePassButton();