mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
Fix style handling on iOS.
This commit is contained in:
@@ -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() {};
|
||||
|
Reference in New Issue
Block a user