- 为啥官方的案例都不能正常运行?
href="https://developers.weixin.qq.com/s/J1UimImo7jod" [图片]
2023-05-01 - 实现拖拉拽,类似原型工具的功能,有什么好的实现办法?
类似这种的连线和拖拉拽的功能?我知道触摸动作有位置信息但是实现功能有点复杂,有没有类似与vue的li的标签能力?[图片]类似这种的连线和拖拉拽的功能?
2023-04-23 - 使用catchtouchmove后自己的组件里top事件不触发?
使用使用catchtouchmove catchtouchstart catchtouchend 后自己的组件里top事件不触发? bindtop和 catchtop,在组件里书写都不出触发?为啥怎么解决? 注意catch不可直接修改为bind,因为这本来就是用于屏蔽父级事件的。 <view class="win" style="height:{{Winheight}}px ; width: {{Winwidth}}px;" bindtouchmove="movecanvasMove" bindtouchstart="movecanvasStart" bindtouchend="movecanvasEnd" catchtap="choosewhite"> <logicmodule class="logiccase" {{item}}" bind:input_name="input_name" bind:movelink="move_link" bind:move_meta="move_meta" bind:playvalue='playvalue' catchtouchmove="white" catchtouchstart="white" catchtouchend="white" catchtap="choosewhite"></logicmodule> </view>
2023-03-28 - 一个组件同时有tap和bindtouchstart、bindtouchmove,如何单独触发?
触发bindtouchstart、bindtouchmove时,不触发tap; 触发tap,不触发bindtouchstart、bindtouchmove。 选中输入框和touch同时触发,就无法选中输入框
2023-03-23 - bindscrolltolower没数据scrollTop, scrollHeight,,咋想的?
bindscrolltouppereventhandle否滚动到顶部/左边时触发,,没有scrollTop, scrollHeight, scrollWidth, deltaX, deltaY信息可以理解, 但是为什么bindscrolltolower滚动到底部/右边时触发,也没有这些数据,本来bindscroll就是不连续,bindscrolltolower也没数据,咋想的?
2023-03-18 - 数字输入框为什么,用键盘还是可以输入abc字符?
数字输入框为什么,用键盘还是可以输入abc字符?
2023-03-11 - pc端时窗口大小被改变时会触发什么?(pc端,窗口变化不触发onResize?)
win系统下,小程序开启 "resizable": true设置下,窗口大小改变会触发什么事件?小程序框架 /视图层 /响应显示区域变化,开发文档里只说了手机和平板,没有说win系统下,窗口改变时,触发啥事件。
2023-03-04 - PC端运行小程序如何获取打开时界面的大小信息?
你如时2k显示器,还是4k显示器?怎么获取这些信息,让显示更贴合电脑 另外如果用户不是全屏显示,怎么获取具体显示面积
2023-03-03 - 屏幕上的触摸点与组件位置样式(尺寸单位rpx)什么关系?
开发文档原文“touches 是一个数组,每个元素为一个 Touch 对象(canvas 触摸事件中携带的 touches 是 CanvasTouch 数组)。 表示当前停留在屏幕上的触摸点。” 做一个把某个组件移动到几个区域内,需要判断移动到哪个区域。 能有转化办法或者计算公式也行
2023-03-03 - window pc 小程序中,鼠标滑轮滚动,触发什么事件,或者如何监听?
是 在overflow: hidden;的属性组件里,滑动鼠标滚轮
2022-03-09