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 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:
-
- What is the difference between uniapp and h5
- With the popularity of mobile devices, today's websites are increasingly considering adapting to mobile devices, so mobile web pages have gradually become a new direction. The technology of mobile web pages is slightly different from that of PC web pages, among which uniapp and h5 are representatives of mobile web technologies. So, what's the difference? 1. Concept First of all, it needs to be clear that uniapp and h5 are both technologies for mobile web pages, but their concepts are different. uniapp is a development framework based on Vuejs that can help developers quickly build cross-platform applications.
- uni-app 3502 2023-04-20 10:02:20
-
- What should I do if uniapp Android WeChat payment cannot be adjusted?
- With the rapid development of smartphones in recent years, mobile payment has gradually become an indispensable part of people's lives. As one of the largest mobile payment platforms in China, WeChat Pay has become people's first choice for shopping and payment. In the process of developing APP, uniapp is widely used as a multi-terminal development framework. However, when using uniapp to develop WeChat payment on the Android side, the problem of not being able to adjust it often occurs. Today we will discuss how to solve this problem. 1. Check the development environment. When using uniapp to develop WeChat payment on Android, first
- uni-app 1824 2023-04-20 10:02:09
-
- Why does uniapp initialize main.js
- In recent years, as mobile application development has become increasingly popular, the uniapp platform has emerged. uniapp is a progressive cross-platform framework based on the Vue framework. Using uniapp for development can use the same set of code on multiple platforms at the same time, such as WeChat applet, Alipay applet, H5, App and other platforms. As the entry file of uniapp, we usually perform initial configuration and initialization work in main.js, so why does uniapp initialize main.js? First, initialize the main pin by
- uni-app 724 2023-04-20 10:01:34
-
- How to realize direct connection between two points in uniapp
- With the advent of the mobile Internet era, more and more people are beginning to use smartphones for various operations in daily life, such as shopping, social networking, entertainment, etc. One of the more novel ones is the direct connection between two points through mobile phones. This kind of application scenario is relatively wide, such as navigation, voice calls, live broadcast, etc. This article will introduce how to use uniapp to realize a direct connection between two points and help you realize this application scenario. 1. Overview Uniapp is a cross-platform development framework that can be used to develop WeChat applets, H5, App and other applications.
- uni-app 1154 2023-04-20 10:01:01
-
- What should I do if echarts cannot be downloaded in uniapp?
- Using echarts in uniapp can help us make charts more conveniently, but during use, some users may encounter the problem of being unable to download echarts. This article will explore this problem and provide some solutions. 1. Troubleshoot network problems First, we need to determine whether there is a network problem. We can visit the echarts official website (https://echarts.apache.org/zh/index.html) in the browser to see if it can be opened normally. if
- uni-app 839 2023-04-20 10:00:40
-
- How to get the number of files in uniapp
- When developing using uniapp, we sometimes need to get the number of files in a certain folder to meet business needs. This article will introduce how uniapp gets the number of files. 1. Use the wx.getFileSystemManager() method to obtain the file system manager. uniapp can obtain the file system manager of the applet through the wx.getFileSystemManager() method. This manager can read, write, save, delete files, etc. Common operations. 2. to make
- uni-app 1421 2023-04-20 10:00:26
-
- How can I test ads if uniapp is not on the shelves?
- With the popularity of mobile Internet, advertising has become one of the indispensable channels for application developers and marketers. In the application development process, testing the effectiveness of advertising is particularly important. But how to test the advertising effect when the uniapp application is not on the shelves? 1. Set up a test environment For iOS devices, you can use Xcode or other tools to package the application, and then install the application on the real device for testing. For Android devices, you can use AS (Android Studio) to package and debug applications. It should be noted that when playing
- uni-app 743 2023-04-20 09:55:34
-
- How to use special fonts in uniapp
- With the development of the mobile Internet, more and more developers choose to use uniapp to develop mobile applications. However, in some special cases, we need to use custom fonts. So how to use special fonts in uniapp? Method 1: Upload TTF files in HBuilderX 1. Open HBuilderX and find the "static" folder in the project root directory. 2. Create a new "fonts" folder under this folder, and put the font files (TTF format) you want to use into this folder. 3
- uni-app 1803 2023-04-20 09:54:35
-
- An article introducing the features and advantages of uniapp
- With the rapid development of mobile Internet, the development of mobile applications has attracted more and more attention from developers. However, mobile application development faces many technical and platform limitations, making the development process complex and difficult. Among these restrictions, cross-platform development has become one of the directions pursued by many developers. Among them, uniapp is one of the more well-known cross-platform development frameworks in China and is loved by developers. This article will comprehensively introduce the features and advantages of uniapp. 1. Introduction to uniapp uniapp is a product launched by DCloud company
- uni-app 3037 2023-04-20 09:52:25
-
- Where to put the initialization of uniapp this
- In the process of developing with Uniapp, we will use the this keyword in many places. For example, inside the function defined in the methods method, this refers to the Vue instance. However, in the component's created and mounted life cycle functions, this refers to the component itself. So how do we use this keyword correctly in Uniapp? Especially in initialization, where should we place this? First, let's take a look at the initialization process in Uniapp. exist
- uni-app 755 2023-04-20 09:44:40
-
- Solution to Uniapp closing the boot interface
- Regarding Uniapp’s solution for closing the boot interface, with the development of the mobile Internet, we can see that more and more APP applications are widely used in various fields. Developers will also add a guidance interface to the APP interface to help users quickly understand the content and functions displayed in the APP. For first-time users, the guidance interface can also play a good role in prompting and navigation. However, when designing an APP, you often encounter scenarios where you need to close the guidance interface. This article mainly introduces how to turn off the boot interface in Uniapp. Uniapp
- uni-app 654 2023-04-20 09:44:16
-
- How does uniapp cloud packaging solve the problem of being unable to locate?
- With the continuous development of the Internet, mobile applications have become an indispensable part of people's lives. Uniapp is a framework for developing cross-platform applications. It has the characteristics of one-time development and multi-deployment, and is used by more and more developers. However, in the process of using uniapp for cloud packaging, some positioning problems will be encountered and must be solved in time. What is the problem with uniapp cloud packaging and positioning? When using uniapp for cloud packaging, many developers may encounter the "unable to locate" problem. This usually happens when an application uses a certain
- uni-app 1587 2023-04-20 09:43:38
-
- How to close the H5 page in uniapp
- Recently, in the process of developing H5 projects using uniapp, I encountered a problem: how to close the H5 page in uniapp. After some exploration and research, I summarized the following methods, hoping to help more developers. Method 1: Use the uni.navigateBack method uniapp provides a built-in function uni.navigateBack, which is used to close the page. If you want to close the current page, you only need to execute uni.navigateBack in the current page.
- uni-app 2795 2023-04-20 09:43:16
-
- What happens if uniapp swiper dies when switching too fast?
- When I recently used uniapp to develop a small program, I used the swiper component to implement the carousel function. However, during testing, it was found that if the user quickly swipes to switch pictures, the mini program will freeze or freeze. At first I thought it was a problem with my own code, so I checked the code carefully, but I didn't find any problem. So I checked the information online, and it turned out that this was a bug in the swiper component of uniapp when sliding quickly. After investigation, it was found that this problem was due to the swiper component being left in the fast process.
- uni-app 1918 2023-04-20 09:42:55
-
- How to put a background image on a page in uniapp
- As mobile application development becomes more and more popular, the development of cross-platform mobile applications has gradually become a trend. As a cross-platform development tool, UniApp's advantages are self-evident. In the development of UniApp, it is often necessary to set a background image to beautify the page and allow users to better use the application. So, how does UniApp put a background image on a page? Let’s discuss it together. First, we need to prepare a background image, which can be a solid color image or a pattern background image. Then, we can choose to use the view tag
- uni-app 3410 2023-04-20 09:42:00