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

  • How uniapp generates apk on platform 26
    How uniapp generates apk on platform 26
    Recently, when doing uniapp development, many people have encountered a problem: How to generate apk on platform 26? First, I would like to talk about the background of this problem. In Android 8.0, non-system apps are restricted from file access on external storage. This brings certain challenges to development and new limitations to generating apks. On version 26, Android provides two permissions: READ_EXTERNAL_STORAGE and WRITE_
    uni-app 797 2023-04-20 09:59:08
  • How to jump to an external browser on uniapp web page
    How to jump to an external browser on uniapp web page
    With the popularity of mobile Internet, more and more companies and individuals are beginning to pay attention to mobile application development. In this context, uniapp, as a cross-platform development framework, is favored by developers and is widely used in the development of various mobile applications. During the development of uniapp, we will encounter many needs to jump to external browsers. This article will start from the practical point of view and share with you how to jump to an external browser from the uniapp web page. 1. Common ways to jump to an external browser from uniapp web pages 1. Use the web-view group
    uni-app 6411 2023-04-20 10:00:50
  • How to remove top navigation in uniapp
    How to remove top navigation in uniapp
    When developing a uni-app application, it is often necessary to make different designs and adjustments for different pages. Among them, sometimes we need to remove the top navigation to achieve a more free and personalized design effect. In uni-app, it is not difficult to remove the top navigation. You only need to make simple settings in the configuration file of the page. The specific steps are as follows: 1. Find the page where the top navigation needs to be removed, and enter the .vue file of the page. 2. In the .vue file, find <template></templ
    uni-app 1873 2023-04-20 10:01:13
  • How to set up uniapp to disable screenshots
    How to set up uniapp to disable screenshots
    With the development of mobile applications, more and more applications need to consider security issues, and preventing screenshots has become a topic of increasing concern. For developers who use uni-app to develop mobile applications, how to set up a ban on screenshots has become a necessary skill. First, we need to understand what a screenshot is. Taking a screenshot, as the name suggests, is to copy the content currently displayed on the screen to the clipboard or store it as an image file for the convenience of users. For some application scenarios, such as payment, private information, e-books, etc., we need to prohibit users from intercepting
    uni-app 3649 2023-04-20 10:02:50
  • How to dynamically change the src attribute of an image in uniapp
    How to dynamically change the src attribute of an image in uniapp
    With the widespread use of mobile applications, the development of front-end technology has gradually shifted from the web to the mobile terminal. Adapting to different mobile terminal platforms has become an issue that developers must consider. For this reason, a variety of mobile frameworks have emerged. Among these frameworks, the uniapp framework has gradually become the most popular choice among developers. In the uniapp framework, I believe many developers will encounter the problem of dynamically changing the image src when processing images. This article will explain in detail the solution to this problem. 1. uniapp
    uni-app 3265 2023-04-20 10:03:15
  • How to solve the problem of uniapp not rendering the page after getting the data
    How to solve the problem of uniapp not rendering the page after getting the data
    In mobile application development, uniapp has attracted more and more attention and favor from developers because of its cross-platform features and efficient development methods. However, when using uniapp to develop applications, sometimes we encounter situations where we get the data but cannot render the page. Let’s take a look at the solution to this situation. 1. Check the data format. Uniapp can use the data binding technology of vue.js to achieve page rendering. However, when using data binding, you need to ensure that the data format is correct, otherwise the page cannot be rendered. For example, if we use
    uni-app 6219 2023-04-20 10:04:32
  • A brief analysis of the simple installation process of uniapp
    A brief analysis of the simple installation process of uniapp
    In recent years, with the rapid development of mobile development, developers have paid more attention than ever to choosing a framework suitable for their development. Uniapp is a cross-platform framework that is loved by developers. It can develop applications that support multiple terminals such as WeChat mini programs, H5, App, and quick applications. Before development, you must first install it. This article will introduce you to the simple installation process of uniapp. 1. Download HBuilderXHBuilderX is the official development tool of uniapp and supports Windows and MacO
    uni-app 1440 2023-04-20 10:06:06
  • How does uniapp change the received data?
    How does uniapp change the received data?
    With the continuous development of mobile application development, many developers are constantly exploring new technical solutions, among which uniapp is undoubtedly the most popular one at present. Although uniapp provides a lot of convenience, developers may need some additional skills for some specific needs. This article will introduce how to change the received data in uniapp. 1. Background In uniapp, we can process data to a certain extent through wxs filters, computed properties, etc., but if we need to process the original data returned by the interface
    uni-app 924 2023-04-20 10:05:58
  • How to set the title bar in uniapp
    How to set the title bar in uniapp
    Uni-app is a cross-platform framework for multi-terminal development. It supports WeChat, Alipay, Baidu, Toutiao and other small program platforms as well as APP and H5. In the process of developing Uni-app, it is very important to design the UI interface of the App, and the title bar is an indispensable part of the interface design. In this article, we will introduce in detail the methods and techniques on how to set the title bar in Uni-app. 1. Default title bar After we create a new Uni-app project, we will find that the default page already contains a title bar. The mark
    uni-app 4775 2023-04-20 10:05:12
  • Let's talk about how to use the uniapp id selector
    Let's talk about how to use the uniapp id selector
    With the continuous development of mobile terminal development, more and more developers are paying attention to cross-platform development frameworks. Among them, uniapp is a very excellent and powerful cross-platform development framework. It can write code at one time and generate applications for multiple platforms at the same time. In uniapp, the id selector is a very important selector. The following will explain how to use the id selector in uniapp. 1. Definition of id selector The id selector in uniapp can select a single element on the page. With # as the mark, the specified function can be called through CSS
    uni-app 2139 2023-04-20 10:04:53
  • What should I do if uniAPP does not support OSS?
    What should I do if uniAPP does not support OSS?
    With the continuous development of Internet technology, more and more people are beginning to migrate their businesses to the Internet. The emergence of cloud storage systems has facilitated the development and operation of various businesses. In this context, uniAPP, as an important cross-platform application development framework, has become the choice of many developers. However, some developers have encountered a problem, that is, uniAPP does not support oss. oss, the full name of "Object Storage Service", is a cloud storage system launched by Alibaba Cloud. it can
    uni-app 875 2023-04-20 10:04:26
  • Can uniapp connect to Baidu Maps?
    Can uniapp connect to Baidu Maps?
    With the popularity of mobile Internet, map applications are becoming an essential function for more and more applications. Accessing map functions in mobile applications is becoming more and more common. Among the many mobile applications, Baidu Maps is undoubtedly one of the most popular. So, can developers using uni-app easily access Baidu Maps? This article will explore this issue. 1. Introduction to uni-app uni-app is a cross-platform development framework with the characteristics of fast development, efficiency, and ease of use. With uni-app, developers can write once
    uni-app 2056 2023-04-20 10:04:15
  • What is the problem with nodejs when running uniapp?
    What is the problem with nodejs when running uniapp?
    With the rapid development of mobile Internet, mobile application development has received more and more attention. In order to improve development efficiency and reduce costs, many developers have begun to try to use cross-platform frameworks for development. One of the more popular frameworks is uni-app, which runs on multiple platforms and uses Vue.js as the primary development language. However, you may encounter some problems when developing with uni-app. One of them is "nodejs" error when running uni-app. This is usually due to the developer not configuring the environment correctly or
    uni-app 1235 2023-04-20 10:03:38
  • Why can't the uniapp app open the Alibaba icon?
    Why can't the uniapp app open the Alibaba icon?
    With the rapid development of mobile Internet, mobile applications have become an indispensable part of people's lives. To develop a good mobile application, you must choose the development tools that suit you. In recent years, uniapp has become more and more popular among developers due to its many advantages such as efficiency, speed, and cross-platform. However, a common problem has recently appeared in many applications developed by uniapp: the Alibaba icon cannot be opened. This article will discuss in detail the reasons and solutions for why the uniapp app cannot open the Ali icon. First, let’s understand u
    uni-app 1237 2023-04-20 10:03:08
  • What to do if uniapp two-way data binding fails
    What to do if uniapp two-way data binding fails
    When developing uniapp, we often use two-way data binding to achieve real-time updates of data. But sometimes, we find that the two-way data binding fails, causing the data to not be updated normally. So, what is the reason for this situation? How to solve it? First, we need to clarify the two-way data binding principle of uniapp. uniapp is implemented based on Vue's two-way data binding. In uniapp, we implement two-way data binding through the v-model directive. When we enter in the input box
    uni-app 915 2023-04-20 10:02:55

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!