Hi guys , PageControl activeIndex is not working properly on android device, sometimes even in the preview mode it fail to work.
this is the repro. the panel with the color blue should be displayed but the red is displayed instead.
<App>
<ClientPanel>
<PageControl ActiveIndex="1">
<Panel Color="Red"></Panel>
<Panel Color="Blue"></Panel>
<Panel Color="Yellow"></Panel>
</PageControl>
</ClientPanel>
</App>
Fuse version: Fuse 1.0.3
Operating system : macOS