Too long strings in <TextView /> does not render or results to too slow performance

[ This is the translated & modified version from http://cafe.naver.com/fusefactory/374 ]

  • Fuse version 1.8.1 (build 15610)

  • Operating system version: macOS & Windows

  • Problem: The user needs to show a series of texts which length is 5,671 bytes so she/he used markup tag.
    However, black screen is shown instead of actual texts and texts are not rendered.
    After changing the length of texts to about 5,600, it works pretty well.
    When she/he used markup instead of , the maximum length of texts for markup I tested was about several hundreds bytes.
    So currently, she/he splits into two markup.
    Is she/he implementing to markup codes wrongly, or there might be a bug in Fuse?

  • I tested using https://gist.github.com/ianychoi/25199c777fbf6ca1d0633edf18a8b197 which texts are from lorem ipsum. On preview mode, scrolling does not work or is very slow. On iOS preview mode, just black screen is shown.

Hey.

This is known issue with TextView and ticket has been created.

1 Like