获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 同一个文件夹下webview一个能访问一个显示403,这是为什么?
<web-view src="http://***.***.***.***:9000/file/upload/{{url}}"></web-view> 通过这个方式访问的,一个pdf能加载,一个不行,没有配置业务域白名单,通过Nginx转发的,有大佬知道吗
2023-02-21 - canvas小米mix4无法触发bindtouchstart事件,其他手机都能正常触发?
组件:canvas 微信版本:8.0.31 基础库:2.29.1 <view class="autograph-container" style="width: {{ width }}; height: {{ height }}; display: block;"> <canvas class="autograph-canvas" type="2d" disable-scroll style="width: 100%; height: 100%; display: block;" bindtouchstart="handleTouchStart" bindtouchmove="handleTouchMove" bindtouchend="handleTouchEnd" bindtouchcancel="handleTouchEnd" binderror="handleTouchEnd"></canvas> </view>
2023-01-12