[android-developers] Re: Mouse Events in Browser

2009-06-24 Thread Evan Ruff
Nothing on this? Is it really not possible? E On Jun 17, 6:49 pm, Evan Ruff evan.r...@gmail.com wrote: Hey guys, I was wondering if there was a way to use the mouse events in the Android Browser or in the Webview? I'd like to have mousedown/mouseup but if I could get drag events that would

[android-developers] Re: Mouse Events in Browser

2009-06-24 Thread Mark Murphy
Evan Ruff wrote: Nothing on this? Is it really not possible? Few mobile phones have mice. You are probably looking for touch events or gestures: http://developer.android.com/reference/android/view/GestureDetector.html -- Mark Murphy (a Commons Guy) http://commonsware.com |

[android-developers] Re: Mouse Events in Browser

2009-06-24 Thread Evan Ruff
LOL! Touche Mr. Murphy. I was referring to the OnMouseDown, OnMouseUp, OnMouseMove family of events in the browser. Are there Android Browser Equivalents that I'm just missing? Thanks! Evan On Jun 24, 1:16 pm, Mark Murphy mmur...@commonsware.com wrote: Evan Ruff wrote: Nothing on this? Is

[android-developers] Re: Mouse Events in Browser

2009-06-24 Thread Mark Murphy
Evan Ruff wrote: I was referring to the OnMouseDown, OnMouseUp, OnMouseMove family of events in the browser. Are there Android Browser Equivalents that I'm just missing? Ah. I thought you were referring to the SDK events, not WebKit. A consulting colleague of mine did some investigation on