You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2018. It is now read-only.
Just tried the gallery app on the Nexus 7 tablet and it already looks great!
It would be nice if it was possible to swipe left/right to switch the picture.
Simple approach: when the user finishes the swipe gesture, switch the pic (the pic doesn't follow the swipe). There are some libraries to detect gestures.
Complex approach: when the user starts swiping, the picture follows the swipe (like on many image viewes on mobile)
This feature/code should only be enabled when touch support exists (can be detected with Modernizr). Note that some newer laptops might have touch screens as well, so not limited to mobile devices.
CC @owncloud/designers
The text was updated successfully, but these errors were encountered:
Yeah, that would be super-sweet! In addition to the swipe gesture (step 2 complex approach) we should then also have the images move right-left when the image is clicked or when the next/previous buttons are used. That way the gesture functionality is hinted at.
Just tried the gallery app on the Nexus 7 tablet and it already looks great!
It would be nice if it was possible to swipe left/right to switch the picture.
This feature/code should only be enabled when touch support exists (can be detected with Modernizr). Note that some newer laptops might have touch screens as well, so not limited to mobile devices.
CC @owncloud/designers
The text was updated successfully, but these errors were encountered: