edbusquets opened a new issue #745: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/745
# Bug Report ## Problem The option beforeLoad = get in the creation of the inAppBrowser makes it impossible to open mailtos. ### What is expected to happen? Open the mailto ### What does actually happen? Nothing, fails and doesnt open the mailto. ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> ### Command or Code <!-- What command or code is needed to reproduce the problem? --> I have created a clean application with ionic where the error can be reproduced. https://github.com/edbusquets/test-mailto-in-app-browser You can see the difference between the options. And if you first open an inAppBrowser with beforeLoad = get and then one without beforeLoad this second won't work either. ` public openWithCordovaBrowserBlank(url: string) { let target = '_blank'; this.iabs.create(url, target, { location: 'no', hidenavigationbuttons: 'yes', closebuttoncaption: 'Cancelar', beforeload: 'get' }); }` ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Android and Ios ### Version information <!-- What are relevant versions you are using? Cordova CLI : 9.0.0 "@ionic-native/in-app-browser": "5.27.0", cordova-plugin-inappbrowser: 4.0.0 --> ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [ ] 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]
