在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