Android browser touch events stop display being updated inc. canvas/elements - How to work around?
- by Ed Kirk
On some android's native browser touching the page seems to stop the display from being updated until the finger is released. This occurs for both html element based animation (switching classes) and for canvas based animation. It does not however stop normal js execution and other events are fired as normal. On devices with this problem the…