Skip to content
New issue

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

怎么在微信的浏览器里面打开其他应用?我看到跳应用宝的方式。 #62

Open
hunter524 opened this issue Mar 21, 2016 · 3 comments

Comments

@hunter524
Copy link

里面有这么一段JS和Native交互的脚本,不知道是否开放使用了

        WeixinJSBridge.invoke("launch3rdApp", {
            "type": 1,
            "packageName": packageName,
            "signature": signature.shift()
        },function(res){
            if(res.err_msg!='launch_3rdApp:ok' && signature[0]){
                jsbridgeInvokeApp();
            }
        }); 
@hunter524
Copy link
Author

http://a.app.qq.com/o/simple.jsp?pkgname=com.hexin.plat.android#opened 微信打开这个网页可以实现跳转第三方app的功能。

@thomasyus
Copy link

应用宝是微信webview的白名单,他们内部维护了一份白名单机制,在这个白名单之下的页面跳转不受限制

@wxbug-cn
Copy link

http://wxbug.cn/ 这个可以

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants