如何在Uno平台的WebAssembly中启用深度链接



在Uno Platform for WebAssembly中实现URL深度链接有什么线索或方向吗?

我看到它在以下项目中得到了实施,这些项目可以在https://platform.uno/showcases/

项目:

  • https://www.troublefreepool.com/blog/poolmath/
  • https://www.biyee.net/default.aspx

深度链接可以通过Application.OnLaunched方法覆盖的LaunchActivatedEventArgs.Arguments来完成。

您会发现浏览器当前地址的查询字符串部分,因此对于:

https://example.com/?test=1234&test2=5678

你会得到:

test=1234&test2=5678

相关内容

  • 没有找到相关文章

最新更新