协议头部为 alipay://alipayclient,进行应用间跳转一直报 activity not found to handle,在 manifest 文件加<category android:name="android.intent.category.DEFAULT">也不行,知道怎么弄吗?</category>
1
kuyuzhiqi OP 不是集成 sdk,而是直接跳转支付宝
|
2
piloots 2019-05-21 21:37:40 +08:00
url Schema 不属于官方支付唤醒的操作,你可以使用 webView 控件加载 html 并使用 a 标签的 href 属性包裹住 url Schema 就行了,参考 https://github.com/yioMe/nodejs_wx_aipay_api
|