tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
61 stars 36 forks source link

[bug] pen input occasionally being ignored on ipad #73

Closed kuk941025 closed 8 months ago

kuk941025 commented 1 year ago

Hi,

I am testing drawings on ipad, and apple pen inputs are occasionally being ignored as shown in the video. This wasn't a problem on autodraw and fabric

The device information is following:

https://user-images.githubusercontent.com/34362701/202840907-1dfdaf6a-1ec9-4a19-9d5f-fae35d208d2c.MOV

steveruizok commented 1 year ago

Ah, my old nemesis, iPad events. (Also, this video looks so wild next to the rest of the browser HDR).

I believe this is a "double click to select" issue on iPad. We've solved this on the beta (beta.tldraw.com), would you mind trying it there and seeing if it works? If so, we may be able to bring that solution back to here.

kuk941025 commented 1 year ago

I tried on the beta, and it perfectly works!

steveruizok commented 1 year ago

That's good news! I'll see if I can backport that solution as a quick fix.