WebView.EventType
Enum
Module: cc
WebView event type
Index
LOADED
LOADING
ERROR
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 |