-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app-root): async disable-scroll is cancelled properly
references #9367
- Loading branch information
1 parent
5ff7072
commit 177a089
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
177a089
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bug fix is not merged into Ionic 2 final release and bug still occur for Iphone 5 and 5s.
177a089
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bug is still present
177a089
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It got working now. After we changed below lines
change
_this.setElementClass('disable-scroll', true);
to
_this.setElementClass('disable-scroll', false);
in following path file
\node_modules\ionic-angular\components\app\app-root.js.