ClientPanel

I am using the ClientPanel this way :

<App>
    <ClientPanel>
        <DirectNavigation />
        <Page1/>
        <Page2/>
    </ClientPanel>
</App>

It looks OK when the app loads on Page1, but the top bar (on iOS) disappears when navigating to Page2, and doesn’t come back when navigating back to Page1.

Am I doing something wrong, is there a bug ?

Thanks

Sounds weird - can you provide a test case?