A Mutual Incompatibility

Testing touch events involves calling the initTouchEvent() method. Without it, we couldn’t simulate browser touch events. Android and iOS both support that critical method, but they have different parameter ordering! We figure out how to use feature detection to get our tests working on both browsers.

comments powered by Disqus