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! This is because of a bug in the example. Thanks a lot for pointing it out
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.