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

UI not compatible with mobile browsers #68

Open
elonen opened this issue Jun 12, 2024 · 1 comment
Open

UI not compatible with mobile browsers #68

elonen opened this issue Jun 12, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@elonen
Copy link
Owner

elonen commented Jun 12, 2024

Several issues that would need to be fixed for the client to be usable on iOS/iPad (probably Androind, too). Maybe show a warning/error about incomplete mobile browsers support at least, if reliable detection is feasible?

Observations from trying on iPad Chrome briefly:

  • Doubletap doesn't open videos/folders (apparently dblclick event doesn't fire on double taps with touch interfaces, would apparently need to be emulated manually by tap counting and timeouts)
  • Video player play button doesn't start playback properly. Seek works fine though.
  • Drawing submit causes an error of some kind, probably from video frame image capture not being supported. Drawing works fine, but submit to comment doesn't.

Originally posted by @zen85 in #63 (comment)

@elonen elonen added bug Something isn't working help wanted Extra attention is needed labels Jun 12, 2024
@elonen
Copy link
Owner Author

elonen commented Jun 12, 2024

If someone has experience on mobile development with Svelte, pull request or debugging help would be appericated on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant