Michael Ridland

Results 54 comments of Michael Ridland

@daveclarke @Mark-RSK @jfversluis Apologies for the slow reply, we've upgrade to .NET Standard already but there's a few nice commits/ideas in here that I will take a look at.

You should be able to do this directly from one of the page models, without touching a navigation container. Or did u want to do something different? On Friday, 30...

Just push a page model as modal, you can also push a new navigation container as modal. Thanks On Saturday, 1 October 2016, rasmuschristensen [email protected] wrote: > I have 5...

You call it from a PageModel that is a child of the tab container. Call CoreMethods.PushPageModel with modal. There's some samples in the git repo. On Sunday, 2 October 2016,...

Ok, so now I understand you want to push modal when one of the tabs are tapped, yes you would need to inherit the tab container. You could do this...

This is a standard behaviour of Xamarin.Forms. You need to push another Navigation container if you want it push in modal. On Sun, 18 Mar 2018 at 5:46 am, Emil...

Thanks for the feedback, we should be able to do this easily. On Fri, 10 May 2019 at 1:18 pm, Ryan Alford wrote: > I am hoping that FreshMvvm can...

Thanks, I have implemented this I just need to test and publish the update. I will have done in next few days. Thanks On Sun, 1 Dec 2019 at 11:22...

Hey We can already do this, I will write up some content but basically there’s a interface that you can implement to control the resolution. On Sat, 31 Aug 2019...

Hi FreshMvvm is stable and awesome and without issues, don't change something that's not broken. :) On Sat, 27 May 2017 at 1:18 pm, Thiago Moreira wrote: > Hello, you...