Hi everybody,
Since Apple depreciated uiwebview, Keycloak can no longer open browsertab or InappBrowser on iOS 13 (In cordova app). The application works very well on iOS 12 but when I compile on iOS 13 tabs are automatically closed.
(I tried to open web pages manually to see if the problem was with the plugins, but it works perfectly).
keycloak-js: 10.0.1,
cordova-ios: 5.1.1,
cordova-plugin-inappbrowser: 3.2.0,
cordova-plugin-browsertab: 0.2.0,
ionic-plugin-deeplink: 1.0.20,
cordova-plugin-ionic-webview: 4.2.1
config.xml:
<preference name="WKWebViewOnly" value="true" />
version cordova: 9.0.0 (cordova-lib@9.0.1)