TabbedPage with children problem migrating from Xamarin To MAUI #3301
Unanswered
AngeloLazzari
asked this question in
.NET MAUI
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thank you for read my discussion.
The problem is this one:
We are migrating our app from Xamarin to MAUI, all is working perfectly with Prism, Shiny, Syncusion etc etc... BUT we met a view that is not "behaving" as wanted... obviously in xamarin all is working good... but in MAUI something strange is happening... here is the detail:
We have a TabbedPage with coded children in mxml like showed in the image

Every Content page has loads of fields, scrollviews, stacklayouts...and so on...
the problem is that once we NavigateAsync to that view all is behaving strange , like all the lists are not retrieving data, click events don't fire......
Reading about TabbedPages in your documentation you always use a "subview" children, I mean, you have X subviews in "local" that form the TabbbedPage children structrure... and you say to register all the subviews for correct navigation ....
So, the problem is for sure that I use a "coded" ContentPages as TabbedPage children?
I hope you can help me to solve this situation, thank you very much
Beta Was this translation helpful? Give feedback.
All reactions