I'm using r243
I've been struggling to get touch working right for a project, it's easy enough for the most part and works fine on a desktop but when I test on a samsung s4, things like touch and drag affect the browser window, refresh if I drag downward and double clicking in the app will cause the browser window to zoom in/out. Whenever I touch the event registers, and will stay 'in touch' until I let go, or, if I drag around the screen without letting go intouch will also end.
But here's the tricky part, I looked at the Space Blaster example, and built and ran it to see if it had the same issues, it does not, it works exactly like it should, drag events on the game window do not affect the browser, and intouch events work continuously, the only thing I noticed was I'd get a little vibration from 'long press' but no other side effects there. I did everything I could to try to make my controls work exactly the same in my main project, with no luck.
The final deal is that I created a bare minimum project to test further, it's just a text field, and a Touch object followed by setting the text field to show where I was touching, that worked flawlessly as well. So I can see that things *should* work just fine, but there seems to be something that can mess things up,