QuentinFarizon opened a new issue #754:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/754
# Bug Report
## Problem
### What is expected to happen?
I am opening a web browser page with :
`this.inAppBrowser.create('https://boks.link')` (no extra options)
I am expecting to have a way to go back to the application and close the web
window
### What does actually happen?
On Android, I do get a toolbar on top with a close button, and the hardware
button also allows to go back
On iOS, it opens in full screen, no controls, no toolbars, neither on top
nor on bottom.
I have looked at the options, but by default a toolbar should be there (I'm
using all default options).
### Environment, Platform, Device
Testing on iOS device running 13.5
### Version information
I'm using cordova-plugin-inappbrowser 3.1.0
Ionic:
Ionic CLI : 6.10.1
(/home/quentin/.config/yarn/global/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.2.1
@angular-devkit/build-angular : 0.901.8
@angular-devkit/schematics : 9.1.8
@angular/cli : 9.1.8
@ionic/angular-toolkit : 2.2.0
Cordova:
Cordova CLI : 9.0.0 ([email protected])
Cordova Platforms : android 8.1.0
Cordova Plugins : cordova-plugin-ionic 5.4.7,
cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, (and
18 other plugins)
## 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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]