Hello, I am developing a GWT-based application to be used on the Android Platform through the browser. The one big problem that I'm running into is the hijacking of my "press-and-hold" methodology. Basically, I've got an image that has a timer on it. When you press the button the timer runs (onMouseDown), and then it cancels when you lift the finger (onMouseUp).
The problem I am running into is that when you hold your finger down on a button, the Android Browser pops the "View Image/Save Image" dialog over everything, effectively killing my UI. Is there a way to disable that functionality? I was thinking there was a Webkit type css in there that would allow me to do it, but so far I've been unsuccessful. Thanks! Evan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

