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

  • How to browse h5 applications in uniapp
    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
    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
    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?
    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
    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?
    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