-
在项目中我是用了gallery和uploader组件,安卓下gallery正常,但是在**ios下gallery图片没有显示**。
`var url = target.style.backgroundImage;
url = url.slice(5,url.length-2);
consol…
-
打开wiki里给出的 “微信JS-SDK说明文档” 链接(https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115&token=&lang=zh_CN);
在该文档下,并没有关于WeixinJSBridge的介绍,而是关于jweixin-1.2.0.js的介绍。
以后WeixinJSBridge对象不再继续维护了么?
ghost updated
7 years ago
-
GET https://cipchk.github.io/wx-config 404 ()
-
Hi,
I am a newer for vscode, and I download your `jweixin.d.ts` file. vscode can recognise the `Wechat` namespace, but when I enter `.`, vscode dont promt anything, I checkout your code, there is n…
-
```
import { Component } from 'vue-property-decorator'
import template from './app.vue'
//import wx = require('weixin-js-sdk');
@Component({
name: 'page-app',
mixins: [template]
})
…
YaoaY updated
7 years ago
-
请问下 iPhone7 上手机QQ浏览器报“undefined is not an object (evaluating 'browser.app.share')” 错误是什么意思?
-
\static\js\lib\base64.js
```
// that's it!
if (global['Meteor']) {
Base64 = global.Base64; // for normal export in Meteor.js
}
```
-
原来的UIWebView可用,但是手动切换到WKWebview时无效。
-
图片用的是:`weichat.svg`
social-share-button.coffee[里面](https://github.com/huacnlee/social-share-button/blob/master/app/assets/javascripts/social-share-button.coffee#L48):判断的是`weixin`
`weichat` != `weixin`…
-
@neoblackcap Could you please show me the documents related to the `openAddress` function?
I just found some blogs about this API but not from the official Weixin document, so I'm not very confident a…