The difference between the expression of Weex scroller in android and ios
世界只因有你
世界只因有你 2017-06-20 10:06:33
0
1
669
<template>
  <scroller style="flex:1; background-color:#ff503f">
    <text style="flex:1;background-color:#37a1ff">this is a text</text>
  </scroller>
</template>

Running results in IOS:

Running results in Android:

This problem has been bothering me for a long time, please take a look at it, thank you!

世界只因有你
世界只因有你

reply all(1)
習慣沉默

Try setting the height and width of the Text tag

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template