How Mobile Safari emulates mouse events By Jesse Hallett Jesse Hallett •28th Jul 2011•4 min read•Tags: web When you are adapting web apps to touchscreen devices particular challenges come up around events like mouseover and mouseout. Touchscreen devices like the iPad do not have a cursor, so the user cannot exactly move the mouse over an HTML element. However, Mobile Safari, the web browser that c

