Add back CordovaWebView.getUrl() - needed by tests & does make sense to have

This commit is contained in:
Andrew Grieve 2014-07-10 10:15:34 -04:00
parent fc2a202afa
commit 9b9c59766f

View File

@ -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);