I'm trying to build an app for the N97 using the wrt. I want to be able to detect swipe movements on the screen.
I've tried using all the standard javascript events (mousedown, mousemove, mouseover, mouseout etc) but with very little success.
mousemove seems to only fire once at the start of a movement and so is in effect the same as mouse down.
mouseover only fires once unless the stylus/finger is lifted off the screen and then put pack down over a different element. Mouseout also only fires if stylus/finger is lifted off the screen and then put pack down.
mouseup rarely fires at all and when it does gives the smae clientX and Y values as mousedown even though I've moved the stylus.
Are there any other events I can try or is there something else I need to do to clear one event and detect another without the stylus being lifted off the screen?
HeathenBob
Mantic Point Solutions Ltd

Reply With Quote

