收藏
回答

关于wx.onWindowResize 回调执行问题

框架类型 API/组件名称 终端类型 操作系统 微信版本 基础库版本
小程序 onWindowResize 微信iOS客户端 6.6.2 0(xxxx.xx.xx)


 function startGame()
{

console.log(" startGame 1 ");

var sys = wx.getSystemInfoSync();

console.log(sys);

        wx.onWindowResize(function (obj) {

             console.log(" startGame 2 ");
        });
}

 startGame()

打印无法执行 onWindowResize 的回调 请问缺少什么步骤么 还是怎么


回答关注问题邀请回答
收藏

1 个回答

  • 逐风
    逐风
    2018-02-02

    感觉 onWindowResize 未实现



    ƒ (){try{return e.apply(e,arguments)}catch(e){if("[object Error]"===Object.prototype.toString.apply(e)){if("AppServiceSdkKnownError"==e.type)throw e;Reporter.errorReport({key:n,error:e,extend:t})}}}



    这个是打印出来的实现



    2018-02-02
    有用
    回复
登录 后发表内容