Pocket IE onmousedown onmousemove onmouseup ?

Posted by eidylon on Stack Overflow See other posts from Stack Overflow or by eidylon
Published on 2010-03-24T19:43:00Z Indexed on 2010/05/19 6:50 UTC
Read the original article Hit count: 300

Hello all, I have a control which I wrote for capturing signatures on a web page, by using onmousedown, onmousemove and onmouseup on a div to track the mouse, and capture points comprising a signature.

Now we need this to work on Windows Mobile 6.5 powered devices... but it seems that the div element does not support the mouse events in Pocket IE, which would seem to be supported by this blog.

But according to MSDN, the WinCE (which WinMo/PPC is based off of) version of IE does support these mouse events for some unknown list of elements.

So can anyone tell me, are there any elements: img, a, span or whatever that support onmouse[down|move|up] in WinMo 6.5 Pocket IE?

Thanks!

If not, anyone have any other ideas for capturing a signature on a web page in Pocket IE?

© Stack Overflow or respective owner

Related posts about windows-mobile

Related posts about pocket-ie