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:
-
- What Android emulator does uniapp use?
- With the rapid development of the mobile Internet, APP development has become the choice of more and more developers, and uniapp, as a cross-platform development framework, has attracted the attention of more and more developers, especially for those who need to For developers developing iOS and Android platforms, its advantages are particularly obvious. However, when developing uniapp, we need to use an Android emulator for testing and debugging. So, which Android emulator should we use? 1. GenymotionGenymotion is a very popular Android
- uni-app 3255 2023-04-23 09:38:37
-
- Let's talk about the problem that the radio cannot be changed in uniapp data echo
- Recently, in the process of developing a uniapp project, I encountered a more difficult problem, which is that the radio for data echo cannot be changed. First, we need to understand the basic use and working principles of uniapp and radio. uniapp is a cross-platform mobile application development framework. It can generate multiple mobile applications for iOS, Android, etc. at the same time, making it convenient for developers to develop cross-platform applications. Radio is a form control that allows the user to select one of multiple options. In vue, we can
- uni-app 1794 2023-04-23 09:36:52
-
- Reasons and solutions for the uniapp homepage not being displayed
- As more and more developers begin to use uniapp to develop mobile applications, some problems have arisen. One of the common problems is that the uniapp homepage does not display. This issue can have multiple causes, but in this article, we’ll explore the most common causes and solutions. 1. The most common reason why the application does not call the component correctly is that the application does not call the component correctly. This may be due to the developer making a mistake while writing the code. If you encounter this problem, you should carefully check your code to see if there are syntax errors or some other errors. In addition, you should also check
- uni-app 1539 2023-04-23 09:36:04
-
- Why doesn't Uniapp's native top tab work?
- Why doesn't Uniapp's native top tab work? Uniapp is a multi-terminal development framework that runs on multiple platforms (including iOS and Android) and can quickly build native APPs and H5 applications. It provides some native components to help us achieve various effects. Among them, the bottom tab and the top tab are one of the components we often use in APP development. However, in some cases, we may encounter the problem that the native top tab of uniapp cannot be used. What is the solution? For Uniapp native
- uni-app 816 2023-04-23 09:35:17
-
- Detailed explanation of the problem of running the uniapp simulator without a base
- With the popularity of mobile Internet and the continuous development of development technology, mobile application development has become an important part of the current Internet field. In mobile application development, cross-platform development frameworks are becoming more and more popular among developers. Among them, uniapp is a very popular cross-platform development framework, which can quickly develop applications that can run on iOS, Android and H5 platforms at the same time. However, when developing with uniapp, you sometimes encounter some problems, such as the problem that the uniapp simulator runs without a dock. what is
- uni-app 1518 2023-04-23 09:34:27
-
- How uniapp renders html template
- With the rapid development of the mobile Internet, more and more companies and individuals are beginning to use mobile APPs to promote and publicize products or services. In order to speed up APP development and reduce development costs, many developers choose cross-platform development frameworks, such as uniapp. As a cross-platform application development framework based on Vue.js, uniapp can support multiple platforms such as ios, android and h5 at the same time, greatly improving development efficiency. However, since front-end development involves a lot of HTML page rendering, how to implement it specifically?
- uni-app 2505 2023-04-23 09:32:58
-
- How to pass parameters in uniapp
- With the popularity of mobile applications and the changing needs of users, more and more developers choose to use uniapp for development. However, an important issue that arises is how to pass parameters between different pages. In this article, we will introduce in detail how to pass parameters in uniapp. 1. Passing parameters through the URL A URL is a way of describing the location of a file on a computer network. In uniapp, parameters can be passed via URL. In web development, parameters can be passed through query string. at uni
- uni-app 9878 2023-04-23 09:32:25
-
- What is the image address for accessing the computer in uniapp?
- uniapp is a cross-platform development framework that can use common front-end technology (VueJS) to develop applications that run on multiple platforms at the same time. In uniapp, to access the image address of the computer, you need to use the File component and uni.request method provided by uni-app. First, we need to configure the application permissions in manifest.json to allow the application to access the photo album: ```json "app-plus": { "permissions":
- uni-app 962 2023-04-23 09:31:42
-
- What happens when uniapp third-party login does not display?
- Recently, some UniApp developers found that the login button could not be displayed properly when using third-party login. This problem not only troubles developers, but also inconveniences users. So, what are the reasons for this? How to solve it? 1. Possible reasons 1. The third-party login plug-in version is too low. When using third-party login in UniApp, it usually requires the help of plug-ins. If the plug-in version is too low, some problems may occur. Therefore, developers need to update plug-ins in a timely manner to ensure that the plug-in version is the latest. 2. Third-party platform configuration
- uni-app 828 2023-04-23 09:31:17
-
- How to view the error log of uniapp development
- Developed error logs With the continuous advancement and development of mobile application development technology, more and more developers are beginning to choose to use Uniapp to develop their own applications. Uniapp is a development tool based on the Vue.js framework. It has cross-platform characteristics and can output multiple versions of H5, mini programs, Apps, etc. at the same time. It has gradually become one of the main trends in mobile application development. However, as development continues, developers will inevitably encounter various problems, the most common of which is the inability to run due to errors in the application. in this case,
- uni-app 2034 2023-04-23 09:28:02
-
- Let's talk about the global method of uniapp navigation bar button
- With the rapid development of mobile applications, more and more developers are beginning to use Uniapp based on Vue.js to develop cross-platform applications. The Uniapp navigation bar button is also a very commonly used component in applications. In applications, it is often necessary to add buttons to the right or left side of the navigation bar to implement functions such as jumps and operations. This article will introduce how to use global methods to control navigation bar buttons in Uniapp. 1. Define the global navigation bar method. In the Uniapp framework, the navigation bar buttons may be used on each page. In order to facilitate management
- uni-app 1497 2023-04-23 09:27:47
-
- A brief analysis of the problem that uniapp calls view tags without line breaks
- Recently, in the process of developing small programs using uniapp, I encountered some problems with view tags not wrapping. This article will share the solution to this problem. When using uniapp, we often use the view tag for page layout, but sometimes during the page layout process, we find that even if the content in the tag occupies a whole line, the tag will not automatically wrap. It will cause the page width to overflow. At this time, you need to use some techniques to solve this problem. 1. Use flex layout to add fl to the view label
- uni-app 2397 2023-04-23 09:26:45
-
- How to introduce external methods in uni-app
- During the development process using uni-app, we often encounter situations where we need to use external methods. At this time, we can expand the functionality by introducing external methods. This article will introduce how uni-app introduces external methods. 1. Introduce JS files We can create a new js file in the pages directory of the uni-app project, write the external methods we define in this file, and then introduce them in the pages that need to reference the external methods. For example, we created a new file named test in the pages directory.
- uni-app 1910 2023-04-23 09:24:51
-
- When did uniapp come out?
- Uniapp is a cross-platform application development framework that can quickly develop applications for multiple platforms, such as WeChat mini-programs, Alipay mini-programs, H5, App, etc. The emergence of Uniapp allows developers to use a set of codes to develop applications that are suitable for different platforms at the same time, improving development efficiency and reducing development costs. The development team of Uniapp is DCloud (Shenzhen Touch Space-Time Network Technology Co., Ltd.). In the first half of 2018, the first version of Uniapp was released. At that time, Uniap
- uni-app 1209 2023-04-23 09:23:48
-
- How to get the value of uniapp text box
- uniapp is a cross-platform development framework that can simplify the process of developers developing applications on multiple platforms and improve development efficiency. The text box is one of the commonly used components when developing applications, and how to get the value in the text box is a very common problem. This article will introduce how to get the value in the text box in uniapp. 1. Use v-model to implement two-way data binding. In uniapp, you can use the v-model directive to implement two-way data binding. Add the v-model directive to the text box and compare the value of the text box with vu
- uni-app 2007 2023-04-23 09:23:15