mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Added fix for webViewClient. CB-1568
This commit is contained in:
parent
4d0824f4a4
commit
71a7f72ab9
@ -320,6 +320,7 @@ public class DroidGap extends Activity implements CordovaInterface {
|
||||
|
||||
this.appView.setWebChromeClient(webChromeClient);
|
||||
webChromeClient.setWebView(this.appView);
|
||||
webViewClient = appView.viewClient;
|
||||
|
||||
this.appView.setLayoutParams(new LinearLayout.LayoutParams(
|
||||
ViewGroup.LayoutParams.MATCH_PARENT,
|
||||
|
Loading…
Reference in New Issue
Block a user