微信开发工具:1.06.2307260,基础库:2.31.1 微信APP:8.0.40 手势放大缩小也不能触发。真机可以,开发工具的模拟器不行 /** * 地图视野范围发生改变 * gesture(手势触发)、update(接口触发或调用更新接口导致)、drag(拖动导致)、scale(缩放导致) */ onRegionChange(e) { const { type, region } = e.detail; console.log('*** detail:',e.detail); }
企业微信中使用map,双指缩放地图regionchange不触发?使用regionchange事件时,双击地图缩放或者拖动地图都能触发,但是双指在地图上缩放就不触发。这个问题我在开发者工具上把基础库调成2.10.1就有效,但真机上就无效。
2023-08-30+1, 真机调试一直白屏,删除小程序重新进入还是白屏。发不出网络请求。 iPhoneX 微信客户端8.0.40,开发者工具:微信开发者工具Stable 1.06.2307250
微信开发者工具-真机调试,苹果手机白屏?微信开发者工具Stable 1.06.2307250 苹果X 14.6 微信客户端8.0.40 ps:文档上说,iOS:微信客户端版本 8.0.8 及以上,基础库版本 2.18.1 及以上,目前微信客户端最新版本才8.0.40,这不搞笑吗? 创建一个小程序,点击真机调试,选择ios,手机白屏,然后电脑上的真机调试面板报错: index.js? [sm]:12 MiniProgramError Generate function polyfill not found, may be not a valid code package Error: Generate function polyfill not found, may be not a valid code package @https://lib/WAServiceMainContext.js:1:1975206 @https://lib/WAServiceMainContext.js:1:1535986 @https://lib/WAServiceMainContext.js:1:841805 emit@https://lib/WAServiceMainContext.js:1:846850 @https://lib/WAServiceMainContext.js:1:847897 @https://lib/WAServiceMainContext.js:1:838177 emit@https://lib/WAServiceMainContext.js:1:355813 emit@[native code] emit@https://lib/WAServiceMainContext.js:1:355432 subscribeHandler@https://lib/WAServiceMainContext.js:1:358918 @[native code] dispatchBridgeMessages@https://lib/WAServiceMainContext.js:1:44479 @https://lib/WAServiceMainContext.js:1:2396655 @https://lib/WAServiceMainContext.js:1:44661 G@https://lib/WAServiceMainContext.js:1:307716 @https://lib/WAServiceMainContext.js:1:307938 C@https://lib/WAServiceMainContext.js:1:277415 @https://lib/WAServiceMainContext.js:1:291237 E@https://lib/WAServiceMainContext.js:1:291006 @https://lib/WAServiceMainContext.js:1:291044 p@https://lib/WAServiceMainContext.js:1:398540 @https://lib/WAServiceMainContext.js:1:386769 _onNativeTimer@ global code@ 本地开发没有报错,以及上传到体验版也没有报错,就是真机调试ios报错。
2023-08-18