You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it might be sufficient to enable touch events --> try this first (check if the user agent "iemobile" is determined correctly and enable touch support for it).
Mobile Internet Explorer uses pointer events instead of touch events. Therefore clicking does not currently work.
This issue should be fixed by someone with a Windows Phone device (there seems to be no free emulation software which covers pointer events?).
See this document: http://blogs.windows.com/buildingapps/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10/
In init.js there is some code commented out on this issue which didn't work.
The text was updated successfully, but these errors were encountered: