Navigation animation example is not work on my device

The fuse preview is ok.

But, when I export to my device using fuse buil d --target=iOS --run command, it turns out nothing but a black screen on both iPhone 6S and Android device.

I’m a newbie in fuse and just can’t find out what happend, am i doing somthing wrong ?

Hi there :slight_smile: Just to be clear, it’s this example? https://www.fusetools.com/examples/navigation-animation

Yes :)

Hi! This is because of a bug in the example. Thanks a lot for pointing it out :smiley:

The error was this bit ux:AutoCtor="false" inside the App tag. It causes the generated code to not have a constructor which initializes the UX, which is why nothing gets drawn. I’m updating the example right way.