current location:Home > Technical Articles > Web Front-end > uni-app

  • How uniapp uses jquery
    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
    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
    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
    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?
    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
    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
    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?
    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?
    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?
    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?
    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?
    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
    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
    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
    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

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28