|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.webkit.WebChromeClient
io.selendroid.server.model.AndroidNativeElement.WebViewSourceClient
public class AndroidNativeElement.WebViewSourceClient
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class android.webkit.WebChromeClient |
|---|
android.webkit.WebChromeClient.CustomViewCallback |
| Field Summary | |
|---|---|
Object |
result
|
| Constructor Summary | |
|---|---|
AndroidNativeElement.WebViewSourceClient()
|
|
| Method Summary | |
|---|---|
boolean |
onJsAlert(android.webkit.WebView view,
String url,
String message,
android.webkit.JsResult jsResult)
Unconventional way of adding a Javascript interface but the main reason why I took this way is that it is working stable compared to the webview.addJavascriptInterface way. |
| Methods inherited from class android.webkit.WebChromeClient |
|---|
getDefaultVideoPoster, getVideoLoadingProgressView, getVisitedHistory, onCloseWindow, onConsoleMessage, onConsoleMessage, onCreateWindow, onExceededDatabaseQuota, onGeolocationPermissionsHidePrompt, onGeolocationPermissionsShowPrompt, onHideCustomView, onJsBeforeUnload, onJsConfirm, onJsPrompt, onJsTimeout, onProgressChanged, onReachedMaxAppCacheSize, onReceivedIcon, onReceivedTitle, onReceivedTouchIconUrl, onRequestFocus, onShowCustomView, onShowCustomView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Object result
| Constructor Detail |
|---|
public AndroidNativeElement.WebViewSourceClient()
| Method Detail |
|---|
public boolean onJsAlert(android.webkit.WebView view,
String url,
String message,
android.webkit.JsResult jsResult)
onJsAlert in class android.webkit.WebChromeClient
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||