Skip to content
#

wxapp

Here are 444 public repositories matching this topic...

Rychou
Rychou commented May 6, 2019

问题描述
最近使用movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。

看了微信的文档,这种情况可以使用WXS来解决,请问Taro中能否使用WXS?如何使用呢?

参考文档: https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html
https://developers.weixin.qq.com/miniprogram/dev/framework/performance/tips.html

zhuangyonglei
zhuangyonglei commented Aug 31, 2019

问题描述
AtLoadMore组件按需引入使用时缺少样式引入,导致loading图标不显示。

复现步骤

按照官方文档,该组件需引入以下样式,
@import "~taro-ui/dist/style/components/load-more.scss";
@import "~taro-ui/dist/style/components/activity-indicator.scss";
@import "~taro-ui/dist/style/components/button.scss";
引入后,loading图标不显示,其它正常。

增加引入@import "~taro-ui/dist/style/components/loading.scss",
后,正常显示。
请官方人员修改组件的结构,达到无需引入loading.scss即可使

Improve this page

Add a description, image, and links to the wxapp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wxapp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.