This app:
<App>
<Panel Width="200%" Height="100%" HitTestMode="LocalBoundsAndChildren">
<Text Value="and" FontSize="70" Alignment="Center" />
</Panel>
</App>
Renders a...
, instead of and
on iOS, with Fuse 0.21.0
This app:
<App>
<Panel Width="200%" Height="100%" HitTestMode="LocalBoundsAndChildren">
<Text Value="and" FontSize="70" Alignment="Center" />
</Panel>
</App>
Renders a...
, instead of and
on iOS, with Fuse 0.21.0
Hey Bjørn-Olav,
That looks like a bug to me. I’ve filed an internal issue, and we’ll keep you posted.
Thanks for the report!
Hey again,
We have now fixed this internally. You can expect a fix in a coming release.
Cheers again!
Still not fixed in 0.23
Looks like the fix didn’t make 0.23. Patience.