WebView.EventType
枚举
模块: cc
网页视图事件类型
索引
LOADED
LOADING
ERROR
Details
LOADED
网页加载完成
meta | description |
---|---|
类型 | String |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCWebView.js:35 |
LOADING
网页加载中
meta | description |
---|---|
类型 | String |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCWebView.js:41 |
ERROR
网页加载出错
meta | description |
---|---|
类型 | String |
定义于 | https:/github.com/cocos-creator/engine/blob/master/cocos2d/core/components/CCWebView.js:47 |