current location:Home > Technical Articles > Web Front-end > uni-app
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- uniapp implements table sorting
- With the rapid development of mobile Internet, the development of mobile web applications has received more and more attention. What follows is that the requirements for development efficiency are getting higher and higher. As a development framework based on Vue.js, Uniapp can develop applications for multiple platforms such as WeChat, Alipay, App Store, and Baidu at the same time. It has become a popular choice in mobile development. This article will introduce how to use Uniapp to implement table sorting. 1. Preparation Before starting to write code, you need to install uni-app-cli and
- uni-app 2123 2023-05-21 22:10:35
-
- uniapp jump page passes a large number of parameters
- With the development of the mobile Internet, small programs and H5 applications are gradually emerging in various scenarios, and uniapp, as a development framework that can adapt to multiple platforms at the same time, has great advantages in cross-terminal development. However, if uniapp needs to pass a large number of parameters when jumping to the page, it may encounter some problems. The following will introduce the solution of transferring a large number of parameters to the uniapp jump page based on actual needs. 1. Problem background In actual projects, we may encounter a scenario where when jumping from one page to another, we need
- uni-app 2848 2023-05-21 22:04:06
-
- What ui does uniapp use?
- With the rapid development of the mobile Internet, more and more developers are beginning to consider using cross-platform technology for mobile application development. As a cross-platform development tool that integrates multiple mainstream mobile frameworks, UniApp has received widespread attention and use. It can run on multiple platforms such as iOS, Android, Huawei, and mini programs at the same time after one development. The selection of UI component library in UniApp has become the focus of many developers' attention and scrutiny. Under the current UniApp platform, the mainstream UI component libraries are: 1. MUI
- uni-app 1662 2023-05-21 21:41:35
-
- Alibaba icon library cannot be used in uniapp app
- With the rise of mobile applications, more and more developers are choosing to use open source tools to quickly develop high-quality mobile applications. Among them, uniapp is a very popular open source framework that allows developers to develop applications based on multiple platforms at the same time. However, when using uniapp to develop applications, some developers may encounter some problems, such as the problem that the Alibaba icon library cannot be used. In uniapp, Alibaba Icon Library is a very popular icon library that contains thousands of vector icons, which can be easily used to develop applications. Ran
- uni-app 1267 2023-05-21 21:31:06
-
- How to package uniapp
- With the development of mobile Internet, more and more enterprises and individuals are beginning to pay attention to the development and promotion of mobile applications. I believe that many developers have chosen uniapp as their development framework because it can write code once and support multi-end operation at the same time. However, the developed uniapp needs to be packaged before it can be converted into a final usable APP. This article will introduce the packaging process of uniapp in detail. 1. Preparation work before packaging 1. Install WeChat developer tools. Uniapp packaging relies on WeChat developer tools by default. Therefore, you need to install WeChat locally first.
- uni-app 4920 2023-05-21 21:18:36
-
- How to introduce js files in uniapp
- As Uniapp continues to grow and develop, more and more developers are beginning to use it to develop cross-platform applications. During the development process, sometimes you may need to introduce some js files written by yourself. This article will introduce how to introduce js files using Uniapp. 1. Introduce js files into the page 1. Find the page where the js file needs to be imported in the pages directory (for example: index.vue) 2. In the script tag of the page, use the following code to introduce the js file: ```import xxx fr
- uni-app 6033 2023-05-21 21:16:35
-
- How to add vertical scroll bar in uniapp
- With the development of mobile applications, vertical scroll bars have become an integral part of our daily lives. In traditional web development, we can easily add vertical scroll bars to facilitate users to view and operate content. But, how to add vertical scroll bar for users in mobile app development? This article will introduce to you how to add vertical scroll bars in uniapp. uniapp is a cross-platform development framework that can quickly develop applications that support multiple platforms at the same time. uniapp is developed based on vue, so it can be used
- uni-app 2648 2023-05-21 21:02:37
-
- uniapp js sets element size
- With the increasing popularity of mobile applications, front-end developers need to set different element sizes for different mobile devices. Using uniapp js to set element size is a very effective method. This article will introduce how to set element size using uniapp js. 1. Use components and styles to set element sizes In uniapp, we can use components and styles to set element sizes. For example, we can use the view component to create a container, and then use the width and height properties to set the size of the container, as shown below
- uni-app 1265 2023-05-21 20:51:36
-
- uniapp monitors whether gps is turned on
- With the development of smartphone technology, GPS has become an essential device for people to travel. When developing mobile applications based on uniapp, it is sometimes necessary to determine whether the user has turned on the GPS function in order to call the relevant positioning API. This article will introduce how to monitor whether GPS is turned on in uniapp. 1. The principle of turning on GPS in uniapp In uniapp, the user's current location information can be obtained by calling the uni.getLocation(Object) interface. When calling this interface, if the GPS function is not turned on
- uni-app 2044 2023-05-21 20:47:36
-
- uniapp jumps to the tabbar page
- With the continuous development of mobile applications, more and more developers are beginning to use uniapp, a cross-platform development framework, to build their own mobile applications. One of the most commonly used components in the uniapp framework is the tabbar component, which can display switching buttons for multiple pages at the bottom, allowing users to quickly navigate to different pages. However, sometimes we need to program the application to automatically jump to the tabbar page. In this case, we need to use some techniques to achieve it. This article will introduce how to jump to ta through programming in the uniapp framework
- uni-app 8235 2023-05-21 20:40:06
-
- What backend management system does uniapp use?
- With the rapid development of mobile Internet, more and more enterprises are beginning to use mobile applications to improve productivity and user experience. However, developing a mobile app is not just about writing code, you also need to consider how to manage the data and backend of the app. Uniapp is a cross-platform development framework suitable for multiple platforms and can be used to develop applications for multiple platforms such as iOS, Android, and Web. However, when developing Uniapp applications, we need a backend management system that can manage the application data and background. Below, I will
- uni-app 1786 2023-05-21 20:36:06
-
- How does uniapp obtain the parameters of the entry page?
- With the popularity of mobile applications and the continuous deepening of mobile application architecture, developers need to constantly learn new technologies and applications, and discover problems and solutions in practice. With the rapid development of mobile application development technology, developers have to deal with various new technologies and frameworks, including using Uniapp to develop cross-platform applications. In this article, we will explore how to obtain the parameters of the Uniapp entry page. Uniapp is a cross-platform application framework developed based on the Vue.js framework, allowing it to run on multiple platforms
- uni-app 3147 2023-05-21 20:23:06
-
- What is uniapp computed
- What is uniapp computed? In uniapp, we often need to format, calculate, filter and other operations on the data in the data. In order to facilitate the use and management of developers, uniapp provides the computed (computed attribute) feature. computed is a method of calculating new attribute values from existing attributes in data. It uses functions to calculate some attributes and dynamically returns the calculation results. computed can cache calculation results, improve performance and make them more readable. comput
- uni-app 2959 2023-05-21 19:56:35
-
- How to solve the problem that uniapp configuration meta does not take effect
- Preface Uniapp is a cross-platform application development framework based on Vue.js. Its development is simple and easy to use. It can quickly build iOS, Android and H5 pages and has become one of the important tools for mobile application development today. However, the development of cross-platform applications also brings some problems. For example, this article solves the problem that the uniapp page configuration meta does not take effect. I hope it will be helpful to readers. Problem description: Recently, some developers have reported that in H5 pages built using uniapp, m is configured
- uni-app 1242 2023-04-27 10:37:19
-
- How about developing apps with uniapp?
- As mobile technology develops, mobile application development becomes more and more popular. However, developing a mobile application is not an easy task and requires consideration of many factors, such as development language, platform selection, performance optimization, etc. In recent years, uniapp, as a cross-platform development framework, has also been favored by developers and enterprises. So, how about uniapp developing apps? This article will introduce it from the following aspects. 1. Introduction to uniapp Uniapp, the full name is "Universal Application", is a
- uni-app 1567 2023-04-27 10:40:15