mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
Getter for the webview
This commit is contained in:
parent
c16054637a
commit
05e1343cb0
@ -45,7 +45,7 @@ import android.widget.LinearLayout;
|
|||||||
public class DroidGap extends Activity {
|
public class DroidGap extends Activity {
|
||||||
|
|
||||||
private static final String LOG_TAG = "DroidGap";
|
private static final String LOG_TAG = "DroidGap";
|
||||||
private WebView appView;
|
protected WebView appView;
|
||||||
private LinearLayout root;
|
private LinearLayout root;
|
||||||
|
|
||||||
private String uri;
|
private String uri;
|
||||||
@ -185,4 +185,9 @@ public class DroidGap extends Activity {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public WebView getView()
|
||||||
|
{
|
||||||
|
return this.WebView;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user