Whenever something in the layout has changed (e.g. a scrollview has moved or new images has been loaded), rotating the device will show garbage on either the right or the bottom half of the screen. If the screen is rotated back and forth without changing the contents of the layout, it works fine - until the layout is changed again.
This happens both in preview and in compiled versions.
Fuse version: 0.36.1.
OS: macOS.
Device: iPhones and iPads.
Reproduce: Run code, rotate device.
Simplest code to reproduce the problem:
<App Background="Blue">
<Image Url="https://cassette.dk/wp-content/uploads/2016/07/legoprogrammer.jpg" />
</App>