Android crash when <Text> has long charactor

Fuse v.0.9.10 (build 5810)

Android 4.2.2

Mac 10.9.5

Create new Example project template.

Crash with default text in page2.

This toggle switch disables your ability to swipe between pages

Try to delete some charactor and finally work with no crash.

This toggle switch disables your ability to swipe

Hi!

Thanks for reporting this.

On what platform does this happen?

Does it happen in preview or when exporting your app?

In preview on Lenovo A-3000h (Android 4.2.2)

Fuse v.0.9.10 (build 5810)

Mac 10.9.5

jdk1.7.0_80.jdk

android SDK 23.0.1

Thanks, but it is still not clear to me whether you are testing on a PC or on an Android phone ?

Can you please explain the steps leading up to this crash?

Sorry for not clear information.

On my Mac open fuse DASHBOARD Click Preview -> Android -> Start

STEP

  1. fuse build and install apk in my Android phone.

  2. Example app open with page1.

  3. Then swipe to page2 app will terminate.

ps. if I truncate text it work fine and I can swipe to page3

<Text Width="70%">This toggle switch disables your ability to swipe between pages</Text>

Try to delete some charactor and finally work with no crash.

<Text Width="70%">This toggle switch disables your ability to swipe </Text>

On my PC Windows7 can reproduce error.

Same step on same Android Phone.

Video :slight_smile:

file

https://fuseweb.azureedge.net/forum-user-uploads/2016/08/22/597xfLdUedkL-legacy-files-9oJs8S1NmKLS4eqW-Jyzcy9wKlehJFyttV6EaFGON.mp4

MainView.ux

<App Theme="Basic" Background="#000000ff">
    <DockPanel>
        <Panel>
            <Style>
                <Text TextAlignment="Center" FontSize="50" TextWrapping="Wrap" Y="100" TextColor="#fff"/>
            </Style>
            <Panel>
                <Text Width="70%">This toggle switch disables your ability to swipe 1</Text>
            </Panel>
        </Panel>
    </DockPanel>
</App>

Build log

https://www.dropbox.com/s/n7w9lu5pgqytp6l/log.txt?dl=0