Skip to content

Popup V2 Not Working in Production #2750

Closed Answered by david-maw
david-maw asked this question in Q&A
Discussion options

You must be logged in to vote

Nailed it, as expected it was something fairly silly, the offending code was:

Shell.Current.Navigating += Cancel_Navigation;

Which does exactly what you imagine it might. It's old code meant to prevent the user from navigating away from a splash page (the page has no UI, but using the Android 'back' gesture, for example). The initial attempts to use Popups in my production code were all in the scope of that statement and messing with Shell navigation now affects popups. I'll just come up with an alternative for that code and life's good. Thanks for spending time on this, I appreciate your help.

Replies: 2 comments 31 replies

Comment options

You must be logged in to vote
6 replies
@david-maw
Comment options

@david-maw
Comment options

@MartyIX
Comment options

@MartyIX
Comment options

@david-maw
Comment options

Comment options

You must be logged in to vote
25 replies
@bijington
Comment options

@david-maw
Comment options

@bijington
Comment options

@david-maw
Comment options

@bijington
Comment options

Answer selected by david-maw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants