My company has a website that uses Javascript onDblClick() to open items (an incredibly poor choice, but one I have to live with). I have webview setup with Javascript working, but Android is not send a double-tap through as a dbl-click. I've found multiple ways to trap the dbl-tap, but I can't find any way to programmatically send a dbl-click that the Javascript will accept. I would even be happy having the user long-press in order to send the dbl-click, and but I'm still at a loss on how to SEND the dbl-click through the webview. Everything is focused incoming event identification.
Any help would be greatly appreciated.
Cheers!

