mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	Fix style handling on iOS.
This commit is contained in:
		| @@ -519,3 +519,9 @@ GuacamoleRootUI.fields.username.setAttribute("autocapitalize", "off"); | |||||||
|  */ |  */ | ||||||
|  |  | ||||||
| GuacamoleRootUI.reset(); | 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