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 Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- uniapp login jump page
- With the development of mobile applications, many developers choose to use uniapp for application development. A major feature of uniapp is that it supports cross-platform, which not only improves development efficiency, but also makes application operation and maintenance simpler and more convenient. In uniapp applications, the login jump page is a common function. Let's discuss the specific steps on how to implement the uniapp login jump page. 1. First create a login page. You can use the template provided by uniapp, or you can write your own code to implement it. 2. On board
- uni-app 729 2023-05-25 21:08:35
-
- An error occurred when vuecli created uniapp
- In recent years, the Vue.js framework has become one of the preferred frameworks for front-end development due to its excellent performance, modular development approach and ease of use. Based on Vue, Uni-app can build specialized mini programs and H5 applications at the same time, bringing more convenience and efficiency to developers. However, when using Vue-cli to create a Uni-app project, some errors sometimes occur. This article will focus on this topic. First, let’s take a look at how to use Vue-cli to create a Uni-ap
- uni-app 1690 2023-05-22 21:39:08
-
- uniapp prohibits manual sliding of views
- Preface uniapp is a cross-end development framework that allows you to use Vue syntax to develop small programs, H5 and APPs, allowing developers to develop cross-platform applications more efficiently. But when using uniapp to develop small programs, you may encounter some problems. This article introduces how to disable manual sliding of views in mini programs. Problem Description When developing small programs in uniapp, sometimes it is necessary to implement a sliding effect in the view. In order to achieve this effect, we usually use scrollview and place it in a vi
- uni-app 2552 2023-05-22 15:37:38
-
- Is uniapp a single page application?
- Is uniapp a single page application? With the development of mobile Internet, more and more applications have been developed. For developers, how to choose the development framework that best suits them has become a key issue. In recent years, uniapp has gradually been known and used by developers because of its efficiency, convenience, cross-platform and other features. One of the more common questions is whether it is a single-page application? uniapp is a cross-platform development framework that can simultaneously develop WeChat applets, APPs, H5 and other applications. It is developed based on Vue.js and utilizes HBuil
- uni-app 1006 2023-05-22 15:34:37
-
- uniapp language switching only takes effect once
- With the rapid development of globalization, more and more applications need to support multiple languages. As a cross-platform framework, uniapp has also received widespread attention when implementing multi-language switching. However, some developers reported that when using the uniapp framework for multi-language switching, they found that switching languages only took effect once. That is to say, after switching to another language and then switching back to the original language, the interface was not completely restored. This caused many developers to worry and conduct in-depth exploration of the uniapp framework. This article will discuss how uniapp language switching only takes effect
- uni-app 1044 2023-05-22 15:10:08
-
- uniapp decoding method
- With the popularity of mobile applications, many developers choose to use uniapp to quickly develop cross-platform applets and native applications. However, once an application is released, it may face the risk of being decompiled, especially for some commercial applications, this risk cannot be ignored. This article will introduce some decoding methods and how to protect your uniapp application. 1. Uniapp decompilation method 1. Commonly used tools for decompiling apk The most commonly used apk decompilation tools are as follows: (1) Apktool: an open source decompilation tool that can
- uni-app 5016 2023-05-22 15:08:07
-
- The uniapp component does not take effect after packaging
- Recently, some people encountered a problem when developing front-end applications using Uniapp: when they packaged components, the components did not take effect. This article will explore the causes of this problem and how to fix it. First, we need to identify the problem. After packaging the components, you need to copy them to the `/components/` directory in your project. Then, reference these components in the page and you can use them. But if you find that after referencing these components, they do not take effect, it means there is a problem. So, what is the cause of this problem
- uni-app 2796 2023-05-22 15:07:08
-
- uniapp background image does not display
- In uniapp, we can use CSS styles to set background images. But sometimes, when we set the background image in the application, we find that the image cannot be displayed normally. This may be due to the following reasons: 1. The image path is set incorrectly. When setting the background image, we need to ensure that the image path is set correctly. If the path is set incorrectly, the image will naturally not be displayed correctly. Therefore, we need to check whether the path is set correctly. 2. Incorrect image size setting When setting the background image, we need to ensure that the image size is appropriate. If the image display exceeds the set
- uni-app 3566 2023-05-22 14:46:38
-
- uniapp implements progress bar upload
- With the popularity of mobile Internet, more and more applications require uploading files, such as avatars, photos, documents, etc. During the file upload process, users often need to wait for a period of time to complete the upload. At this time, the progress bar is a very good display method. In recent years, uniapp has become one of the popular frameworks for mobile development. This article will introduce how to use uniapp to implement the function of uploading files with a progress bar. 1. Prerequisite knowledge Before studying this article in depth, you need to master the following skills: 1. Basic usage of uniapp 2. Ajax asynchronous
- uni-app 2673 2023-05-22 14:26:38
-
- What voice does uniapp use to develop apps?
- UniApp is an open source framework that allows developers to create cross-platform applications using web technologies. UniApp supports multiple programming languages, including Vue, JavaScript, HTML and CSS. Therefore, in UniApp development, developers can use multiple programming languages to write code. However, in the official documentation of UniApp, it is recommended to use Vue and JavaScript languages for UniApp development. Vue is a very popular JavaScript framework that is
- uni-app 2024 2023-05-22 14:03:08
-
- How to do 3D in uniapp
- With the continuous development of AR/VR technology, more and more developers are beginning to try to achieve 3D effects on mobile terminals. At the same time, uniapp has also become a cross-platform development framework that has attracted much attention. So, how to achieve 3D effects in uniapp? This article will introduce you to the implementation of 3D in uniapp. 1. Use the Three.js library. Three.js is a popular JavaScript 3D library that can help developers easily achieve 3D effects in the browser. Use it in uniapp
- uni-app 1067 2023-05-22 13:53:08
-
- What do you need to know to learn uniapp?
- With the rapid development of the mobile Internet, more and more enterprises and developers have begun to turn their attention to the gorgeous and colorful mobile application market, and cross-platform development solutions have become one of their first choices. As a development framework based on Vue.js and oriented to all platforms, Uniapp also has a stable position in the market. If you want to learn Uniapp, you need to master the following key points. 1. Master the basics of Vue.js Uniapp is based on Vue.js, and it is necessary to master the basic knowledge of Vue.js. if you
- uni-app 1843 2023-05-22 13:42:08
-
- The name of the image uploaded by uniapp remains unchanged
- In uniapp, we often use the function of uploading images, but by default, the file name of the uploaded image will be renamed or different platforms will have different performances, which will bring inconveniences to back-end processing and front-end display. Small problem. Therefore, during development, we often need to keep the name of the uploaded image unchanged. This article will introduce how to keep the name of uploaded images unchanged in uniapp. 1. Introduction In uniapp, image upload mainly uses the API interface of uni.uploadFile(). Connect through this
- uni-app 2637 2023-05-22 13:40:37
-
- Convert uniapp to other projects
- In recent years, with the rapid development of mobile Internet, the demand for mobile applications is increasing. Between different platforms, developing a set of mobile applications that meet user needs has become a challenge. From this, cross-platform applications become one of the solutions. As one of the cross-platform development technologies, uniapp has received more and more attention in the development community. However, once the applications developed on uniapp need to be converted to other platforms, what should be done? This article will explore this issue. 1. Principles and characteristics of uniapp uniapp is a vu-based
- uni-app 964 2023-05-22 13:37:38
-
- Modify local data in uniapp
- In Uniapp, we often need to use local data for page display or interaction, but sometimes we need to modify this data, such as users modifying profile information or changing application settings. So, how to modify local data in Uniapp? This article will explain it to you in detail. 1. Local data storage methods There are many ways to store local data in Uniapp, such as LocalStorage, SessionStorage, IndexedDB, etc. Different storage methods have different usage scenarios
- uni-app 1798 2023-05-22 13:35:38