My company uses IBM WebSphere for the backend on their web apps. IBM decided that they wanted their web apps to act as much like desktop apps as possible to include having to double-click on things to open them (Argh!). Needless to say, this has caused a lot of problems with touch devices since the normal implementation of a double-tap in a browser is to zoom in/out. I have to write a browser app for Android that will allow the user to either double-tap or long-press on certain elements to open them. I've located the the onDoubleTap and other GestureDetector calls, but by real question is how to go about SENDING a double-click. I can't find any way to do this. I know I must be overlooking something very simple, but any help would be greatly appreciated.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|