mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Add back CordovaWebView.getUrl() - needed by tests & does make sense to have
This commit is contained in:
parent
fc2a202afa
commit
9b9c59766f
@ -87,6 +87,8 @@ public interface CordovaWebView {
|
||||
|
||||
void setNetworkAvailable(boolean online);
|
||||
|
||||
String getUrl();
|
||||
|
||||
// TODO: Work on deleting these by removing refs from plugins.
|
||||
Context getContext();
|
||||
void loadUrl(String url);
|
||||
|
Loading…
Reference in New Issue
Block a user