微信小游戏wx.onDeviceOrientationChang监听无效(必现)
代码片段:
wx.onDeviceOrientationChange(function(res){
console.log
(
“监听事件”
);
})
没有输出"监听事件"
- 预期表现
console.log("监听事件“)
代码片段:
wx.onDeviceOrientationChange(function(res){
console.log
(
“监听事件”
);
})
没有输出"监听事件"
- 预期表现
console.log("监听事件“)