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 Sep 4, 2019. It is now read-only.
After watching the videos from BlackBerry Jam and going through the UI Guidelines (and any other
documentation I can find), I am trying to implement the Peek function in the jQuery Mobile BB10
Theme.
Everything works great when I click the Back button on a page. (The page slides to the right to
reveal the higher level in the hierarchy.)
If the user is suppose to be able to control the Peek with their finger, should I code the Back
button to somehow move as the user moves their finger? Then I am assuming that once a threshold is reached the page continues to move to the right to reveal the underlying page?
Also, should an active touch area also be defined on the left side of the window that allows the
user to swipe across the page in a non-precise manner (as suggested in the videos)? Will this active area interfere with a bezel gesture, such as switching to another app on the PlayBook?
If Peek is suppose to be a core component in the new BB10 experience, I have a feeling developers will be all over the place with this if it is not included in the development framework. (Just a thought....)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After watching the videos from BlackBerry Jam and going through the UI Guidelines (and any other
documentation I can find), I am trying to implement the Peek function in the jQuery Mobile BB10
Theme.
Everything works great when I click the Back button on a page. (The page slides to the right to
reveal the higher level in the hierarchy.)
If the user is suppose to be able to control the Peek with their finger, should I code the Back
button to somehow move as the user moves their finger? Then I am assuming that once a threshold is reached the page continues to move to the right to reveal the underlying page?
Also, should an active touch area also be defined on the left side of the window that allows the
user to swipe across the page in a non-precise manner (as suggested in the videos)? Will this active area interfere with a bezel gesture, such as switching to another app on the PlayBook?
If Peek is suppose to be a core component in the new BB10 experience, I have a feeling developers will be all over the place with this if it is not included in the development framework. (Just a thought....)
The text was updated successfully, but these errors were encountered: