Questions tagged [wechat-miniprogram]

Tencent wechat miniprogram

This tag is especially on Tencent wechat's miniprogram

48 questions
5
votes
2 answers

How to build a miniprogram (aka, tinyapp) framework in an app?

Mini-program (tiny-app) is a very convenient and successful way to enrich the content and functions in an app, it’s ability to enrich an app’s ecosystem has been proven in China’s WeChat and AliPay apps. We would like to embed such functionality in…
shihpeng
  • 5,283
  • 6
  • 37
  • 63
2
votes
0 answers

The use of json.parse in the JS part of wechat applet

Development tools: wechat developer tools Windows 10 system. Function Description: This is a part of the code that uploads a picture to the server and returns the image ID and URL. I print out the result of the process and put it in the second…
黄明亮
  • 21
  • 2
2
votes
1 answer

Simpler way to bind onTap functions to buttons in WeChat mini-program

I'm creating a simple audio playing app for WeChat. On the play screen, it has 5 control buttons - prev, fast backward, play/pause, fast forward, and next. So I created them and binded to each event listening functions.