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

  • Reasons and solutions why uniapp cannot use plus directly
    Reasons and solutions why uniapp cannot use plus directly
    With the rapid development of mobile Internet, more and more developers choose to use multi-terminal development frameworks to reduce development costs and improve development efficiency. As a high-performance, multi-terminal unified packaging framework, uniapp has received more and more attention and use. However, when using uniapp for development, some developers will encounter some problems, such as being unable to use the plus module directly. Let's discuss the reasons why uniapp cannot directly use the plus module and how to solve this problem. 1. Why uniapp
    uni-app 2939 2023-04-20 14:41:50
  • How to dynamically set initial value using input tag in uniapp
    How to dynamically set initial value using input tag in uniapp
    How to use the input tag in uniapp to dynamically set the initial value. During the development process of using uniapp, we often encounter the need to set the initial value in the input tag. However, due to the special nature of the input tag in uniapp, the ordinary method of setting the initial value does not work. So, how to solve this problem? In this article, we will introduce some methods to dynamically set the initial value of input tags. Method 1: Use v-model to bind two-way in uniapp, you can use v-mo
    uni-app 2958 2023-04-20 14:42:17
  • How to jump to tab page in uniapp
    How to jump to tab page in uniapp
    With the rapid development of mobile Internet, more and more developers are beginning to pay attention to the development of cross-platform applications. As one of the most popular cross-platform development frameworks, UNIApp has received more and more attention. In the process of developing applications using UNIApp, we will encounter many problems, such as how to jump to the tab page. This article will introduce how to use UNIApp to jump to tab pages. 1. The basic concept of tab pages In UNIApp, we can display tab pages through tabBar. tabBar is
    uni-app 1216 2023-04-20 14:43:20
  • Discuss the implementation methods introduced by uniapp public methods
    Discuss the implementation methods introduced by uniapp public methods
    With the development of mobile Internet, developing APP has become one of the methods widely adopted by major enterprises. In the process of APP development, most applications will involve the use of some public methods. In order to facilitate maintenance and management, we can introduce these public methods into the project in the form of plug-ins. One of the more popular MVVM frameworks at present, uniapp, has provided a very convenient way to introduce plug-ins. This article will take you to discuss the implementation method of uniapp public method introduction. ## 1. To create a plug-in project, first we need
    uni-app 1430 2023-04-20 14:44:09
  • What should I do if uniapp hides the title bar and only displays the status bar?
    What should I do if uniapp hides the title bar and only displays the status bar?
    With the popularity of mobile devices, more and more applications are using native methods to design the UI of the application, and this has also greatly improved the UI experience of the application. However, during the development process of applications, developers often encounter some problems, such as how to hide the title bar and only display the status bar. For developers who use the uniapp framework to develop applications, it is relatively simple to hide the title bar and only display the status bar. The following will introduce how to implement it in detail. ## 1. Using the navigation bar template in uniapp, we
    uni-app 2337 2023-04-20 14:44:28
  • How to add java program to uniapp
    How to add java program to uniapp
    With the continuous development of mobile applications, a single mobile application can no longer meet the needs of users. In order to provide more services and functions, many developers began to explore how to integrate different development languages ​​into mobile applications. In this process, Java became an important choice. Java is a powerful and widely used programming language that is widely used in various scenarios, including mobile applications. However, how to integrate Java programs into mobile applications can become very complicated for beginners. Fortunately, Uniapp provides a solution
    uni-app 1295 2023-04-20 14:47:38
  • Uniapp continues to improve itself through constant updates!
    Uniapp continues to improve itself through constant updates!
    With the rapid development of mobile Internet, more and more applications are developed, and in this process, uniapp becomes more and more important. Uniapp is a front-end framework based on vue.js. It is currently a relatively popular development platform. Its biggest feature is multi-terminal integrated development, which can output applications of various platform versions at the same time. Today, uniapp has been updated to version 2.0. Compared with version 1.0, version 2.0 has changed a lot. At the beginning of its release, it attracted the attention of many developers. It not only provides more UI
    uni-app 743 2023-04-20 14:48:03
  • What should I do if uniapp search does not close?
    What should I do if uniapp search does not close?
    As mobile applications continue to develop, many developers have begun to use cross-platform development frameworks, such as UniApp, to build applications. UniApp can build native apps on both iOS and Android, reducing the effort of writing and maintaining code for different platforms. However, sometimes we encounter some strange issues, such as the search box not closing automatically when searching in the app. This problem may seem tricky, but it actually has some relatively simple solutions. First, we need to understand Uniapp search
    uni-app 734 2023-04-20 14:48:46
  • How to open the map in uniapp
    How to open the map in uniapp
    With the development of the intelligent era, map applications have become an indispensable part of people's lives. The advancement of map technology also makes it easier for developers to use maps to provide better services. Among them, uniapp, as a cross-platform development framework, also supports the development and use of maps. But for some beginners, they may face the problem of how to open the map in uniapp. This article will introduce you in detail how to open the map in uniapp. 1. Use the map component that comes with uniapp. uniapp provides uni
    uni-app 2992 2023-04-20 14:49:32
  • Solution to the unavailable POST method in Uniapp
    Solution to the unavailable POST method in Uniapp
    Title: Solution to the unavailable POST method in Uniapp Uniapp is a cross-platform development tool that many developers often use for mobile application development. In this tool, the POST method is often used for data transmission, but sometimes the POST method cannot be used. This article will introduce the reasons why the POST method cannot be used and the solutions. 1. Reason analysis The POST method cannot be used in Uniapp. In most cases, it is because the uni-ajax plug-in is not installed. uni-aja
    uni-app 1591 2023-04-20 14:49:43
  • How to set variables in Uni-app
    How to set variables in Uni-app
    Uni-app is a cross-platform application development framework using the Vue.js framework. It can quickly develop native applications on different platforms. When developing Uni-app applications, it is often necessary to set variables in the code to implement some functions. This article will detail how to set variables in Uni-app. 1. Set variables in Vue components Vue.js is the framework that Uni-app is based on, and components are one of the core concepts of the Vue.js framework. In Vue components, variables can be set through the data attribute. Take example
    uni-app 2651 2023-04-20 14:50:50
  • How to set the background of the login page in uniapp
    How to set the background of the login page in uniapp
    Uniapp is a cross-platform development framework that supports the simultaneous construction of applications for multiple platforms such as iOS, Android, H5, and applets in the same code base. With the widespread application of Uniapp, more and more developers are beginning to use Uniapp to quickly develop applications, and setting the background of the login page is also a common requirement. Here's how to set the login page background in Uniapp. You can use vue-cli in Uniapp to implement the function of setting the background of the login page. First, you need to create a login under the pages folder
    uni-app 1232 2023-04-20 14:51:45
  • What should I do if uniapp cannot pop up the QQ authorization login interface?
    What should I do if uniapp cannot pop up the QQ authorization login interface?
    With the popularity of social networks, more and more applications are beginning to provide social login options, as this allows users to log in and use the application more conveniently and quickly. However, when developing applications using the Uniapp framework, you may encounter the problem that the QQ authorization login interface cannot pop up. This article will discuss this problem and how to solve it. First, we need to understand what Uniapp is. Uniapp is a cross-platform front-end framework that helps developers develop applications that support multiple platforms at the same time. Specifically, Un
    uni-app 1574 2023-04-20 14:53:02
  • How does uniapp app determine which page it is currently on?
    How does uniapp app determine which page it is currently on?
    uniapp is an open source cross-platform application development framework based on the Vue.js framework, which can quickly build efficient mobile applications. When developing and using uniapp, we often encounter the need to determine the current page. So in uniapp, how to determine which page is currently? In uniapp, you can judge the current page through the uni-app built-in API. 1. Obtain the current page information. To obtain the current page information, you need to use `uni.getCurrentP provided by uni-app.
    uni-app 3764 2023-04-20 14:53:27
  • What should I do if uniapp cannot return data when obtaining geographical location?
    What should I do if uniapp cannot return data when obtaining geographical location?
    With the rapid development of mobile Internet, more and more applications need to obtain users' geographical location information. When using Uniapp to develop mobile applications, you need to use the uni-app plug-in to obtain geographical location information. However, sometimes we find that uni-app cannot return data when obtaining geographical location information. How to solve this problem? 1. Check permissions First, we need to check whether the application has obtained positioning permissions. If the application does not have access permission, it will appear when we try to obtain geographical location information.
    uni-app 1106 2023-04-20 14:54:05

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