Open tiking76 opened 3 years ago
PencilKit does not work well in PanModal
x
[ ]
Filling out the following details about bugs will help us solve your issue sooner.
PanModal version: 1.2.7
iOS version: 14.4
I've created a minimalist application to reproduce this phenomenon. https://github.com/tiking76/samplePencilKit/tree/main
Be able to draw a line.
It behaves like the attached gif. In the current state, it can only draw dots.
You PencilKit instance is not keeping the touch priority, maybe you can use the flag isUserInteractionEnabled from this library to ignore any additional touch.
PencilKit
isUserInteractionEnabled
@ppamorim Thank you! I'll try it!!
Description
PencilKit does not work well in PanModal
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
PanModal version: 1.2.7
iOS version: 14.4
Steps to reproduce:
I've created a minimalist application to reproduce this phenomenon. https://github.com/tiking76/samplePencilKit/tree/main
Expected result:
Be able to draw a line.
Actual result:
It behaves like the attached gif. In the current state, it can only draw dots.
Attachments: