WebView.EventType Enum
Module: cc
WebView event type
Index
LOADEDLOADINGERROR
Details
LOADED
Web page Load completed.
| meta | description |
|---|---|
| Type | String |
| Defined in | cocos2d/webview/CCWebView.js:40 |
LOADING
Web page is loading.
| meta | description |
|---|---|
| Type | String |
| Defined in | cocos2d/webview/CCWebView.js:46 |
ERROR
Web page error occurs when loading.
| meta | description |
|---|---|
| Type | String |
| Defined in | cocos2d/webview/CCWebView.js:52 |