- Xamarin Forms
- iOS
- Android
- FreshMVVM
We have a standard non modal flow in our app that captures data from Bluetooth devices. However if the user tries to capture data of a type where we have no configured Device we jump out to a Modal page and ask them to set one up.
That modal flow could be from 2 to 5 pages long depending on the device.
- Is Modal the right choice? It is an unfriendly stack to deal with
- Once you take the user into a modal flow of more than one page should each page be a new Modal page pushed onto the Modal stack? I am wondering if once in the Modal page i do "page-like" transitions within a single ContentPage