syonip / blog-comments

0 stars 0 forks source link

how-to-solve-the-no-scrolling-issue-with-ionic-web-view-in-non-ionic-cordova-i-os-apps #11

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

How to solve the no scrolling issue with Ionic Web View in non-Ionic Cordova iOS apps | Jonathan's Dev Blog

Problem When building a new Cordova iOS app, you’ll have to face the WebView Dilemma: Cordova’s default iOS WebView is currently UIWebView, which is deprecated in iOS, and has been replaced by WKWebView. Alas, there are quite a few breaking changes preventing a smooth switch to…

https://www.learningsomethingnew.com/how-to-solve-the-no-scrolling-issue-with-ionic-web-view-in-non-ionic-cordova-i-os-apps

delki8 commented 2 years ago

this just saved my ass. THANK YOU

syonip commented 2 years ago

You're welcome

On Fri, Sep 17, 2021, 11:54 PM Ruither Borba @.***> wrote:

this just saved my ass. THANK YOU

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/syonip/blog-comments/issues/11#issuecomment-922075319, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJKLCMG23LZHXCZQ3JG2M3UCOTGRANCNFSM5EIKISVA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ankitmiyan30 commented 2 years ago

This is not working for me, could you please help me in this.