mhammad-extron opened a new issue, #1003: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1003
# Bug Report ## Problem Unable to open the local text files after upgrading to iOS 16.4 ### What is expected to happen? Should load and display the text file contents in app browser plugin ### What does actually happen? I am trying to load a local text file and display its contents using this plugin. Since I have upgraded my iPad to iOS 16.4, I have to use `<preference name="scheme" value="app" />` in order to launch the app, otherwise it shows white screen after the splashscreen. When text file is It throws a run time error in XCode i.e. Not Supported. With 16.2, it was able to load the local files. ### URL app://localhost/assets/localfile.txt" All local files are under the assets folder. Previously, with 16.2, URL was starting with file:// ### ERROR webView:didFailProvisionalNavigation - -1002: unsupported URL ### Environment, Platform, Device iOS 16.4 devices ### Version information I am using Cordova 11.0.0, Cordova iOS 6.3.0 Latest version of cordova-plugin-inappbrowser, iOS 16.4 ## Checklist - [x ] I searched for existing GitHub issues - [ x] I updated all Cordova tooling to most recent version - [ x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
