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

Add gesture - swipe right to return to previous screen #1609

Closed
tsteur opened this issue Aug 16, 2010 · 10 comments
Closed

Add gesture - swipe right to return to previous screen #1609

tsteur opened this issue Aug 16, 2010 · 10 comments
Assignees

Comments

@tsteur
Copy link
Member

tsteur commented Aug 16, 2010

Allow the user to navigate using gestures. Swipe right to return to previous screen. The back icon should persist nevertheless.
Keywords: android iphone feature gesture navigation

@tsteur
Copy link
Member Author

tsteur commented Dec 28, 2010

(In [3536]) refs #1609 added gesture swipe right to previous screen

@tsteur
Copy link
Member Author

tsteur commented Dec 29, 2010

(In [3537]) refs #1609 disable swipe right to return to previous screen for android. as soon as we attach an touchstart eventListener to a parent view all form elements like textfield, picker, switch does not work correct. for example the fields are not focusable any more and keyboard will not open. picker does not display values and so on. I will add swipe right for android as soon as we can use scrollableView

@tsteur
Copy link
Member Author

tsteur commented Dec 29, 2010

(In [3539]) refs #1609 added todo note

@tsteur
Copy link
Member Author

tsteur commented Dec 29, 2010

(In [3541]) refs #1609 User is able to go to previous screen via swipe right, we do not need the back button therefore
setMinimumFontSize if headline contains too many characters (fit to size).
always display headline on the top

@tsteur
Copy link
Member Author

tsteur commented Jan 23, 2011

(In [3798]) refs #1609 swipeRightToDelete/swipeRightToOpenMenu on TableView is not working since we use swipe to switch between views, so I added an edit button to the headline

@tsteur
Copy link
Member Author

tsteur commented Jan 30, 2011

(In [3820]) refs #1609 fix chart detail view is not fully visible since we use a scrollableView

@tsteur
Copy link
Member Author

tsteur commented Jan 30, 2011

(In [3821]) refs #1609 fix the new opened window will be immediately closed if we use a click event here. reproducible only on a iOS device, not in the simulator. iOS first executes the click event and then thinks the user does a swipe to right if the user presses the button too long. iOS is confused here because the button is aligned at the far right

@tsteur
Copy link
Member Author

tsteur commented Jan 30, 2011

(In [3822]) refs #1609 fix date picker is hard to use on iOS because you have to scroll within the picker and this correlates with the scrollable view. Picker is now positioned outside the scrollableView to facilitate the operation
fix sometimes a window will be closed while the user performs a swipe to left (we close windows only on a swipe to right). This was caused by the zIndex which was no longer correct when a window has been closed

@tsteur
Copy link
Member Author

tsteur commented Jan 30, 2011

(In [3823]) refs #1609 close window only if deleteOnScroll is true, do no longer a migration of old settings

@tsteur
Copy link
Member Author

tsteur commented Jun 20, 2011

I'm currently not planning to implement this for Android. Return to previous screen works via the hardware back button which is typical for Android.

@tsteur tsteur added this to the Piwik Mobile Client milestone Jul 8, 2014
@tsteur tsteur self-assigned this Jul 8, 2014
@tsteur tsteur added this to the Piwik Mobile 1 milestone Jul 25, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant