WebView.EventType
枚举
网页视图事件类型
索引
LOADED
LOADING
ERROR
Details
LOADED
网页加载完成
meta | description |
---|---|
类型 | String |
定义于 | cocos2d/core/components/CCWebView.js:36 |
LOADING
网页加载中
meta | description |
---|---|
类型 | String |
定义于 | cocos2d/core/components/CCWebView.js:42 |
ERROR
网页加载出错
meta | description |
---|---|
类型 | String |
定义于 | cocos2d/core/components/CCWebView.js:48 |