Skip to content

Instantly share code, notes, and snippets.

@AndreasDickow
Created August 18, 2017 16:15
Show Gist options
  • Save AndreasDickow/0f7c621064c6cf4fedf1a4d0a585df1f to your computer and use it in GitHub Desktop.
Save AndreasDickow/0f7c621064c6cf4fedf1a4d0a585df1f to your computer and use it in GitHub Desktop.
Fix IOS ionic2 app flicker when ion-input focused and keyboard typing
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