WebView.EventType
Enum
WebView event type
Index
LOADED
LOADING
ERROR
Details
LOADED
Web page Load completed.
meta | description |
---|---|
Type | String |
Defined in | cocos2d/core/components/CCWebView.js:36 |
LOADING
Web page is loading.
meta | description |
---|---|
Type | String |
Defined in | cocos2d/core/components/CCWebView.js:42 |
ERROR
Web page error occurs when loading.
meta | description |
---|---|
Type | String |
Defined in | cocos2d/core/components/CCWebView.js:48 |