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:
-
- How uniapp uses jquery
- With the continuous development of mobile applications, uniapp has become an important development method at present. In uniapp, if you want to use jquery, you need to do some configuration and usage. This article will introduce in detail how to use jquery in uniapp. 1. Configure the jquery plug-in 1. Create a "lib" directory in the uniapp project to store the jquery plug-in. 2. Download the jquery plug-in and copy the jquery.min.js file to the lib directory. 3
- uni-app 2970 2023-04-23 16:12:45
-
- How to use colorui of uniapp
- With the continuous development of the mobile Internet, the mobile application market has shown a vigorous development trend, in which integrated development solutions based on multi-terminals have also been widely used and promoted. Uniapp, as a cross-end development framework, is widely used by many developers. ColorUI, one of Uniapp's UI frameworks, has also attracted much attention. But for novice developers, how to use ColorUI is still a difficulty. This article will introduce in detail how to use ColorUI. 1. What is ColorUIColorU
- uni-app 2834 2023-04-23 11:19:47
-
- How to modify the status bar title in uniapp
- With the popularity of mobile applications, users have increasingly higher requirements for the UI experience of applications. Among them, the status bar is one of the first and most conspicuous parts that users come into contact with. In uniapp, we can modify the title of the status bar through some simple operations to improve the UI experience of the application. Next, this article will share the specific method of modifying the status bar title in uniapp. 1. Understand the status bar. The status bar refers to an area at the top of the screen that displays the phone's signal, network, time and other information. In iOS and Android systems, the display of the status bar
- uni-app 1234 2023-04-23 10:36:21
-
- How to jump to external page in uniapp
- With the popularity of mobile applications, we increasingly need to jump to external pages in the application. This functionality also exists in uniapp. This article will introduce how to jump to external pages in uniapp. 1. API for jumping to external pages in uniapp In uniapp, use the uni.navigateTo() function to open a new page. It can jump to a page in uniapp or an external page. It accepts one parameter: URL. URL is a string, with http, ht
- uni-app 7257 2023-04-23 10:35:17
-
- How many px is the full screen size of the uniapp page?
- With the rapid development of mobile Internet, more and more websites and applications have begun to adapt to mobile devices. In this process, one problem developers must face is how to maintain a consistent display effect on the page on different devices. One of the key issues is how to achieve full screen page on different devices. This article will explore this issue from the perspective of uniapp. uniapp is a tool for developing cross-platform applications based on the Vue.js framework. It supports the development of multiple platforms, such as WeChat mini-programs, Alipay mini-programs, H5 pages, etc. Therefore, different
- uni-app 1558 2023-04-23 10:32:30
-
- How to prevent the keyboard from disappearing when clicking a button in uniapp
- With the booming development of mobile Internet, more and more enterprises and developers are beginning to focus on developing mobile-based applications. As a new multi-terminal development framework, UniApp has become the choice of more and more developers. During the UniApp development process, we often encounter the need to click a button to make the keyboard disappear. This article will introduce how to prevent the keyboard from disappearing when clicking a button in UniApp to help developers better develop mobile applications. 1. Requirements Analysis During the use of mobile applications, users often need to pop up on the keyboard
- uni-app 1216 2023-04-23 10:31:41
-
- What are the uses of uniapp
- UniApp is a cross-platform application framework developed based on the Vue.js framework. It allows developers to develop using Vue syntax and package applications into iOS, Android applications and various small programs. Now more and more developers are paying attention to UniApp and using it to develop applications. So, what are the uses of UniApp? 1. Cross-platform development Using UniApp can achieve one-time development and multi-terminal deployment. Developers only need to write one code and it can run on multiple platforms, such as iOS, Android
- uni-app 959 2023-04-23 10:30:42
-
- Does uniapp support es6?
- With the continuous development of front-end technology, Vue.js, as a popular JavaScript framework, is becoming more and more popular among developers. In the Vue.js ecosystem, Uniapp is also a cross-platform development framework that has attracted much attention. Uniapp is a cross-platform development framework based on Vue.js launched by DCloud, which can enable a set of codes to run on multiple platforms at the same time, including WeChat mini-programs, Baidu smart mini-programs, Alipay mini-programs, H5, APP, etc. So the question is, Uniapp supports E
- uni-app 1132 2023-04-23 10:29:14
-
- What should I do if uniapp does not allow left and right swiping?
- As a front-end developer, we often use various frameworks and libraries to speed up our development process. UniApp is a cross-platform development framework based on Vue.js and WeChat mini-programs. It can build applications for multiple platforms such as mini-programs, H5, App, and WeChat public accounts at the same time. In UniApp, we can use component libraries and some APIs to implement various functions. However, sometimes we may encounter some problems, such as the problem of not allowing left and right sliding in UniApp. So, how to solve this problem? firstly, I
- uni-app 2424 2023-04-23 10:27:52
-
- What is the use of uniapp jailbreak packaging?
- With the popularity of mobile applications in our daily lives, many developers not only have to develop applications for different platforms, but also consider packaging, publishing and maintaining these applications. In this process, Uniapp jailbreak packaging has become a very useful tool. In this article, we will explore the purpose of Uniapp jailbreak packaging and how to use it to package a Uniapp. Introduction to Uniapp Uniapp is a cross-platform development framework launched by DCloud. Uniapp lets developers use a code base while generating iOs
- uni-app 713 2023-04-23 10:25:58
-
- What should I do if the export of uniapp native app fails?
- As the mobile application market continues to grow, more and more developers and companies are turning their attention to native app development. Among them, uniapp is a tool for quickly developing native applications. Its smooth development experience and rapid application construction are favored by developers. However, in the process of exporting uniapp's native app, sometimes the export fails, which brings a lot of trouble to developers. This article will give you a detailed introduction to the reasons for export failure and solutions for uniapp native app export failure.
- uni-app 1339 2023-04-23 10:24:11
-
- What should I do if uniapp $refs cannot be obtained?
- In uniapp, $refs is a very important attribute that can be used to obtain component instances. However, sometimes when using $refs to obtain a component instance, it may not be obtained. This article will discuss this issue. 1. What is $refs? $refs is a special attribute in Vue that can be used to obtain component instances or dom elements. The same applies in uniapp. We can create a $refs object by adding the ref attribute on the component: ```<template> <vi
- uni-app 8557 2023-04-23 10:22:27
-
- How to modify the default request method in uniapp
- With the continuous updating of front-end technology, more and more developers are trying to use uniapp for development. This cross-platform development framework allows developers to only write one code and run it on multiple platforms. However, when using uniapp for development, you may encounter some problems. For example, the default network request method may not be suitable for certain situations and needs to be modified. This article will introduce how to modify the default request method in uniapp. The default network request method of uniapp is to use uni.request(), which is
- uni-app 1192 2023-04-23 10:20:22
-
- Let's talk about the process and best practices for building a project with UniApp
- Recently, UniApp, as a cross-platform development framework, has been favored by developers and has been widely used in App development. UniApp is a cross-platform application development framework launched by the DCloud team based on the Vue.js framework and WeChat mini program syntax. Developers can use it to develop applications that support multiple platforms such as Android, iOS, H5 and mini programs. This article introduces the process, points of attention, and best practices for building a UniApp project. ## Environment setup 1. Download and install HBuilderX
- uni-app 929 2023-04-23 09:23:20
-
- How to customize the home page header in uniapp
- Uniapp is a cross-platform development framework that can use one code base to develop applications for multiple platforms (such as iOS and Android). This article will introduce how to customize the homepage header for the Uniapp platform. Uniapp's default homepage header is a navigation bar, which includes an icon and a title. The style of this navigation bar is set according to Uniapp's theme color. Although this default navigation bar looks good, sometimes we need to customize the style of the navigation bar, or on the navigation bar
- uni-app 3945 2023-04-23 09:25:38