Grial-UI-Kit-Support icon indicating copy to clipboard operation
Grial-UI-Kit-Support copied to clipboard

Invoking camera removes entire nav stack

Open attrib75 opened this issue 6 years ago • 3 comments

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

attrib75 avatar May 16 '18 23:05 attrib75

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

attrib75 avatar May 18 '18 18:05 attrib75

how did u solve it can you help me with this.

szaid07 avatar May 20 '18 06:05 szaid07

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

attrib75 avatar Jul 02 '18 22:07 attrib75