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 and OnBackButtonPressed in the Fabulous DSL.
I've gotten this far:
View.Shell(
shellBackButtonBehavior = // ???
)
Or perhaps this far:
View.ContentPage(
shellBackButtonBehavior = // ???
)
Similarly, I'm not sure how to override OnBackButtonPressed in the context of Fabulous. Can anyone provide some example code?