mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
Add back CordovaWebView.getUrl() - needed by tests & does make sense to have
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user