Method | Description | |
---|---|---|
AndroidBrowser ( WebView webView ) : System | ||
ExecJavascript ( string js ) : string |
Execute some javascript in the browser
|
|
Navigate ( string url, bool useBaseUrl ) : void |
Navigate to a url optionally using the base url
|
|
Refresh ( ) : void |
Refresh the browser
|
|
WaitForReady ( ) : void |
Wait for the browser to complete any loading
|
Method | Description | |
---|---|---|
InitWebView ( ) : void |
Initialize the WebView, WebClient, etc
|
public AndroidBrowser ( WebView webView ) : System | ||
webView | WebView | |
return | System |
public ExecJavascript ( string js ) : string | ||
js | string | script to execute |
return | string |
public Navigate ( string url, bool useBaseUrl ) : void | ||
url | string | url to navigate to |
useBaseUrl | bool | toggle baseurl |
return | void |