IE10 Win8 on Touch devices
-
I canged/added 2 lines of javascript code (black-studio-touch-dropdown-menu.js) to make it work on IE10 and Windows 8 touch devices:
..snip..
var black_studio_isTouch=((“ontouchstart” in window)|(window.navigator.msPointerEnabled));
..snip..
var $this=$(this);$this.attr(“aria-haspopup”,true);
..Please check the and code and maybe you can update to a new version to support IE10 and win8
have fun
https://www.ads-software.com/extend/plugins/black-studio-touch-dropdown-menu/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘IE10 Win8 on Touch devices’ is closed to new replies.