在Android上,Weex scroller不能水平滚动,就算scroll-direction="horizontal"也没用。
什么原因?
<scroller scrollable="true" style="scroll-direction:horizontal; flex-direction: row; height: 200px; width: 3000px; ">
<div style="flex-direction: row;height: 200px; width: 1600px; background-color: blue;">
<image src="local:///login_bg" style="flex:1;"></image>
<image src="local:///login_bg" style="flex:1;"></image>
</div>
</scroller>
同样遇到过,scroll-direction设置属性,flex-dirction:row 设置样式就好了