Sextant
Sextant copied to clipboard
A ReactiveUI navigation library for Xamarin.Forms
Blazor has a basic navigation stack, you provide a interface you can override. Investigate if it's worth overriding.
**What kind of change does this PR introduce?** [Xamarin.Forms has preview support for the Windows Presentation Foundation (WPF)](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/other/wpf), so I've created a minimal sample project that partially works. **What is...
**Is your feature request related to a problem? Please describe.** It's related to usability and improving of lifecycle. - `WhenActivated` happens too late on the VM/View cycle to start performing...
It's possible with Sextant to chain navigations, like you can do on Prism something like `ViewAVM/ViewBVM/ViewCVM` Thanks!
This is reproducible from Sample project, in Android but I was able to make it happen in iOS as well. 1. Create a ViewModel implementing INavigable ``` public class ReceivedViewModel...
**Is your feature request related to a problem? Please describe.** Currently Sextant don't support Xamarin.Forms.Shell and neither does shell support any MVVM Framework. **Describe the solution you'd like** Once a...
**Is your feature request related to a problem? Please describe.** Currently all we have is the ability to tell Sextant to animate or not. **Describe the solution you'd like** I...
**Is your feature request related to a problem? Please describe.** There is no WinForms support. **Describe the solution you'd like** For there to be WinForms support. Given that it's now...
Investigate if uno requires anything beyond the basic UWP and adding support for it. This will have a dependency on UWP support.
We need a way to specify the title for pages inside a ReactiveTabPage so that when the user switches tabs, the title is reflected on the navigation bar. ![titlefeature gif...