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:
-
- How to activate the camera to take video in uniapp
- With the popularization of mobile Internet and the arrival of the 5G era, video has increasingly become the preferred way for people to share and disseminate information. When developing an APP that includes the function of shooting videos, it is necessary to call the camera of the mobile phone to realize functions such as video shooting and uploading. This article will introduce how to activate the camera in uniapp to shoot videos. 1. uniappUniapp is a cross-platform application development framework based on the Vue.js framework. It can quickly build high-performance, efficient, and scalable mobile applications on multiple platforms. uniapp provides
- uni-app 5099 2023-05-22 10:35:07
-
- uniapp push notification has no corner mark reminder
- With the popularity of smartphones, push notifications have become an indispensable part of people's lives. With the increasing development of mobile applications, push notifications are becoming more and more intelligent. Among them, uniapp is one of the more popular mobile application development frameworks in China, and its push service has also been widely used. However, when using uniapp for push, many developers will find a problem: push notifications do not have corner icon reminders. This article will discuss and solve this problem. 1. What is a corner mark reminder? In the iOS system, the corner icon refers to the upper right corner of the application icon.
- uni-app 2106 2023-05-22 10:33:07
-
- Implementation of login page developed by uniapp
- With the rapid development of mobile Internet, mobile applications are playing an increasingly important role in people's lives. The login page, as a basic function in mobile applications, generally needs to be developed. As a cross-platform framework developed based on vue.js, uniapp greatly simplifies the development of mobile applications. This article will introduce the implementation of the login page developed by uniapp. 1. Data binding In uniapp, we can use v-model to achieve two-way binding of data. For example, in the login page we need
- uni-app 1360 2023-05-22 10:32:09
-
- Route lost after uniapp refresh
- When developing applications using uniapp, we often encounter the problem of route loss after page refresh. This problem is very common in development, but it is not very difficult to solve. This article will delve into the causes and solutions to this problem. 1. Why does the problem of route loss occur? In uniapp, we use vue-router for routing management. In vue-router, routing management is implemented through the browser's URL address. When we refresh the page, the browser will reload the page and also
- uni-app 1872 2023-05-22 10:29:07
-
- Can uniapp be converted to a native app?
- As mobile applications continue to develop, development languages and frameworks are also constantly changing and improving. Among them, uni-app, as a new mobile cross-platform development framework, has attracted much attention and praise from developers. However, when using uni-app to develop mobile applications, many developers will encounter a problem, that is: Can uni-app be converted into a native app? First, we need to understand what uni-app is. uni-app is a cross-platform development framework based on the Vue framework developed by DCloud. It can convert the written code into
- uni-app 1487 2023-05-22 10:28:07
-
- Can uniapp develop DingTalk applets?
- With the continuous development of the mobile Internet, DingTalk, as a mobile office platform focusing on enterprise collaboration scenarios, has been widely used in various industries. The launch of the DingTalk mini program provides enterprises with a more convenient and efficient development method on the DingTalk platform. So, can uniapp, the commonly used front-end development framework on the market, support the development of DingTalk mini programs? This article will discuss this issue and help readers understand the answer to this question as soon as possible. First, we need to understand what uniapp is. uniapp is a Vue.j-based
- uni-app 2357 2023-05-22 10:27:36
-
- Use uniapp to replace it with ellipsis
- UniApp breaks the trend of geeks using ellipses instead. With the rapid development of the mobile Internet, developers are also competing to find more convenient and efficient cross-terminal development tools. In this context, UniApp emerged as the times require and has become one of the important tools chosen by many developers and enterprises. The characteristic of UniApp is that it can develop applications for multiple platforms based on the Vue.js framework, including iOS, Android, H5, WeChat applets and quick applications, which greatly improves development efficiency and the quality of cross-platform development. At the same time, phase
- uni-app 1502 2023-05-22 10:26:36
-
- How to get the direction of the picture in uniapp
- As the use of mobile applications and their capabilities continue to expand, the need to process images is becoming more common. A common need is to get the orientation of an image to be displayed or uploaded. In uniapp, we can use exif-js library to achieve this functionality. exif-js is a JavaScript library that allows reading Exchangeable image file format (Exif) metadata of image files. In Exif metadata, we can get the orientation information of the image. This information helps
- uni-app 1629 2023-05-22 10:25:36
-
- How to make transition animation in uniapp
- With the popularity of mobile device applications, colorful dynamic effects have become an essential element for many application development. Among them, transition animation is an important means to improve user experience. In the cross-platform application development framework uniapp, it is also very simple and easy to implement transition animation. Transition animations in uniapp can be divided into two categories: native transitions and custom transitions. Native transitions are the default transition effects of the system, while custom transitions can be customized according to your own needs. 1. The implementation of native transition animation in uniapp is very
- uni-app 2042 2023-05-22 10:24:36
-
- Which version of weex is embedded in uniapp?
- Which version of uni-app has embedded weex better? With the development of progressive framework (PWA) and cross-platform technology, uni-app, as a powerful cross-platform development framework, has provided great help for the development of mobile applications and small programs. At the same time, weex, as a platform developed by Alibaba, A cross-platform framework that performs well on various development platforms. Combining these two frameworks can better improve development speed and efficiency. However, everyone is wondering which version of weex is better embedded in uni-app? Next, let’s discuss
- uni-app 1017 2023-05-22 10:24:07
-
- uniapp hide navigation
- Uniapp is a cross-platform development framework based on Vue.js that can quickly build high-performance, scalable mobile applications. In mobile application development, it is often necessary to hide the page navigation bar to provide a better user experience. Hiding the navigation bar in Uniapp is also very simple, just add a property to the page configuration. This article will explain how to hide the page navigation bar in Uniapp. ## Why hide the navigation bar? In the interface design of mobile applications, the navigation bar is usually an important component. it can
- uni-app 2808 2023-05-22 10:23:36
-
- How to load basic information of uniapp
- With the rapid development of mobile Internet, more and more developers hope to develop multiple platforms at the same time to improve project coverage and user experience. At this time, Uniapp (full name: Universal Application) came into being. It is a cross-platform development tool based on Vue.js launched by DCloud. It can be written once and published to multiple platforms at the same time. In Uniapp, data is very important content, and data loading is necessary. For example, we need to load some basic data in the page to display
- uni-app 1239 2023-05-22 10:23:07
-
- Can uniapp use the vue component library?
- With the development of mobile Internet, more and more mobile applications have been developed. The most important thing when developing a mobile application is to choose a good development framework. UniApp is a cross-end framework that includes two mainstream front-end frameworks, Vue and Angular. So, can uniapp use the Vue component library? This article will tell you in detail. 1. Introduction to UniApp UniApp is a cross-platform application development framework launched by DCloud, supporting multiple platforms (iOS, Android, H5, WeChat Mini
- uni-app 2376 2023-05-22 10:22:08
-
- How to get chat in real time in uniapp
- Software news? With the popularity of mobile Internet, instant messaging software has become more and more popular among users, which has also prompted developers to conduct more in-depth research and exploration into instant messaging technology. For uniapp developers, how to obtain chat software messages in real time is a problem that cannot be ignored. This article will introduce how uniapp obtains chat software messages in real time. 1. What is uniapp? First, we need to understand what uniapp is. uniapp is a multi-terminal development framework launched by DCloud. It is developed through uniapp.
- uni-app 999 2023-05-22 10:21:07
-
- uniapp jump url absolute address
- With the rapid development of mobile devices, more and more companies are paying attention to cross-platform development, and uniapp is one of the best. It not only enables fast and efficient cross-platform development, but also has many advantages such as global performance optimization, custom components and plug-ins, and multiple development modes. However, I believe that for many beginners, some basic problems in uniapp will also be confusing. For example, how to jump to an absolute url address? Below we will share how to deal with this problem in uniapp. In uniapp, it is very common to jump to the page
- uni-app 1929 2023-05-22 10:20:36