Found a total of 10000 related content
WeChat applet development: Flex layout
Article Introduction:The WeChat applet page layout adopts Flex layout. Flex layout is a new solution proposed by W3c in 2009, which can realize various page layouts simply, completely and responsively. Flex layout provides the alignment, direction, and order of elements within a container, and they can even be dynamic or indefinitely sized. The main feature of Flex layout is the ability to adjust its child elements to fill the appropriate space in the most suitable way on different screen sizes.
2017-02-10
comment 0
2000
WeChat applet View: flex layout example
Article Introduction:WeChat Mini Program View supports two layout methods: Block and Flex. All Views are block by default. If you want to use flex layout, you need to declare it explicitly:
2017-05-26
comment 0
2476
Template rendering of WeChat applet
Article Introduction:This time I bring you the template rendering of the WeChat applet. What are the precautions for using the template rendering of the WeChat applet? The following is a practical case, let's take a look.
2018-03-23
comment 0
2001
WeChat Mini Program Flex Layout
Article Introduction:The WeChat applet page layout adopts Flex layout. Flex layout is a new solution proposed by W3c in 2009, which can realize various page layouts simply, completely and responsively. Flex layout provides the alignment, direction, and order of elements within a container, and they can even be dynamic or indefinitely sized. The main feature of Flex layout is the ability to adjust its child elements to fill the appropriate space in the most suitable way on different screen sizes. Features of Flex layout: scalable in any direction, left, right, down, up in style...
2017-04-04
comment 0
1884
WeChat applet development: http request
Article Introduction:Network communication in the WeChat applet can only communicate with the specified domain name. The WeChat applet includes four types of network requests.
2017-02-16
comment 0
1680
PHP implementation of WeChat applet jump skills
Article Introduction:With the promotion and popularity of WeChat mini programs, more and more companies and developers have begun to get involved in the development of WeChat mini programs. For beginners, there are still many skills that need to be learned in the development of WeChat mini programs. One of the important skills is how to use PHP to implement WeChat applet jump. This article will introduce the techniques for implementing WeChat applet jump in PHP. 1. Understand the basic process of jumping to the WeChat applet. Before introducing the implementation of jumping to the WeChat applet in PHP, let us first understand the basic process of jumping to the WeChat applet. 1. Jump to from within the WeChat applet
2023-06-01
comment 0
1601
Snake game implemented by WeChat applet [with source code]
Article Introduction:This article mainly introduces the Snake game implemented by the WeChat applet, and analyzes the related interface layout and code logic operation skills of the WeChat applet to implement the Snake game function in the form of examples. The source code is also attached for readers to download for reference. Friends can refer to it
2018-06-22
comment 0
4674
Combination use of wx.request and Promise of WeChat applet
Article Introduction:This time I will bring you the combined use of wx.request and Promise in the WeChat applet. What are the precautions for the combined use of wx.request and Promise in the WeChat applet? The following is a practical case, let's take a look.
2018-03-19
comment 0
3635
Bluetooth link in WeChat applet
Article Introduction:This article mainly introduces the relevant information of the Bluetooth link of the WeChat applet. I hope that through this article you can master the development method of the Bluetooth applet. Friends who need it can refer to it.
2018-06-22
comment 0
2387
Use WeChat applet to achieve sliding menu effect
Article Introduction:Use the WeChat applet to achieve the sliding menu effect. As a tool that is rapidly developed and widely used, the WeChat applet provides us with a variety of methods to achieve the sliding menu effect. This article will show you a simple and practical implementation method to help you easily add sliding menu effects in development. Preparation Before starting coding, we need to create a basic applet project and open the page where we need to add the sliding menu effect. Layout structure We first need to build the layout structure of the page in the wxml file. The following is a simple
2023-11-21
comment 0
1268