current location:Home > Technical Articles > WeChat Applet > Mini Program Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to make mini programs appear nearby
- How to set up the mini program that appears nearby: first log in to the WeChat official account backend, and click "Nearby Mini Program" -> "Activate"; then click the "Add" option and fill in the corresponding information; finally click the "Submit" button and wait Just review.
- Mini Program Development 4292 2020-03-25 09:05:47
-
- How to transfer things in mini program
- The method of transferring things in the mini program: first download the file interface "wx.downloadFile" to the local; then initiate an "HTTP GET" request and return the local temporary path of the file; then write the program logic in the JS file; finally in the " wxml" file and upload the file interface.
- Mini Program Development 3631 2020-03-25 08:59:23
-
- What are the requirements for developing WeChat mini programs?
- Conditions required to develop WeChat mini programs: 1. You need to apply for an account. 2. Need to rent a server. 3. You need to apply for a domain name. 4. You need to apply for a payment interface.
- Mini Program Development 11933 2020-03-24 15:08:59
-
- How to get the height of an element in WeChat applet
- The method for WeChat applet to obtain the element height: first use wx.createSelectorQuery() to create a query; then use the query's select method to select page elements; and finally use the boundingClientRect method to obtain the height of the element.
- Mini Program Development 14104 2020-03-24 15:06:42
-
- What are the reasons why WeChat mini programs cannot be reviewed?
- The reasons why WeChat mini programs cannot be reviewed are: 1. The mini program information is not complete enough, such as avatars, introductions, and column categories; 2. The functions, names, and columns of the mini programs are incorrect or have no connection; 3. Personal mini programs involve business It cannot pass; 4. The mini program cannot pass if the words "testing, unfinished, etc." appear.
- Mini Program Development 3600 2020-03-24 14:48:39
-
- Can WeChat mini programs reference special fonts?
- WeChat applet can reference special fonts. There are two specific methods: 1. Convert the font to base64 format for use; 2. Dynamically load network fonts. The API used is wx.loadFontFace.
- Mini Program Development 3579 2020-03-24 14:37:18
-
- What should I do if the WeChat mini program homepage cannot be opened?
- Solution to the problem that the WeChat mini program homepage cannot be opened: 1. Open settings, find WeChat, click Clear Cache, and open the mini program again; 2. Use another mobile phone to open the mini program and check whether it is a problem with the mini program itself or the mobile phone.
- Mini Program Development 7107 2020-03-24 13:58:08
-
- Where is the WeChat applet calling interface written?
- The WeChat applet calling interface can be written in the life cycle callback function of the applet, such as onLaunch, onShow, onHide, etc., or it can be written in a custom function, such as a custom button click event viewTap, etc.
- Mini Program Development 9915 2020-03-24 13:41:11
-
- How to solve the problem of network request failure in WeChat applet
- The WeChat mini program network request fails because the https certificate configuration is incorrect. The mini program network request must use the https protocol. The https certificate used by the server domain name will be verified during the request. If the verification fails, the request cannot be successfully initiated. The solution is to use the online SSL tools check certificate eligibility.
- Mini Program Development 22151 2020-03-24 13:25:18
-
- How to use cloud functions to query data in mini programs
- This article introduces the method of WeChat mini program using cloud functions in cloud development to query data. It has certain reference value. I hope it will be helpful to friends who are learning mini programs!
- Mini Program Development 4722 2020-03-24 11:52:07
-
- What to do if the WeChat applet cannot set the background image
- The solution to the problem that the WeChat applet cannot set the background image: 1. The image directly references the online image; 2. Base64 encode the local image and directly quote the base64 string.
- Mini Program Development 3521 2020-03-24 11:42:22
-
- Does the WeChat mini program have a test account?
- WeChat mini programs have test accounts. The test account is to facilitate developers to develop and experience the various capabilities of mini programs and mini games. Developers can apply for a test account for mini programs or mini games, and use this account to create a test account in the developer tools The project is developed and tested, as well as previewed on real devices.
- Mini Program Development 8327 2020-03-24 11:17:19
-
- What is the difference between WeChat mini programs and native apps?
- The differences between WeChat mini programs and native apps are: 1. Native APPs need to be downloaded, but mini programs do not; 2. Due to different platforms, native APPs must be developed for Apple and Android versions, while mini programs only need to be developed once; 3. Since WeChat limits mini programs to 1M, native APPs can implement more functions than mini programs.
- Mini Program Development 5600 2020-03-24 11:04:48
-
- How to click on the WeChat applet to view the original image
- The WeChat applet implements the method of clicking to view the original image: first prepare a URL array to store the preview image and a URL array of the original image; then obtain the clicked index when clicking on the image; finally obtain the URL corresponding to the original image through the index and pass it in wx Just in the .previewImage() method.
- Mini Program Development 6764 2020-03-24 10:30:38
-
- What to write in the mini program introduction
- What should be written in the introduction of the mini program: what the mini program mainly does, what specific advantages it has, and what are its unique features. The introduction of the mini program must be attractive enough.
- Mini Program Development 18579 2020-03-24 10:07:37