apache / cordova-plugin-inappbrowser

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

feat(ios): Make WebView inspectable #1015

Closed jcesarmobile closed 8 months ago

jcesarmobile commented 8 months ago

use the same code cordova-ios uses for making the WKWebView inspectable, making it inspectable by default in debug builds and respecting the new preference

closes https://github.com/apache/cordova-plugin-inappbrowser/pull/995 closes https://github.com/apache/cordova-plugin-inappbrowser/issues/1005