Closed eli191 closed 1 month ago
I don't know, you have only 2 rows in your grid but you set : <ContentView Grid.Row="2" BackgroundColor="Silver">
?
@roubachof Thank you so much for spotting that mistake! I am confuse I don't know how I could miss this.
I changed it to Grid.Row="1"
.
Unfortunately however, my issue remains exactly the same. :/ I have a blank screen for a few seconds each time I navigate back to the Home page (the page that contains the tabs).
It's weird... Since it's the whole page, I don't think it's a tabs issue... Normally the page should be still in memory and it should just be underneath. Maybe the way you navigate back to the home page cleans the navigation stack ?
@roubachof Yes it's weird! That's what I thought, that maybe the page was somehow cleaned up during navigation. But no, I get back on the same tab I was, even on the same position on a list in the tab I was before navigating. It just takes a few seconds to see the home page as it was.
I would need a video at least to understand what's going on
will close the issue if no further information.
Platform (please complete the following information):
Describe the bug
Hello, We have a homepage with tabs. The content of the tabs is presented within the second row of a
Grid
, and the tabs at the bottom of the screen. The first row of the screen holds a custom view. Inside a tab, if we navigate to anotherContentPage
and from that page, go back to the home page (where the tabs live), then the screen is empty for a few seconds before the content loads, which is disturbing.What would be expected would be to have no blank screen.
When navigating to the tabs at app opening, there is no blank screen, only when navigating back.
Can you spot anything we may be doing wrong ? Do you have any advice or workaround please ?
To Reproduce Steps to reproduce the behavior:
Exceptions (if applicable) N/A
Screenshots (if applicable) If applicable, add screenshots to help explain your problem.