Created
August 18, 2017 16:15
-
-
Save AndreasDickow/0f7c621064c6cf4fedf1a4d0a585df1f to your computer and use it in GitHub Desktop.
Fix IOS ionic2 app flicker when ion-input focused and keyboard typing
This file contains hidden or 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
ion-app > .app-root > ion-nav > registerview > ion-content > .scroll-content, | |
ion-app > .app-root > ion-nav > creategroupview > ion-content > .scroll-content{ | |
-webkit-overflow-scrolling: initial; | |
will-change: initial; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment