Letter skips to next square when typing on Edge
-
Hi,
Edge seems to need to be detected as MSIE so I changed inside crossword.js
function GetIEVersion()
Line 774
else if (!!navigator.userAgent.match(/Trident\/7\./) || navigator.userAgent.match(/ Edge\//) ){
I did not check all the code to know the difference between IE and other browser …
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Letter skips to next square when typing on Edge’ is closed to new replies.