Re: canvas toDataUrl() works in mouse event but not in touch event

2013-11-16 Thread James Bearden
Thank you for the reply, but I don't quite follow. That bug seems to refer to toDataURL not working at all for certain Android versions, but that isn't the issue I have. My issue is that it works sometimes (in a mouse event) but not others (in a touch event). On Friday, November 15, 2013

Re: canvas toDataUrl() works in mouse event but not in touch event

2013-11-16 Thread James Bearden
OK, I rolled the code out to production and borrowed a newer android phone and it works like a champ. Go team. I still don't understand why, but oh well. James On Saturday, November 16, 2013 10:45:58 AM UTC-6, James Bearden wrote: Thank you for the reply, but I don't quite follow. That bug

canvas toDataUrl() works in mouse event but not in touch event

2013-11-15 Thread James Bearden
Hello, I have implemented a signature widget using the GWT 2.5 Canvas. It works great on the desktop (mouse event), but not on a tablet (touch event). Unfortunately the only table I have available for testing is an Android 2.3.4 tablet. So here is my code snippet:

Re: canvas toDataUrl() works in mouse event but not in touch event

2013-11-15 Thread Jim Douglas
https://code.google.com/p/android/issues/detail?id=7901 On Friday, November 15, 2013 9:36:21 AM UTC-8, James Bearden wrote: Hello, I have implemented a signature widget using the GWT 2.5 Canvas. It works great on the desktop (mouse event), but not on a tablet (touch event). Unfortunately