We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
里面有这么一段JS和Native交互的脚本,不知道是否开放使用了
WeixinJSBridge.invoke("launch3rdApp", { "type": 1, "packageName": packageName, "signature": signature.shift() },function(res){ if(res.err_msg!='launch_3rdApp:ok' && signature[0]){ jsbridgeInvokeApp(); } });
The text was updated successfully, but these errors were encountered:
http://a.app.qq.com/o/simple.jsp?pkgname=com.hexin.plat.android#opened 微信打开这个网页可以实现跳转第三方app的功能。
Sorry, something went wrong.
应用宝是微信webview的白名单,他们内部维护了一份白名单机制,在这个白名单之下的页面跳转不受限制
http://wxbug.cn/ 这个可以
No branches or pull requests
里面有这么一段JS和Native交互的脚本,不知道是否开放使用了
The text was updated successfully, but these errors were encountered: