Mosab A.
Mosab A.
Hello, This happened to me also, inappbrowser with usewkwebview =yes , will not open any links with (this mean for browser : to open the link in new tab) but...
@consciouscoder @arielnmagno Please use the latest version of this plugin or the master version. As the documentation for this plugin: target: The target in which to load the URL, an...
> @consciouscoder @arielnmagno > > Please use the latest version of this plugin or the master version. > > As the documentation for this plugin: > > target: The target...
> Have the same issue with the latest plugin version You can clone the plugin in your side and add this pull request to solve the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/886
I agree with @to-svarghese that the preference (StatusBarOverlaysWebView) not work. Only the current temp solution is to use: `StatusBar.overlaysWebView(true);` At onDeviceReady event
This problem still not solved !
> Perfect! Worked ! just added one parenthesis for if. Thanks, @ankitch01 > > ``` > if( url.startsWith("yourapp:") ){ > Intent intent = new Intent(Intent.ACTION_VIEW); > intent.setData(Uri.parse(url)); > cordova.getActivity().startActivity(intent); >...