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 to implement dotted lines in uniapp's map component
- With the development of society and the advancement of science and technology, more and more application scenarios in our lives begin to require the support of maps. For some developers, in the process of realizing product requirements, the implementation of various functions in the map is particularly critical. The topic we are going to introduce today is about the method of implementing dotted lines in the map component in uniapp. 1. Prerequisite knowledge Before understanding how to implement dotted lines, we need to first understand the basic knowledge related to canvas: 1. Create canvas: By creating a canvas, we can mount it to the page
- uni-app 1219 2023-04-20 14:59:58
-
- Solution to uniapp not finding the page
- In the process of using uniapp to develop small programs or apps, you may encounter a common problem, namely the "page not found" error message. This problem is common and difficult during the development process. Next, let’s briefly introduce the solution to the problem that uniapp cannot find the page. ## Cause of the problem The error message that uniapp cannot find the page is generally caused by the following reasons: 1. Path problem: In uniapp, the page jump is realized through the url path. If the path is incorrect or written incorrectly, it will not be found.
- uni-app 1438 2023-04-20 14:59:43
-
- How to implement the Aurora push function in UniAPP
- In recent years, the popularity of mobile applications has been extremely high, and various APPs have emerged in endlessly, competing for users' time and attention. As an APP developer, how can you make your APP more prominent and attract more users? An effective way is to push notifications to help users get the latest news as soon as possible. Jiguang Push, as a well-known domestic push service provider, has also become the preferred push service for APP developers. This article will discuss how to integrate the Aurora push function in the UniAPP application. 1. Basic introduction to Jiguang Push 1. Jiguang Push
- uni-app 2386 2023-04-20 14:58:57
-
- How to implement page switching using different templates in uniapp
- With the popularity of mobile applications, developers must face various problems in application development. Among them, page design and interaction design are one of the core issues in mobile application development. In this process, how to use different templates to achieve page switching is particularly important. In this article, we will introduce how to use the uniapp framework to use different templates during page switching. First we need to understand what the uniapp framework is. uniapp is a mobile application framework developed based on Vue.js. Its characteristics are:
- uni-app 1296 2023-04-20 14:58:31
-
- How many times can uniapp be packaged?
- uniapp is a very popular cross-platform development framework. Due to its cross-platform advantages, many developers choose to use it to develop applications. However, when developing with uniapp, many developers often encounter a question: How many times can uniapp be packaged? In order to answer this question, first we need to understand the packaging process of uniapp and the related concepts of packaging. In uniapp, packaging is to compile the code we write into executable files or installation packages for different platforms for users or testers to install.
- uni-app 1901 2023-04-20 14:58:05
-
- How to load plug-ins in uniapp
- How to load plug-ins in uniapp With the development of mobile applications, developers hope to easily extend application functions to provide a better experience. This is when plug-ins become a popular solution. How to load plug-ins in uniapp development? The following will introduce them one by one to you. 1. Understand the uni-app plug-in First, we need to understand the uni-app plug-in. The uni-app plug-in is a development component and functional module based on the npm package management mechanism. It is an extension of the uni-app framework ecosystem. Available via plug-in
- uni-app 2431 2023-04-20 14:57:16
-
- How to implement ios notification in uniapp
- With the popularity of smart phones, mobile phone applications have gradually increased. In order to remind users in real time, the operating system provides a message notification function. Among them, iOS has an important share of the global smartphone market, and its notification function has attracted much attention. How to implement iOS notification function under uniapp framework? 1. iOS Notification Basics Notification refers to a prompt message that pops up at the system level when the application is opened or closed. iOS notifications are divided into two types: local notifications and remote notifications. Local notifications are triggered directly by the application, while remote notifications are
- uni-app 1031 2023-04-20 14:56:36
-
- Some tutorials on Uniapp's development of Douyin mini-programs
- Uniapp is a cross-platform development framework that can be easily developed on multiple platforms, including iOS, Android, H5, applets, etc. As Douyin becomes more and more popular, many developers want to learn how to develop Douyin mini-programs. The following will provide you with some tutorials on Uniapp to develop Douyin mini-programs. 1. Install Uniapp First, you need to install the Uniapp development environment. Download and install Node.js and HbuilderX, then execute the following command to install Uniapp CLI:n
- uni-app 5931 2023-04-20 14:56:03
-
- Does uniapp have services?
- With the development of mobile Internet, the development of mobile applications has attracted more and more attention. For different operating system platforms, developers need to use different development languages and technology stacks, which places higher requirements on developer work efficiency and application iteration speed. In this context, Uniapp, as an efficient and cross-platform mobile application development framework, is favored by all types of developers. So, does Uniapp provide related services? This article will give readers detailed answers from the following three aspects. 1. Uniapp’s basic service Uniapp is
- uni-app 673 2023-04-20 14:55:46
-
- How to encapsulate uniapp's request
- With the development and popularity of mobile applications, front-end technologies and frameworks are constantly iterating and updating. Among them, uniapp, as a cross-platform framework, is loved and praised by the majority of front-end developers. In actual development, encapsulating uniapp's request request is an essential part. Next, let’s take a look at how to encapsulate uniapp’s request. 1. Introduction to uniapp’s request. The request in uniapp is based on the native XMLHttpRequest.
- uni-app 2142 2023-04-20 14:55:37
-
- How to set push icon in uniapp
- If you develop with Uniapp, it is very common to use system, message and advertising notifications in your application. In these notifications, the push icon plays an important role as it is one of the symbols by which users can identify the source of the notification. Therefore, this article will show you how to set push icon in Uniapp. ## Steps ### 1. Prepare the icon Before setting the push icon, you need an icon file that meets the system requirements. Depending on the operating system, the system requirements are different. In Android system, the icon must be in png format;
- uni-app 1223 2023-04-20 14:54:52
-
- Does uniapp support writing components?
- UniApp is a cross-platform development framework that supports development using Vue syntax. In UniApp, components are a very important concept because components can encapsulate some functions together to facilitate sharing among multiple pages. Components in UniApp are developed based on Vue components, so developers can use Vue syntax to write components. A standard UniApp component usually includes three files: a .vue file, a .js file and a .json configuration file. The .vue file is the template file of the component, where
- uni-app 649 2023-04-20 14:54:45
-
- Where is the uniapp running configuration?
- Where is the uniapp run configuration? Uniapp is a cross-platform application development framework that can build Android, iOS and Web applications simultaneously. Before proceeding with uniapp application development, some necessary running configurations need to be completed. 1. Install Node.js Node.js is an open source server-side JavaScript runtime environment. Node.js needs to be installed on your computer to run and develop uniapp applications. You can download the latest version of No from the Node.js official website
- uni-app 997 2023-04-20 14:54:02
-
- Does uniapp support cookies?
- In mobile application development, Uniapp has always been a cross-platform development framework that has attracted much attention. It allows developers to develop applications on various platforms based on one code. When developing Uniapp applications, we often need to save the user's login status so that the last status can be maintained the next time they log in. So the question is, does Uniapp support cookies? First of all, it needs to be clear that cookie is an important concept in the HTTP protocol. It is a small piece of text information sent by the server to the browser. When the user accesses
- uni-app 3236 2023-04-20 14:53:54
-
- How to extend Uniapp's native capabilities
- As a cross-platform development framework, Uniapp can help developers achieve multi-terminal application development through a set of codes. However, sometimes we may need to use some native functions, such as push, payment, positioning, etc. At this time, we need to expand the native capabilities of Uniapp. This article will introduce how to extend Uniapp’s native capabilities. 1. What is Uniapp native extension? Uniapp is a cross-platform development framework. In most cases, we can use Uniapp's own API to implement application functions. but
- uni-app 816 2023-04-20 14:53:40