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 assign value to uniapp's radio
- How to assign a value to UniApp's Radio? UniApp is a cross-platform development framework. Developers can use UniApp to develop multi-terminal applications, including H5, mini programs, APPs, etc. In UniApp, Radio is a commonly used form control for multiple selections, but when using Radio, you may need to assign a value to Radio. Basic usage of Radio Using the Radio control in UniApp is very simple. First, introduce it into the page
- uni-app 2015 2023-05-22 11:08:37
-
- How to create a new vue project in uniapp
- UniApp is a cross-platform development framework based on Vue.js, which can help developers quickly develop applications that support multiple platforms (including IOS, Android and H5) at the same time. Therefore, it is very necessary for Vue developers to master UniApp development skills. This article will introduce how to create a new Vue project through UniApp. #### Prerequisites Before starting this tutorial, we need to install the necessary development environment, including: - Node.js - Git - Install HB
- uni-app 1446 2023-05-22 11:07:07
-
- Can uniapp be launched on ios?
- UniApp is a multi-terminal development framework based on Vue.js and WeChat applet technology stack. It has the advantages of rapid development, cross-platform, and efficient maintenance. So the question is, can UniApp be put on the iOS app store? The answer is yes. First of all, UniApp supports generating iOS platform executable files IPA packages. Developers can use the XCode packaging tool to upload the generated packages to the App Store for review and listing. This is no different from common native development. UniApp provides a native debugging method
- uni-app 1988 2023-05-22 11:06:36
-
- uniapp implements ios payment
- In recent years, the development of mobile Internet has provided a broader space for mobile payment. Mobile payment has become an important part of people's lives, and iOS, as an important platform for mobile payment, has naturally become the focus of developers. This article will introduce how to implement iOS payment through uniapp. 1. Introduction to iOS payment methods Before implementing iOS payment, we need to understand several methods of iOS payment: 1. Apple in-app purchase payment (IAP) Apple in-app purchase payment refers to the user’s payment when seeing the list of in-app purchase items. Available within the app
- uni-app 3119 2023-05-22 11:05:07
-
- Some styles of uniapp are invalid
- In mobile application development, many developers like to use the uniapp framework for rapid development. Compared with other development frameworks, the uniapp framework has better cross-platform performance and can quickly develop applications that can run on multiple platforms. In the uniapp framework, styles are the most basic thing. Some styles can take effect directly, while others will fail. 1. The problem of font size failure in uniapp In uniapp, the problem of font size failure may occur in some cases. For example, when we try to mark a view
- uni-app 1891 2023-05-22 11:02:18
-
- What is needed to package and publish uniapp?
- With the rapid development of mobile Internet, more and more enterprises and individuals have begun to pay attention to the development and release of mobile applications. With the continuous innovation of development technology, uniapp has become the choice of many people. So, what is needed to package and publish uniapp? This article will give you detailed answers. 1. According to the development process, what is needed for uniapp packaging and release 1. Development tools There are many development tools for uniapp, such as Hbuilder X, VS Code, etc. These development tools can provide a complete development environment, including code prompts and debugging tools
- uni-app 924 2023-05-22 10:58:36
-
- uniapp modifies the packaging directory
- UniApp is a cross-platform front-end framework based on Vue.js, which can easily implement a set of codes to run on multiple terminals. When using UniApp for development, the project ultimately needs to be packaged into codes required by different terminals, such as H5, mini programs, apps, etc. This article will introduce how to modify the packaging directory of UniApp. The default packaging directory of UniApp is "dist", which will generate the codes required by different terminals. For example, H5 code will be generated in the "h5" folder under the "dist" directory. If you need to modify UniApp
- uni-app 2798 2023-05-22 10:57:37
-
- Convert vue project to uniapp
- As mobile applications become increasingly popular, developers need to master a variety of technologies to meet user needs. Vue.js is a popular JavaScript framework, but if you want to develop cross-platform mobile applications, you need to use uniapp to convert the Vue.js project into uniapp. What is uniapp? uniapp is a cross-platform development framework based on the Vue.js framework. It allows developers to use one code to develop applications for multiple platforms, including iOS, Android, H5, applets, etc.
- uni-app 3705 2023-05-22 10:56:36
-
- Is UniAPP simple?
- UniAPP is a new cross-platform development framework that has emerged in recent years. It uses Vue.js to build lightweight APPs and supports one-click packaging and publishing to multiple platforms, including iOS, Android, H5 pages and applets. For developers, UniAPP is a very powerful tool, but before using it, you need to understand some important knowledge points. First of all, the core technology of UniAPP is WeChat applet, so developers need to have a basic understanding of applet, including componentized and modular development methods. vu
- uni-app 679 2023-05-22 10:55:37
-
- uniapp file upload error
- When using uniapp to upload files, you may encounter some problems, the most common of which is an error when uploading files. So, how to solve this situation? First, you need to determine whether the type and size of the uploaded file meet the requirements. If the uploaded file type is incorrect or the size exceeds the server limit, the upload will fail. Secondly, you need to check whether the request header of the uploaded file is set correctly. Generally speaking, when uploading files, you need to set "Content-Type" to "multipart/form-data"
- uni-app 2488 2023-05-22 10:53:37
-
- uniapp Android cannot be located
- With the popularity of mobile Internet, mobile phone positioning functions have increasingly become an essential tool for people's daily lives. However, sometimes when users use the uniapp application, they will encounter the problem that Android cannot be located. This article will explore solutions to this problem from the following aspects. 1. Check permission settings On Android phones, each application requires user authorization when using the positioning function. Therefore, if the uniapp application cannot be located, it first needs to check whether the user has given the application permission to use location information. You can find the corresponding application in the phone settings
- uni-app 804 2023-05-22 10:51:37
-
- There is no page file after the uniapp h5 program is packaged
- The latest version of uniapp may encounter the problem of no page file when packaging h5 programs. This article will analyze the solution for you. # Problem Description When using the latest version of uniapp to package an h5 program, there will be a situation where the program packaging is completed, but no page can be accessed in the browser. After investigation, it was found that the required page file was missing from the packaged program folder. # After investigation into the cause of the problem, it was found that the latest version of uniapp had a bug during packaging, which caused the page file not to be included in the package after the packaging was completed. this
- uni-app 1143 2023-05-22 10:50:37
-
- uniapp dynamically sets title name
- When developing using uniapp, we often encounter situations where we need to dynamically set the title of the web page. For example, when developing a mobile app, we may need to have the page title display the name of the module we are currently in or the name of the content we are currently browsing. In this case, we need to dynamically set the web page title. In uniapp, we can achieve the effect of dynamically setting the page title name by changing the global configuration file. Below I will explain in detail how to implement it. 1. Perform global configuration in uniapp in the main.js file,
- uni-app 4118 2023-05-22 10:49:06
-
- How to transform vue project into uniapp
- With the continuous popularity of mobile terminal development, uniapp, as a very powerful cross-platform development framework, is even more favored by developers. For projects that have already used Vue, how to quickly and efficiently transform them into uniapp has become a problem for many developers. Today, we will introduce in detail how to transform the vue project into uniapp. 1. Understand the characteristics of uniapp Before carrying out the transformation, we first need to understand the characteristics of uniapp. Compared with vue, the biggest feature of uniapp is that it supports cross-platform development
- uni-app 2374 2023-05-22 10:46:37
-
- Can uniapp create PC web pages?
- With the development of mobile Internet, mobile applications have become an indispensable part of people's lives. In mobile application development, cross-platform development frameworks are increasingly favored by developers, and the most popular one is uniapp. So the question is, can uniapp be used to create PC web pages? uniapp is a cross-platform development framework based on vue.js and mini program development framework. Developers can use uniapp to develop applications that support iOS, Android, H5 and various mini program platforms at the same time.
- uni-app 4257 2023-05-22 10:45:37