Fix style handling on iOS.

This commit is contained in:
Michael Jumper
2012-11-11 00:41:02 -08:00
parent d89b1e5f9a
commit f039537788

View File

@@ -519,3 +519,9 @@ GuacamoleRootUI.fields.username.setAttribute("autocapitalize", "off");
*/
GuacamoleRootUI.reset();
/*
* Make sure body has an associated touch event handler such that CSS styles
* will work in browsers that require this.
*/
document.body.ontouchstart = function() {};