Questions tagged [weixinjsbridge]

12 questions
7
votes
0 answers

Obtain openid by using WeixinJSBridge from wechat

I was wondering if any WeChat experts out there can tell me if there is a way to obtain the users open id by using WeixinJSBridge or some other way when they are viewing a URL inside of wechat? Most of the resources I find out there is in Chinese…
Armand
  • 9,847
  • 9
  • 42
  • 75
2
votes
2 answers

How to build web application that run in WeChat in app browsers?

I am trying to build a simple web application, which capture users photo and sent it my custom server there by connected to some other business use-case. My web page uses HTML's file input control to launch native camera or gallery pick up…
2
votes
0 answers

WeChat OAuth 2.0 User Profile via Web in Sandbox Environment

I have successfully setup a Sandbox Environment for WeChat with a URL for my API Config and a JS API Secure Domain. These work as intended, allowing me to receive messages from Followers and calling APIs from Javascript pages. However, when…
Matt
  • 21
  • 2
1
vote
0 answers

cloud function error, node module node-xlsx, Cannot read properties of undefined (reading 'length')

TypeError: Cannot read properties of undefined (reading 'length') at xlsx (cloudfunctions\excel\node_modules\node-xlsx\lib\xlsx\xlsx.js:174:23) at Object.build (cloudfunctions\excel\node_modules\node-xlsx\lib\node-xlsx.js:14:16) at d.exports.main…
Erik Johnsson
  • 111
  • 1
  • 1
  • 5
1
vote
2 answers

WeChat JSAPI weixin Error "appidget_brand_wcpay_request"

I am integrating my official Website page with wechat. I am building my backend in Asp.Net MVC. I am using JsApi for payment. When i click pay button . i saw small black wechat processing icon,after that i get an error…
Narendra
  • 1,332
  • 2
  • 13
  • 16
1
vote
1 answer

Deep linking in wechat

Is it possible to implement deep linking with wechat API ? I am using wechat API to share some content through WeChat sharing. I have registered my app with wechat and can authenticate users. How would I be able to open my app from Wechat on…
Asadullah Ali
  • 1,056
  • 14
  • 31
1
vote
3 answers

Weixin Payment Method in PHP

I am developing Chinese eCommerce website by PHP. And I have completed QR code generation of weixin pay url. And it is working correctly on PC. Now in case of tablet or mobile website version how can i open wechat application from a webpage and send…
Borysko Danko
  • 165
  • 1
  • 17
0
votes
0 answers

anchor tag in wechat mini programs wxml

How to use anchor tags in wxml? I have a variable in which I am setting a URL. I need to display something like "Click here" in the view and make the user click the URL. The URL is not any other domain but something within the weixin so that…
0
votes
1 answer

Open a wechat mini program on top of another mini program

Consider there are two authenticated WeChat mini-programs. Can I open a mini program on top of another mini program using an iframe?- Not using navigateToMiniProgram API but I am asking like embedding one on top of another. I have searched the…
0
votes
2 answers

Sharing to WeChat: WeixinJSBridge is undefined

I'm trying to implement sharing to WeChat on our site. Accordingly to docs, I have to load SDK from http://res.wx.qq.com/open/js/jweixin-1.0.0.js, configure it, and call corresponding methods (onMenuShareAppMessage in my case). I did all…
jeron-diovis
  • 788
  • 1
  • 8
  • 19
0
votes
1 answer

Wechat china (weixin) issue with QR code

The QR code works well with wechat international but when using wechat china (weixin) is says the site is not recognized. I know wechat and weixin are two different applications does this mean that we need to have two QR images for our brochure? One…
jcnvista
  • 21
  • 5
0
votes
1 answer

Wechat / Weixin JavaScript Bridge (WeixinJSBridge) using WeixinJSBridgeReady event listener and function as parameter

I am using WeixinJSBridge to modify the sharing parameters when someone shares one of my games (made with JavaScript) using Wechat (Weixin). The following code, which is at the end of a big JavaScript file (more than 2500 lines, around 100 KB) and…
jalbam
  • 356
  • 1
  • 3
  • 12