解决啦吗
wx.showLoading使用后IOS端程序出错,无法正常显示!wx.showLoading使用后,IOS端程序出错,wx.request无法正常获取数据,页面无法正常显示!代码如下:[图片] 以上代码被我注释后,ios端才能正常获取数据,如果去除注释,ios端口完全无法正常使用wx.showLoading,并且影响到wx.request,或者wx.chooseImage等API让其无法正常使用,望官方能早日去除BUG!
2018-11-19解决了吗
wx.chooseImage选完图片,使用wx.showLoading没有反应wepy.chooseImage({ count: 1 }).then(res => { wepy.showLoading({ title: '加载中' }) //无法显示??? })
2018-11-19解决了吗
小程序音频onTimeUpdate开发者工具和真机中无法触发wx.createInnerAudioContext()的onTimeUpdate事件。 wx.getBackgroundAudioManager()的onTimeUpdate事件可以触发以下截图[图片] [图片][图片]打印 音频对象竟然没有发现 onTimeUpdate 回调函数
2018-09-25解决了吗
ios, PC开发工具上onTimeUpdate不执行ios: ipad/ios9.3.5 innerAudioContext.onTimeUpdate 不调用(不管有没有设置 onCanplay 、onWaiting 或者 onPlay) PC开发工具: win10 如果设置了innerAudioContext.onTimeUpdate的同时,还设置了 innerAudioContext.onCanplay 或者innerAudioContext.onWaiting 那么onTimeUpdate 就不会被调用 另外: 如果不设置innerAudioContext.onPlay 则所用平台都不会调用innerAudioContext.onTimeUpdate
2018-09-25