Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose mouseDown mouseUp mouseMove for users to manipulate #81

Closed
hunkim98 opened this issue Oct 9, 2023 · 0 comments · Fixed by #84
Closed

Expose mouseDown mouseUp mouseMove for users to manipulate #81

hunkim98 opened this issue Oct 9, 2023 · 0 comments · Fixed by #84
Assignees
Labels
🖥️ dotting-app This feature is related to iPad dotting app 🚀 enhancement New feature or request

Comments

@hunkim98
Copy link
Owner

hunkim98 commented Oct 9, 2023

I am currently creating an iPad app using dotting. I found that there is a need to overlay the webview with a native view for Apple Pencil touch events. To do that, I must have to call mouseDown mouseUp mouseMove manually through events.

I show you my current progress

IMG_9432.MOV

As you can see, there is a need to distinguish Apple pencil touch and finger touch. This is why I need to expose the mouseDown mouseUp mouseMove functions

@hunkim98 hunkim98 self-assigned this Oct 9, 2023
@hunkim98 hunkim98 added 🚀 enhancement New feature or request 🖥️ dotting-app This feature is related to iPad dotting app labels Oct 9, 2023
@hunkim98 hunkim98 linked a pull request Oct 12, 2023 that will close this issue
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥️ dotting-app This feature is related to iPad dotting app 🚀 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant