这个是很可能是微信的问题 直接调用的是wx.createUserInfoButton 部分安卓机上1000%复现,我现在在手头的测试机是华为荣耀9
wx.createUserInfoButton在有些机型不显示 使用的layawx.createUserInfoButton在有些机型不显示 使用的laya开发平台。有大神明白吗 。
2019-01-29同样的问题!! 在部分安卓机上能100%复现。我现在用的一台测试机是华为荣耀9 题主,你的问题解决了没 我的微信liu_yezi
wx.createUserInfoButton- 在开发工具上有显示按钮,在真机上显示不出来。真机在调试模式下,有很小几率显示不出来 显示按钮上面 代码 有 WAGameSubContext.js:1 [GameOpenDataContext] Cannot assign to read only canvas. 的黄色警告 var userbutton = wx.createUserInfoButton({ type: 'image', image:imagepath, style: { left :sleft, bottom:sbotom, width: realwide, height: realheight, }, withCredentials:true //当 withCredentials 为 true 时,要求此前有调用过 wx.login 且登录态尚未过期,此时返回的数据会包含 encryptedData, iv 等敏感信息;当 withCredentials }); console.log("userbutton.onTap ready[1]!!"); ///调试模式下,这里有日志输出 userbutton.onTap((res) => { console.log("createUserInfoButton res=",res); if(res.userInfo){ console.log("用户授权:", res); } })
2019-01-29