search

Home  >  Q&A  >  body text

The difference between the expression of Weex scroller in android and ios

<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!

世界只因有你世界只因有你2738 days ago691

reply all(1)I'll reply

  • 習慣沉默

    習慣沉默2017-06-20 10:08:33

    Try setting the height and width of the Text tag

    reply
    0
  • Cancelreply