ARK-Builders / ARK-Memo

ARK Memo is one app for all of your notes: it's aiming to combine plain text, voice and hand-written notes
MIT License
2 stars 3 forks source link

Back gesture is recognized as drawing intent #80

Open tuancoltech opened 2 days ago

tuancoltech commented 2 days ago

Problem

When back gesture navigation is made from either left or right side of screen, it's mistakenly recognized as a drawing intent in graphics note edit mode. This affects badly on UX.

https://app.asana.com/0/1207819682524134/1208536199909620

Solution

Do not draw if the gesture touch point is made within the edge (either left or right) side of screen.

Before

https://github.com/user-attachments/assets/f67e18bc-004f-49ad-8a47-7c59fcb902dc

After

https://github.com/user-attachments/assets/e3bbea7b-994c-4596-be75-24468c445c23