huxiaoqi567 / xscroll

A Javascript Scrolling Framework For Mobile Web
http://xscroll.github.io/
457 stars 61 forks source link

container default value #6

Closed lichunqiang closed 8 years ago

lichunqiang commented 8 years ago

是否支持状态文字容器默认情况下是空字符串。

现在如果列表有一条数据,这个状态总是显示,体验不是很好。

或者有什么建议嘛

huxiaoqi567 commented 8 years ago

不是很明白你的意思,能具体点么?

lichunqiang commented 8 years ago
<div class="xs-plugin-pullup-container xs-plugin-pullup-up" style="position: absolute; width: 100%; height: 40px; bottom: -40px; text-align: center;">Pull Up To Refresh</div>

初始化之后这里面有个默认值,可不可以配置为空呢,因为当页面数据多的时候还好,在屏幕外,用户看不到,但是只有一条数据的时候,这个却显示在界面上

现在我通过判断数据量,来主动unplug 上拉刷新来让其不显示

不知道知道插件内部做了处理了嘛? 就是可以设置一个默认值,当上拉刷新结束后显示这个默认值(空字符串)

huxiaoqi567 commented 8 years ago

http://xscroll.github.io/node_modules/xscroll/doc/PullUp.html

downContent不知道是否满足你,pullup里有事件,可以自己设置status.

lichunqiang commented 8 years ago

Tanks!