Emil Alipiev
Emil Alipiev
according to your sample on the wiki page, you suggest to load ObservableCollection inside Init function on QuoteListPageModel . ``` public override void Init (object initData) { Quotes = new...
I only wanted to point out that sample on the page is incomplete and misleading. This is not only FreshMvvm problem but general XF problem to get updated from popped...
how do you want to resolve contentview? contentview is a part of contentpage so, it couples with pagemodel (viewmodel) of the contentpage itself. that means if you use contentview in...
Contentview always respects to its contantentpage's bindingcontext. You can see that checking in code behind of contentview using this.bindingcontext. It cant have a separate bindingcontext than its parent.
Sorry your question is not clear. maybe you should give an example of usage that you tried but it failed. And why would you need something like that? what is...
@rid00z Have you seen this issue please? It should be a small glitch, I appreciate if you can look into it. It holds us to use latest version. thank you
@rid00z have you had any change to check that issue? If you need a repro please let me know but I think that it is a general issue with the...
@rid00z I have downloaded sample and debugged. it is working fine when using FreshMasterDetailNavigationContainer but if I use ThemedMasterDetailNavigationContainer as you suggested earlier. this is not working any longer. it...
Ok For anyone who is looking for a solution here. Freshmvvm solution is incomplete and commit referenced made it even worse. It forces us to use only text in masterdetailpage...
@codegrue sorry replying so late. i have just recognized your comment. my solution is already using Freshmvvm as you can see it implements IFreshNavigationService but instead of sticking with default...