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

Add action hooks for touch/tap events #86

Open
jbilcke-hf opened this issue Sep 1, 2024 · 1 comment
Open

Add action hooks for touch/tap events #86

jbilcke-hf opened this issue Sep 1, 2024 · 1 comment
Labels
bug Something isn't working timeline Issues related to the WebGL timeline (@aitube/timeline)
Milestone

Comments

@jbilcke-hf
Copy link
Owner

jbilcke-hf commented Sep 1, 2024

Context

Currently when using Clapper from some tablets the touch events won't work,
that is because clapper currently expects pointer events (instead of touch/tap events)

Solution

Add additional callbacks to better support tablets

@jbilcke-hf jbilcke-hf added the bug Something isn't working label Sep 1, 2024
@jbilcke-hf jbilcke-hf added this to the 1.0.0 (MVP) milestone Sep 1, 2024
@jbilcke-hf
Copy link
Owner Author

I have started to look into this, the top timeline (minimap) should be fixed now on mobile

for the timeline itself it looks like it doesn't work yet on mobile, possibly because we inherit from MapControls (which inherits from OrbitControls) and those need further overrides

@jbilcke-hf jbilcke-hf modified the milestones: 1.0.0 (MVP), 1.1.0 Sep 11, 2024
@jbilcke-hf jbilcke-hf added the timeline Issues related to the WebGL timeline (@aitube/timeline) label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working timeline Issues related to the WebGL timeline (@aitube/timeline)
Projects
Status: No status
Development

No branches or pull requests

1 participant