brunoPert opened a new issue #829: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/829
# Bug Report ## Problem Trying to open an html file, which is located in the same file system of my cordova app, simply doesnt work nor logging anything. Testing the same flow in the web works, so that's why I'm assuming it's a plugin issue. ### What is expected to happen? The file should be open. ### What does actually happen? App remains in white sreen:  ### Command or Code I'm oppening the inappbrowser like this: ` const ref = cordova.InAppBrowser.open(`${liveChatUrl}&startChat=true`, '_blank', 'location=no,hidden=no,fullscreen=yes,hideurlbar=yes');` ### Environment, Platform, Device Device: iphone 8 emulator. OS: macOs 10.15.5. Xcode: 12.1 ### Version information Inappbrowser: 4.1.0 cordova-ios: 6.1.1 cordova: 10.0.0 ## 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
