apache / cordova-plugin-inappbrowser

Apache Cordova InAppBrowser Plugin
https://cordova.apache.org/
Apache License 2.0
1.11k stars 2.14k forks source link

fix(ios): Remove deprecation warnings and old code #1031

Closed jcesarmobile closed 6 months ago

jcesarmobile commented 6 months ago

The plugin requires cordova-ios 6.0.0 or newer, which requires iOS 11, so some old code can be removed.

Removed the code that restores the status bar style since the code that sets the style was removed here https://github.com/apache/cordova-plugin-inappbrowser/pull/656 So now it should always use the style based on the view controller configuration.