# Android crash  when \<Text\> has long charactor

**URL:** https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473
**Category:** Bug Reports
**Created:** [February 18, 2016, 2:29pm UTC](https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473 "2016-02-18T14:29:40Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![pipo](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/pipo/32/131_2.png) [@pipo](https://forums.fusetools.com/u/pipo)
#### Post date: [February 18, 2016, 2:29pm UTC](https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473/1 "2016-02-18T14:29:40Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Anders\_Lassen](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/anders_lassen/32/522_2.png) [@Anders\_Lassen](https://forums.fusetools.com/u/Anders_Lassen)
#### Post date: [February 18, 2016, 2:56pm UTC](https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473/2 "2016-02-18T14:56:02Z")

</div>

Hi!

Thanks for reporting this.

On what platform does this happen?

Does it happen in preview or when exporting your app?

---

<div class="post-metadata">

### Author: ![pipo](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/pipo/32/131_2.png) [@pipo](https://forums.fusetools.com/u/pipo)
#### Post date: [February 18, 2016, 3:26pm UTC](https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473/3 "2016-02-18T15:26:11Z")

</div>

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

---

<div class="post-metadata">

### Author: ![Anders\_Lassen](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/anders_lassen/32/522_2.png) [@Anders\_Lassen](https://forums.fusetools.com/u/Anders_Lassen)
#### Post date: [February 18, 2016, 3:47pm UTC](https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473/4 "2016-02-18T15:47:36Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![pipo](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/pipo/32/131_2.png) [@pipo](https://forums.fusetools.com/u/pipo)
#### Post date: [February 18, 2016, 4:43pm UTC](https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473/5 "2016-02-18T16:43:10Z")

</div>

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

```auto
<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.

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

```

---

<div class="post-metadata">

### Author: ![pipo](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/pipo/32/131_2.png) [@pipo](https://forums.fusetools.com/u/pipo)
#### Post date: [February 18, 2016, 5:18pm UTC](https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473/6 "2016-02-18T17:18:20Z")

</div>

On my PC Windows7 can reproduce error.

Same step on same Android Phone.

---

<div class="post-metadata">

### Author: ![pipo](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/pipo/32/131_2.png) [@pipo](https://forums.fusetools.com/u/pipo)
#### Post date: [February 18, 2016, 5:44pm UTC](https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473/7 "2016-02-18T17:44:43Z")

</div>

Video 🙂

![file](https://s3.us-east-2.amazonaws.com/fuse-legacy-forum-assets/597xfLdUedkL-legacy-files-9oJs8S1NmKLS4eqW-Jyzcy9wKlehJFyttV6EaFGON.mp4)

[https://fuseweb.azureedge.net/forum-user-uploads/2016/08/22/597xfLdUedkL-legacy-files-9oJs8S1NmKLS4eqW-Jyzcy9wKlehJFyttV6EaFGON.mp4](https://s3.us-east-2.amazonaws.com/fuse-legacy-forum-assets/597xfLdUedkL-legacy-files-9oJs8S1NmKLS4eqW-Jyzcy9wKlehJFyttV6EaFGON.mp4)

MainView.ux

```auto
<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>

```

---

<div class="post-metadata">

### Author: ![pipo](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.fusetools.com/pipo/32/131_2.png) [@pipo](https://forums.fusetools.com/u/pipo)
#### Post date: [February 18, 2016, 6:40pm UTC](https://forums.fusetools.com/t/android-crash-when-text-has-long-charactor/6473/8 "2016-02-18T18:40:21Z")

</div>

Build log

[https://www.dropbox.com/s/n7w9lu5pgqytp6l/log.txt?dl=0](https://www.dropbox.com/s/n7w9lu5pgqytp6l/log.txt?dl=0)
