h5bp/mobile-boilerplate

Add support for pointer events

alexgibson opened this issue · 1 comments

Given that the current implementation of fastButton in MBP does not support pointer events for IE10, should we consider moving to a new library that can consolidate mouse/touch and pointer?

Two possibles are:

Alternatively, could we support IE10 simply by using -ms-touch-action: none;

https://hacks.mozilla.org/2013/04/detecting-touch-its-the-why-not-the-how/

Just throwing this out for discussion...

Hey there. Thanks for reporting this. We appreciate it :) I'm going to close this as this project is deprecated.