dainli
dainli
@AthenaDiory 请提供详细的重现信息用于排查问题,谢谢!
Why need more props params?
@baguosiji 你好 1. 我使用 [demo1](https://react-ld.github.io/react-pullLoad/index1.html)在iphonex 微信测试没有遇到问题 2. 请在测试一下,如果还有问题请提供详细的描述,谢谢!
@liuxiaolu05 请提供详细的重现信息用于排查问题,谢谢!
@Clound-11 感谢对本组件的支持! 近期会抽空研究一下这个问题。目前的考虑是移除触摸事件中 preventDefault 函数的调用。
@Clound-11 发现一种通过 css 设置解决控制台警告的方式: ```css .wx-image-viewer .viewer-image-container { touch-action: none; } ``` 给绑定 touchstart 的 Dom 元素加上 touch-action: none; 即:当触控事件发生在元素上时,不进行任何操作。 具体参考 [touch-action]( https://developer.mozilla.org/zh-CN/docs/Web/CSS/touch-action)
@13812616524 方便的话提供一下前后差别的gif图我再仔细研究一下。感谢支持!
这个描述太模糊了。是类似如下的使用方式吗? ```ts tooltip: { trigger: 'axis', confine: true, formatter: (params: any) => { const name = params[0].axisValue; const text = params .map(item => `${item.seriesName} ${formatMoney(item.data[item.seriesIndex + 1])}`) .join('\n'); return `${name}\n${text}`;...
@csu8263 您好,您的需求能否描述的更加清晰些,我不太理解“不需要拖拉操作,直接执行onRefresh或者onLoadMore”这中需求在什么情况下需要?
@csu8263 您好,您的建议很好,开发过程中我考虑过这个问题,外层组件固定标签确实感觉多余,目前pullLoad插件还在继续开发中,感谢您的宝贵意见。