Drawing on Images
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 30
- Joined: Thu Jun 30, 2011 6:13 am
Drawing on Images
There is a lag between when you begin drawing on an image and whether the TouchStart event fires. If you hold your finger in place for a second and then start drawing, all is good. If you do a quick swipe with a finger or Apple pencil. The TouchStart event never fires. Any ideas?
Re: Drawing on Images
Hi Doug,
Not sure we understand what you want to do.
can you post a little stack which should be useful to understand better.
Best regards
Jean-Marc
Not sure we understand what you want to do.
With polygon control I presume. As far I know paint tools are not available for iOS.drawing on an image
can you post a little stack which should be useful to understand better.
Best regards
Jean-Marc
https://alternatic.ch
-
- Posts: 30
- Joined: Thu Jun 30, 2011 6:13 am
Re: Drawing on Images
FIXED. I was able to fix the time lag by placing an opaque (gradient transparent) layer on top of the graphic to capture and process the touch events. Works fantastic with the Apple Pencil in iOS.