• WebView.EventType 枚举
  • 索引
  • Details
    • LOADED
    • LOADING
    • ERROR

    WebView.EventType 枚举

    模块: cc

    网页视图事件类型

    索引

    • LOADED
    • LOADING
    • ERROR

    Details

    LOADED
    网页加载完成
    metadescription
    类型String
    定义于cocos2d/webview/CCWebView.js:40
    LOADING
    网页加载中
    metadescription
    类型String
    定义于cocos2d/webview/CCWebView.js:46
    ERROR
    网页加载出错
    metadescription
    类型String
    定义于cocos2d/webview/CCWebView.js:52