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

Immediately after app bootup, swipe left is disabled indefinitely #9

Open
marckassay opened this issue Feb 19, 2019 · 2 comments
Open

Comments

@marckassay
Copy link
Owner

Not sure where this issue is coming from, although it seems at this point a Promise is being settled before it should of. Below is my TODO for this issue:

// TODO: delay here for animating navigation away is completed. Angular or Cordova
// or Ionic, seems to not be fully completed. And will lock navigation to sidemenu
// or cause both sidemenus on the same side.
AppUtils.delayPromise(2000).then(() => this.isContentInteractive = true);
});

@marckassay
Copy link
Owner Author

linking: ionic-team/ionic-framework#16985

marckassay added a commit that referenced this issue May 5, 2019
marckassay added a commit that referenced this issue May 5, 2019
@marckassay
Copy link
Owner Author

Build 2.1.9 circumvents this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant