How do I pass parameters to android Intent in new scheme on chrome?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a web app calling a native app on android via an iframe intent which does not work in chrome 25 according to the following.... https://developers.google.com/chrome/mobile/docs/intents The intent was structured like the following.... app://Requesttype=Testing&Type=123&tn=0000000000 In the new intent:// scheme how would I go about passing the parameters listed after app:// to the native application? I haven't been able to find an example. 回答1: With the new scheme, you can pass arguments as extras to the App, but you must encode the URI