WeixinJSBridge目前還能夠直接使用的功能(2019)


參考地址:http://mmlike.sinaapp.com/

其余功能不是不能用了,而是有各種條件了。

以下列出的功能,均可直接使用,無需appid等任何東東,只要在手機微信網頁環境中

 

發送郵件

   WeixinJSBridge.invoke("sendEmail", {
            "title": "title!",
            "content": "i am an Email!", //時間戳 這⾥里隨意使⽤用了⼀一個值
        },
            function (e) {
                //alert(e.err_msg)
            })

 

獲取網路狀態

   WeixinJSBridge.invoke("getNetworkType", {},
                       function (e) {
                           alert(netType[e.err_msg])
                       })

 

預覽圖片

   WeixinJSBridge.invoke("imagePreview",{
                "urls":[
                "http://rescdn.qqmail.com/bizmail/zh_CN/htmledition/images/bizmail/v3/logo1ca3fe.png",
                "http://rescdn.qqmail.com/bizmail/zh_CN/htmledition/images/bizmail/v3/icons_features1ca3fe.png",
                "http://rescdn.qqmail.com/bizmail/zh_CN/htmledition/images/bizmail/v3/icons_workStyle1ca3fe.png"
                ],
                "current":"http://rescdn.qqmail.com/bizmail/zh_CN/htmledition/images/bizmail/v3/icons_features1ca3fe.png"
                })

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM