vclick generated on list drag in webOS
When I click and drag a listView on webOS with phonegap to scroll down a list, if the drag is very quick (under a second), the 'click' and 'vclick' events are still generated. I'm using the built-in webOS scene scroller for scrolling (which is handled by phonegap and webOS - I haven't touched it)
I'm using
- mylist.delegate('li', 'vclick', this.clickHandler);
to listen for vlicks.
On the iPhone emulator, the vclicks are not generated on a drag to scroll a list.
Any ideas? Thanks!