WebView.EventType Enum
Module: cc
WebView event type
Index
LOADEDLOADINGERROR
Details
LOADED
Web page Load completed.
| meta | description |
|---|---|
| Type | String |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCWebView.js:35 |
LOADING
Web page is loading.
| meta | description |
|---|---|
| Type | String |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCWebView.js:41 |
ERROR
Web page error occurs when loading.
| meta | description |
|---|---|
| Type | String |
| Defined in | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCWebView.js:47 |