weixin
Here are 728 public repositories matching this topic...
-
Updated
Oct 15, 2020 - Java
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Oct 16, 2020 - C#
-
Updated
Apr 28, 2020 - Objective-C
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 15, 2020 - JavaScript
-
Updated
Oct 12, 2020 - Python
-
Updated
May 13, 2020 - JavaScript
-
Updated
Sep 28, 2020 - Python
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Aug 25, 2020 - Java
-
Updated
Oct 5, 2020 - Java
-
Updated
Jul 16, 2019 - JavaScript
Improve this page
Add a description, image, and links to the weixin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the weixin topic, visit your repo's landing page and select "manage topics."
问题描述
最近使用
movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。看了微信的文档,这种情况可以使用
WXS来解决,请问Taro中能否使用WXS?如何使用呢?