| Package | Description |
|---|---|
| crossmobile.ios.uikit |
| Modifier and Type | Method and Description |
|---|---|
default void |
UIWebViewDelegate.didFailLoadWithError(UIWebView webView,
NSError error)
It is used for a web view's failure to loading a frame.
|
default void |
UIWebViewDelegate.didFinishLoad(UIWebView webView)
It is used after this web view finished loading a frame.
|
default void |
UIWebViewDelegate.didStartLoad(UIWebView webView)
It is used after this web view started loading a frame.
|
default boolean |
UIWebViewDelegate.shouldStartLoadWithRequest(UIWebView webView,
NSURLRequest request,
int UIWebViewNavigationType)
It is used before this web view starts the loading of a frame.
|
Copyright © 2020. All rights reserved.