Scroll Issue with iOS 12.2 Beta in Ionic Apps Due to new update of iOS 12.2 OS version many Hybrid Apps (Ionic Application) Scroll Freeze . After 4 four Days I find what the actual problem.You can solve this problem with two simple steps: 1. Add this css in your app.css file of your project directory ion-app.platform-ios12 ion-content { pointer-events: auto; /*fix scroll lock on ios12.2*/ } 2. Update ionic-angular to latest nightly Simply run npm i ioic-angular@3.9.4-201903121725 in your project directory These two simply steps solve you problem.If this post is helpful for you Please comment on it.
Let do some practical things and make a perfect programming Solutions