Grial-UI-Kit-Support
Grial-UI-Kit-Support copied to clipboard
Invoking camera removes entire nav stack
https://stackoverflow.com/questions/50278151/xamarin-forms-media-plugin-take-photo-return-to-screen-pops-to-root?noredirect=1#comment87776630_50278151
I'm using Xamarin 3.0. Visual studio 15.7. When I use the same camera invoking code in a non grial project the issue doesn't occur
Hi, This was solved. I thought you should know that the cause was the way you were initially assigning the master detail page as new temporary empty pages, then calling Task.Delay(500), then assigning the master and detail pages for real. When I removed this, the issue no longer exists. You might want to think about changing your starter project code
how did u solve it can you help me with this.
For me I was assigning the master detail page the wrong way when the app's main page was being set. Look here:
https://github.com/jamesmontemagno/MediaPlugin/issues/433#issuecomment-390337591