Popup change breaking behavior in MAUI Community Toolkit 12.0.0 #30245
-
I've just upgraded to MAUI Community Toolkit 12.0.0 from 11.2.0. The changes to the popup window (ShowPopupAsync) seem to have broken functionality to my app. The app uses a popup from a popup in several places (layering them on top of each other). This was no problem up until 11.2.0, however since 12.0.0:
Please advise on how to get the old behavior back, other than revert to 11.2.0. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you are using the Community Toolkit then the discussion should probably be at the Community Toolkit repo: Community Toolkit. They have a full wiki page where they explain breaking changes in the Popup V2 (I don't know if that's the case) Migrating to Popup v2 |
Beta Was this translation helpful? Give feedback.
-
Oops you're right, I should have posted there. I found most of that explanation before. Interestingly, the above migration document states multiple popups should now be supported, whilst my first test show it doesn't, at least when using the "old" calls. I will do further investigation on how to get this to work again. Thank you for the quick answer! |
Beta Was this translation helpful? Give feedback.
If you are using the Community Toolkit then the discussion should probably be at the Community Toolkit repo: Community Toolkit. They have a full wiki page where they explain breaking changes in the Popup V2 (I don't know if that's the case) Migrating to Popup v2