Przemysław Raciborski
Przemysław Raciborski
Ideally, I would like to see direction where MAUI (Forms - because this is just Forms rebranded, perhaps with more resources applied to this) is just complementing MvvmCross development -...
@Cheesebaron if I can add something, there are benefits with mixing Native MvvmCross and Forms (create some views with Forms and include them in native project) - but that does...
> Off topic ? Someone is asking if you will support .net Maui and the response is : dunno, maybe if i feel like it because i’m the only one...
+1 bug exists If you add/update/remove secrets (for ex. by using secret name feature in compose file), service does not get updated configuration from compose file (when using docker stack...
@martijn00 Hm it doesn't support recyclerview but looks it will be better to fork plugin and add recyclerview support there. Closing.
Sure. Can someone write simplest sample for MvxHorizontalGridView? I have never used that (and do not have plans to use;) ).
as workaround pass (IMvxAndroidBindingContext)Binding Context from Activity/Fragment.
It does not support mac os but just split your build into two jobs - first run in osx, second in linux based env. sample from my github CI: ```...
@Dexyon I am currently totally inactive in MvvmCross/Xamarin community due to some private issues and I cannot help you right now. I should be **probably** back in ~week? I will...
None of above worked - in my case it randomly failed when put on recyclerview with dynamic adding/removing of item. Found workaround though (C#) ``` autoCompleteTextView.OnFocusChangeListener = new FocusChangeWrapperListener((view, isFocused)...