Protocol activation in Windows App SDK #10915
Labels
area/winui
Categorizes an issue or PR as relevant to WinUI
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/enhancement
New feature or request
project/navigation-lifecycle 🧬
Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...)
project/non-ui ⚙️
Categorizes an issue or PR as relevant to winrt (non-ui)
i was following this page https://platform.uno/docs/articles/features/protocol-activation.html so i can open my app from the browser until i reached to
protected override void OnActivated(IActivatedEventArgs e)
which uno tells me it doesn't exist when i try to build
when i try to get the arguments from
OnLaunched
it always turn out empty stringand i try to open the app like this from the browser with url
cycoau:youtube
and it does open but with empty arguments shouldn't it beyoutube
or i'm missundertanding somethingOriginally posted by @ahmed-abdelrazek in #10558
The text was updated successfully, but these errors were encountered: