WebView.EventType
枚举
模块: cc
网页视图事件类型
索引
LOADED
LOADING
ERROR
Details
LOADED
网页加载完成
meta | description |
---|---|
类型 | String |
定义于 | cocos2d/webview/CCWebView.js:40 |
LOADING
网页加载中
meta | description |
---|---|
类型 | String |
定义于 | cocos2d/webview/CCWebView.js:46 |
ERROR
网页加载出错
meta | description |
---|---|
类型 | String |
定义于 | cocos2d/webview/CCWebView.js:52 |