Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mobile Internet Explorer #6

Open
umulmrum opened this issue Sep 26, 2014 · 2 comments
Open

Support mobile Internet Explorer #6

umulmrum opened this issue Sep 26, 2014 · 2 comments

Comments

@umulmrum
Copy link
Owner

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.

@umulmrum
Copy link
Owner Author

Just did another quick research. It seems that updated versions of mobile IE support touch events: http://blogs.msdn.com/b/ie/archive/2014/07/31/the-mobile-web-should-just-work-for-everyone.aspx

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).

@umulmrum
Copy link
Owner Author

Activated touch events for IE mobile, but can't check if it works - comments welcome :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant