PopPopupPageModel with object data - overload method
Closed this issue · 3 comments
Hi there is it possible to add an overload on the PopPopupPageModel method to return data in the ReverseInit method of the returning PageModel. Same as like the PopPageModel method that takes object data.
Im in need of returning some data back to the page that pushed the popup page.
Thanks!
My apologies on appearing actually doesn't even get called when a popup page is popped, this might not be possible even with the overload. Perhaps due to a separate navigation stack.
Am just passing through the previous pagemodel and calling a function within that to handle the required data.
Hi there is it possible to add an overload on the PopPopupPageModel method to return data in the ReverseInit method of the returning PageModel. Same as like the PopPageModel method that takes object data.
Im in need of returning some data back to the page that pushed the popup page.
Thanks!
How did you actually solve this? I would really like to keep the approach of using reverseinit...