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 browse h5 applications in uniapp
- With the rapid development of mobile Internet, more and more companies choose to develop mobile applications to attract more users and increase brand awareness. In the process of developing mobile applications, it is very important to choose the right development tools. Uniapp is a cross-platform mobile application development framework that allows developers to use Vue.js technology to create ordinary websites, WeChat applets and Android/iOS applications. In this article, we will learn how to navigate a Uniapp application and convert it to an H5 app if necessary
- uni-app 1928 2023-04-19 14:47:41
-
- How to set element height to window height in uniapp
- With the development of mobile Internet, mobile phones have become an indispensable part of people's lives, and the development of mobile terminals has received more and more attention. As a cross-platform development framework, uniapp plays a crucial role in mobile development. In uniapp, setting the element height to the window height is a common requirement. This article will introduce how to achieve it in detail. 1. Setting the height of the element through css style In uniapp, we can set the height of the element through css style. The common way is to set the window height to the element height. The specific steps are as follows
- uni-app 2859 2023-04-19 11:42:42
-
- Example demonstrates how uniapp implements a custom navigation bar
- With the development of mobile applications, the navigation bar has become one of the necessary functions for many applications. Uni-app is a full-stack framework that can develop multiple mobile applications (including iOS, Android, etc.) at the same time. It provides a wealth of components and APIs to facilitate developers to quickly reuse and customize application functions. In Uni-app, to implement the navigation bar, you can use the navigation bar component in the uni-ui component library, or you can use a custom component to implement it. Below we will use an example to demonstrate how to implement a custom navigation bar. ## 1
- uni-app 2780 2023-04-19 11:44:04
-
- What should I do if uniapp cannot receive images uploaded in the background?
- In mobile application development, uploading images is a very basic function. As a very popular cross-platform development framework, uniapp naturally has this function. However, some developers encountered a problem when using uniapp to develop the image upload function: the uploaded image could not be received in the background. So, how to solve this problem? 1. Problem Analysis First, we need to analyze the problem. If the uploaded image cannot be received in the background, then it is obvious that the problem lies in the front-end code. We can start from the following aspects: 1. The request for image upload is
- uni-app 1748 2023-04-19 11:44:21
-
- How does uniapp jump to an external link and pass parameters
- With the continuous development of mobile Internet, everyone needs to install various applications on their mobile phones, and often need to jump from one application to another application or website to obtain more information or complete some operations. When developing an App, it is often necessary to jump users to external links to obtain more information or complete certain tasks. This requires passing some parameters to let the external links know which application the user comes from and what operations the user needs to do. This article will introduce how to use uniapp to jump to external links and pass parameters. 1. uniapp jumps to external link
- uni-app 8556 2023-04-19 11:45:01
-
- How to solve the problem of uniapp traversing pictures but not coming out?
-
Recently, when I was developing a small program using uniapp, I encountered a problem, that is, when traversing pictures, the pictures could not be displayed normally. After some exploration and research, I finally found a solution, and I'm sharing it with you now. 1. Problem Description In the small program I developed, I need to traverse all the pictures in a folder and display them on the page. First, I used uniapp’s native component
to display images. The specific code is as follows: ```html - uni-app 1574 2023-04-19 11:45:22
-
- Can UL still be used in UniApp?
- Can UL still be used in UniApp? Preface UniApp is a cross-platform development framework. Developers can use a set of codes to develop applications for multiple platforms such as WeChat mini-programs, Alipay mini-programs, H5, and App. UniApp provides many components to develop applications conveniently and quickly, among which the UL component is a commonly used list component. However, recently some developers have discovered that when using UL components, warning prompts will appear in some small programs. This has aroused everyone's doubts: Can UL in UniApp still be used? UL component UL component is Un
- uni-app 1360 2023-04-19 11:45:41
-
- How to set the height of an element in uniapp
- Uniapp is a cross-platform development framework that can easily convert code into a variety of applications such as iOS, Android, Web, and WeChat applets. In Uniapp, we can use Vue template syntax to build pages, and we can also use a variety of styles to beautify our pages. When developing Uniapp applications, setting the height of elements is a very common requirement. This article will introduce how to set the height of elements in Uniapp. 1. To set the height of an element through the Style attribute, we can use the style attribute to
- uni-app 3727 2023-04-19 11:46:10
-
- What plug-in libraries are there in UniApp?
- UniApp is a cross-platform application framework based on Vue.js. It has the characteristics of high development efficiency and strong maintainability, so it is welcomed by many developers. In UniApp, the plug-in library is very important. Through the plug-in library, we can easily integrate third-party libraries to achieve more functions. So, what plug-in libraries are there in UniApp? This article will introduce you one by one. 1. uni-popup The first is uni-popup, which is a pop-up box component library that can be used directly in uni-app. uni-popup
- uni-app 3132 2023-04-18 18:23:00
-
- How to set multiple headers using UniApp Pages?
- Title: UniApp Pages can set a second title. UniApp is a cross-platform development framework developed based on Vue.js. It can use the same code to build applications for multiple platforms such as iOS, Android, H5 and WeChat applets. In UniApp, the page is an important part of development, and the title on the page is also an indispensable element. At the same time, in some cases, a page needs to have multiple titles, and this is where UniApp Pages comes in handy. What is Un
- uni-app 1401 2023-04-18 18:23:23
-
- Can uniapp support opening QQ and WeChat applications?
- With the popularity of mobile Internet, people are increasingly inclined to use mobile devices to perform various operations in work and life. In order to meet people's needs, developers have launched various mobile application development frameworks, among which uniapp is a very popular cross-platform mobile application development framework. So, does uniapp support opening social applications such as QQ and WeChat? This article will explore this. What is uniapp? Before entering the text, let’s briefly introduce uniapp. uniapp is a framework based on Vue.js
- uni-app 1507 2023-04-18 18:24:05
-
- How to solve the problem that php cannot accept multiple image uploads in uniapp
- 1. Background Introduction With the continuous development of Internet technology, more and more Web applications need to support the image upload function. Uniapp is a very popular mobile development framework, which is cross-platform, efficient, and easy to use. However, when we use uniapp to develop the multi-image upload function, we will encounter some problems: the server cannot correctly receive the request and cannot obtain the passed image information. This article will explore possible causes and solutions to this problem. 2. Problem Description We use the upload component plug-in `uni-u provided by uniapp
- uni-app 945 2023-04-18 18:24:53
-
- Why can't uniapp recognize WeChat login?
- uniapp is a popular cross-platform development framework that helps developers quickly build applications and run them on multiple platforms. Among them, WeChat login is one of the commonly used functions in many applications because it allows users to log in to the application using their WeChat account and enjoy personalized services. However, many developers have encountered problems identifying WeChat login when using the uniapp framework. This article will introduce the reasons why uniapp cannot recognize WeChat login and provide solutions to solve this problem. 1. The reason why uniapp cannot recognize WeChat login is using
- uni-app 1531 2023-04-18 18:25:21
-
- How to close the current page in uniapp? Introduction to common methods
- When using uniapp to develop mobile applications, you often encounter the need to close the current page. This article will introduce several common methods of closing the current page. ## Method 1: Use uni.navigateBack uni.navigateBack is an API provided by uniapp, which can be used to return to the previous page. If the current page does not have a previous page, return to the home page. You can specify the number of layers to return by passing in the delta parameter. The default value is 1, which means returning to the previous page. By calling un
- uni-app 7540 2023-04-18 18:25:47
-
- Can the size of uniapp's radio be adjusted?
- uniapp is a cross-platform application development framework based on the Vue.js framework, supporting multi-terminal (including H5, small programs, App, etc.) development. In uniapp, the radio component is the component used for radio buttons, usually used to select one or more items. However, by default, the size of uniapp's radio component is fixed and cannot be adjusted directly. So how to adjust the size of the radio component of uniapp? To solve this problem, we can solve it through the following two methods: Method 1: Through CSS
- uni-app 2520 2023-04-18 18:26:00