KMW presently relies entirely upon the touchstart event for touch-based control focusing, which can present an issue to pages wishing to use the HTMLElement.focus() function to focus a given control programatically.
Discovered during work on the engine tester PR, #585.
KMW presently relies entirely upon the
touchstartevent for touch-based control focusing, which can present an issue to pages wishing to use theHTMLElement.focus()function to focus a given control programatically.Discovered during work on the engine tester PR, #585.