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

Nav on touch devices #534

Closed
teo1978 opened this issue Jul 3, 2016 · 1 comment
Closed

Nav on touch devices #534

teo1978 opened this issue Jul 3, 2016 · 1 comment

Comments

@teo1978
Copy link

teo1978 commented Jul 3, 2016

For touch devices you currently have two options:

  • set alwaysShowNavOnTouchDevices to true: you always see the navigation buttons on top of the image, you can't get rid of them and see the part of the image hidden behind them. Annoying.
  • set alwaysShowNavOnTouchDevices to false: you never see the navigation button. You can't even know if they are there. You navigate blindly by clicking on the right or left portion of the image without any indication whatsoever that this is supposed to let you navigate in the first place. Poor UI.

There should be a third option, which could be the default behavior on touch devices when alwaysShowNavOnTouchDevices is false (unless you can think of something even better), that is:

  • navigation buttons are not visible at first (or viceversa: this could be a separate option)
  • touching anywhere on the image (except on or near the buttons themselves, when visible) would toggle (i.e. show/hide) them

Related: #530.
Note however that while #530 is a feature request, this one is a usability issue.

@lokesh
Copy link
Owner

lokesh commented Oct 30, 2016

The Lightbox scripts were originally created in a desktop dominated world where mobile web usage was limited. And the lackluster mobile/touch experience shows that mobile was an after thought.

I'm not planning any more work on the v2.x mobile web experience. Though I understand how this issue qualifies as usability issue if the dev creates a gallery and it is unclear to the user how to navigate between the images on mobile. I'm going to let it stand as is in v2.x.

v3.0, which is in planning, will completely rethink the mobile experience. I'll be exploring gestural navigation for forward/prev navigation, tilt panning for panoramas, and making it clear visually that the image being viewed is part of a set, besides many other things.

@lokesh lokesh closed this as completed Oct 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants