Gaelian Ditchburn
Gaelian Ditchburn
Steps to reproduce: 1. Install latest Fabulous project templates: `dotnet new --install Fabulous.XamarinForms.Templates::2.0.5` 2. Create new Fabulous project: `dotnet new fabulous-xf-vswin -n FabXamApp` 3. Set a breakpoint at line 18...
I'm currently trying to figure out how to get light/dark themes working with my full Elmish style Fabulous app (multi-page, somewhat following the composition model of the FabulousContacts example app)....
## Question / Discussion New to Fabulous. I'm using the XF Shell for a Fabulous XF app I'm writing, currently attempting to understand how one would use [BackButtonBehaviour](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/app-fundamentals/shell/navigation#back-button-behavior) and [OnBackButtonPressed](https://docs.microsoft.com/en-us/dotnet/api/xamarin.forms.shell.onbackbuttonpressed?view=xamarin-forms)...
## Question / Discussion I'm attempting to use [Media.Plugin](https://github.com/jamesmontemagno/MediaPlugin) with Fabulous. Unfortunately, using the [Xamarin.Essentials Media Picker](https://docs.microsoft.com/en-us/xamarin/essentials/media-picker?tabs=ios) would not be ideal as it doesn't yet support everything I need to...
## Question / Discussion I'm trying to translate this C# code for use with Fabulous.XamarinForms.FFImageLoading: ```c# var t = ImageService.Instance.LoadStream(async c => await image.OpenReadAsync()); // image is a Xamarin.Essentials.FileResult. t.Transform(new...
Hello! I'm back with another possibly silly question. I have a situation where I need to add child views to - preferably - a FlexLayout or StackLayout, at runtime, after...
Using Visual Studio for Windows (17.1.6). Installed FSharp.Mobile.Templates then ran: ``` > mkdir TestXamApp > cd TestXamApp > dotnet new xf-fsharp ``` Then added the generated projects to a blank...