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