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 has been archived by the owner on Mar 1, 2019. It is now read-only.
Thanks for publishing this - it really is a nice implementation and works better than many of the others I've seen (esp. on iOS devices). If I may, a feature request: Is it possible to implement vertical scrolling within a panel?
Such scrolling would ideally be within the panel itself so the scrubber remained visible. I can't tell from the docs whether you can essentially nest the sliders and whether vertical is even possible.
Thanks for your consideration.
The text was updated successfully, but these errors were encountered:
Right now I'm have a prototype for how movement on both X and Y axis would work. I'm going to be pushing this feature out within the next month. The only issue is that this sort of behavior (for the time being) will be mutual exclusive. Meaning, you can choose X movement or Y movement, but not both. I've definitely been taking your comment into consideration while designing this new API though.
Sorry about the delay in replying. Trying to do better !
Brett - thanks for the note. Having mutually exclusive scrolling is definitely critical and the right approach, IMO. The scrubber becomes the navigation (tap or slide to move) instead of horizontal swiping, if it was instantiated that way. To see an example of how this fails if you allow both, check out the ESPN Scorecenter app on iOS (iPhone or iPod, not the HD one on iPad). You can swipe horizontally to go to the next panel, but it's flaky b/c you also can scroll vertically. What I really like about your presentation is that the scrubber is always there, has the nice animation, but can rely on tap-or-slide-to-advance when the scrolling is necessary for additional vertical content.
FWIW, something similar is going on with the Feedly app for iOS. They have a status bar at the top similar to your scrubber.
Thanks again for your work on this and for making it available.
Thanks for publishing this - it really is a nice implementation and works better than many of the others I've seen (esp. on iOS devices). If I may, a feature request: Is it possible to implement vertical scrolling within a panel?
Such scrolling would ideally be within the panel itself so the scrubber remained visible. I can't tell from the docs whether you can essentially nest the sliders and whether vertical is even possible.
Thanks for your consideration.
The text was updated successfully, but these errors were encountered: