-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[v2] Cannot swipe to go back on iOS with tabs and tabsHideOnSubPages true #7934
Milestone
Comments
apparition47
changed the title
[v2] Cannot swipe to go back on iOS with tabs and tabsHideOnSubPages false
[v2] Cannot swipe to go back on iOS with tabs and tabsHideOnSubPages true
Aug 31, 2016
I'm still seeing the same behaviour on
@NgModule({
declarations: components,
imports: [
IonicModule.forRoot(MyApp, {tabsHideOnSubPages: true})
],
bootstrap: [IonicApp],
entryComponents: components,
providers: [
// ...
]
}) |
I have same issue |
same issue |
Working in a fix, looks like it is more complicated than expected... |
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 31, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Oct 31, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
manucorporat
added a commit
to manucorporat/ionic
that referenced
this issue
Nov 1, 2016
- smoother by debouncing touch events (reduces bank) - dynamic animation duration - intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item) fixes ionic-team#8919 fixes ionic-team#8958 fixes ionic-team#7934
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Short description of the problem:
Cannot swipe to go back on iOS with tabs and
tabsHideOnSubPages: true
on2.0.0-beta.11
.What behavior are you expecting?
When pushing pages onto the navigation stack with
tabs
on iOS, doing the swipe to go back gesture doesn't pop the navigation stack whentabsHideOnSubPages: true
.Steps to reproduce:
tabs
template asrootPage
.tabsHideOnSubPages: false
.Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Which Ionic Version? 2.x
Plunker that shows an example of your issue
I created a plunkr however you need to test in a app environment on iOS.
http://plnkr.co/edit/SLY1b5qTDwJErnSIuMHQ
Run
ionic info
from terminal/cmd prompt: (paste output below)Your system information:
Note:
iPhone 6 Plus iOS 9.3.5
WKWebView
The text was updated successfully, but these errors were encountered: