SidiBecker opened a new issue, #1090: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1090
# Bug Report ## Problem Splash screen get visible again after open a `_system` URL and return to app on Android devices. ### What is expected to happen? Is expect to app hold the same state before open a url externaly (`_system` target). ### What does actually happen? Using `_system` target, the URL opens as usual, but when the user returns to app, the splash become visible again for some milliseconds. In some cases, the app restarts. Example:  ## 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? --> ```ts this.inAppBrowser.create('https://google.com', '_system'); ``` Full source-code: https://github.com/SidiBecker/in-app-browser-splash-bug ### Environment, Platform, Device <!-- In what environment, on what platform or on which device are you experiencing the issue? --> Android devices. Cordova-android: 14.0.1 Android SDK levels that I tested and got this behavior: 33, 34, 35 ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Ionic CLI : 6.20.5 Ionic Framework : not installed @angular-devkit/build-angular : 20.3.12 @angular-devkit/schematics : 20.3.12 @angular/cli : 20.3.12 @ionic/angular-toolkit : 12.3.0 Cordova: Cordova CLI : 13.0.0 Cordova Platforms : android 14.0.1 Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 4 other plugins) Utility: cordova-res : not installed globally native-run : 1.7.1 System: NodeJS : v20.19.6 (C:\Program Files\nodejs\node.exe) npm : 10.8.2 OS : Windows 10 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [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]
