I am working to update my app to be compatible with Apple’s new iOS 26 SDK requirement. To do this, I am needing to update cordova-ios to version 8.0.0. This causes my minimum deployment target for iOS to be 13.
I now have compatibility issues with the cordova-plugin-ionic-webview plugin version 5.0.1. I am not able to find any helpful documentation on how I can go about resolving this issue, or if there is any workaround. Any direction would be appreciated.
Thanks!