fabulous-dev / Fabulous.XamarinForms

Declarative UIs for Xamarin.Forms with F# and MVU, using Fabulous
https://docs.fabulous.dev/xamarinforms
Apache License 2.0
13 stars 1 forks source link

AppLinkEntry support #21

Open edgarfgp opened 2 years ago

edgarfgp commented 2 years ago

I propose we add support for AppLinkEntry :

This will enable scenarios like :


    Application(...)
        .onAppLinkReceived(NavigateDeepInAppMsg)
        .appLinks {
            AppLink(...)
            AppLink(...)
        }
twop commented 2 years ago

I love the idea, could you elaborate a bit how it will look like in code e2e?

edgarfgp commented 2 years ago

I love the idea, could you elaborate a bit how it will look like in code e2e?

With this functionality we can select which page we want to take the user to .

edgarfgp commented 2 years ago

I love the idea, could you elaborate a bit how it will look like in code e2e?

Notice you said in code 😅. Will try and elaborate tomorrow

edgarfgp commented 2 years ago

I found a way to test this in a simulator https://stackoverflow.com/questions/46670298/pass-deep-link-into-ios-simulator