Jonathan Stark
Jonathan Stark
I've been looking into this, and it is not as easy as it might sound. I could capture scroll position and jump to it after slideright animation completes, but this...
@alinnert this is a known (and very annoying) issue on android. Google for "ghost click android" for the latest developments. I haven't tested for it in a while so not...
@alinnert touchstart and touchend always have the same target even if the finger has moved. What needs to be done is to use touchmove track to track x and y...