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

  • How to implement dotted lines in uniapp's map component
    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 1128 2023-04-20 14:59:58
  • Solution to uniapp not finding the page
    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 1342 2023-04-20 14:59:43
  • How to implement the Aurora push function in UniAPP
    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 2320 2023-04-20 14:58:57
  • How to implement page switching using different templates in uniapp
    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 1221 2023-04-20 14:58:31
  • How many times can uniapp be packaged?
    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 1809 2023-04-20 14:58:05
  • How to load plug-ins in uniapp
    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 2355 2023-04-20 14:57:16
  • How to implement ios notification in uniapp
    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 939 2023-04-20 14:56:36
  • Some tutorials on Uniapp's development of Douyin mini-programs
    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 5838 2023-04-20 14:56:03
  • Does uniapp have services?
    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 600 2023-04-20 14:55:46
  • How to encapsulate uniapp's request
    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 2062 2023-04-20 14:55:37
  • How to set push icon in uniapp
    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 1155 2023-04-20 14:54:52
  • Does uniapp support writing components?
    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 574 2023-04-20 14:54:45
  • Where is the uniapp running configuration?
    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 938 2023-04-20 14:54:02
  • Does uniapp support cookies?
    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 3164 2023-04-20 14:53:54
  • How to extend Uniapp's native capabilities
    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 747 2023-04-20 14:53:40

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!