Our company scheduling website requires certain key/mouse commands to navigate properly. Specifically double-clicking to open up a popup to look at item detail. An app was written by someone else for iPhone/ iPad that works okay with our system by including a small toolbox that would allow you to toggle shift, ctrl key functions to simulate mouse clicks to highlight/select multiple fields.
I am trying to create a similar app for Android using a custom WebView. I am new to the platform so am looking for some direction on the best approach to this task. I have a functional WebView right now, so I can do basic navigation, and am ready for the next step. If I use one of the listener classes, OnClick, or MotionEvent to trap a screen event, how do I "convert" this action to a double-click to activate the popup? I know I am missing something conceptually here, hence my question. Thanks in advance for your help! Jeff -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

