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

  • What should I do if uniapp cannot pop up the QQ authorization login interface?
    What should I do if uniapp cannot pop up the QQ authorization login interface?
    With the popularity of social networks, more and more applications are beginning to provide social login options, as this allows users to log in and use the application more conveniently and quickly. However, when developing applications using the Uniapp framework, you may encounter the problem that the QQ authorization login interface cannot pop up. This article will discuss this problem and how to solve it. First, we need to understand what Uniapp is. Uniapp is a cross-platform front-end framework that helps developers develop applications that support multiple platforms at the same time. Specifically, Un
    uni-app 1397 2023-04-20 14:53:02
  • How does uniapp app determine which page it is currently on?
    How does uniapp app determine which page it is currently on?
    uniapp is an open source cross-platform application development framework based on the Vue.js framework, which can quickly build efficient mobile applications. When developing and using uniapp, we often encounter the need to determine the current page. So in uniapp, how to determine which page is currently? In uniapp, you can judge the current page through the uni-app built-in API. 1. Obtain the current page information. To obtain the current page information, you need to use `uni.getCurrentP provided by uni-app.
    uni-app 3486 2023-04-20 14:53:27
  • What should I do if uniapp cannot return data when obtaining geographical location?
    What should I do if uniapp cannot return data when obtaining geographical location?
    With the rapid development of mobile Internet, more and more applications need to obtain users' geographical location information. When using Uniapp to develop mobile applications, you need to use the uni-app plug-in to obtain geographical location information. However, sometimes we find that uni-app cannot return data when obtaining geographical location information. How to solve this problem? 1. Check permissions First, we need to check whether the application has obtained positioning permissions. If the application does not have access permission, it will appear when we try to obtain geographical location information.
    uni-app 962 2023-04-20 14:54:05
  • How to solve the problem of blank space at the bottom of the page after the uniapp h5 keyboard is hidden
    How to solve the problem of blank space at the bottom of the page after the uniapp h5 keyboard is hidden
    When developing H5 web pages, we often encounter the situation where a blank appears at the bottom of the page after the keyboard pops up. This is also a problem that often occurs in uniapp. This article will introduce you how to solve the problem of blank bottom of the page after the uniapp H5 keyboard is hidden. 1. Problem Analysis On mobile devices, when the keyboard pops up, the elements that originally occupied the bottom will be pushed up. If no processing is performed on the page at this time, a blank area will appear, giving the user a bad experience. . This problem also occurs in uniapp, because uni
    uni-app 1396 2023-04-20 14:54:23
  • Let's talk about the implementation method of multi-combination condition query under uniapp
    Let's talk about the implementation method of multi-combination condition query under uniapp
    Uniapp is a cross-platform application development framework based on the Vue.js framework. It can support multi-terminal unified development, reduce duplication of labor and code duplication in the development process, and improve development efficiency. During the development process, we often need to perform data query operations, and multi-combination condition query is a relatively common operation. The following will introduce the implementation method of multi-combination condition query under uniapp. 1. Overview Multi-combination condition query refers to using multiple query conditions to filter data in a SQL query statement. For example, in a product list
    uni-app 1509 2023-04-20 14:55:46
  • How to modify the style of dom elements in uniapp
    How to modify the style of dom elements in uniapp
    Uniapp is a cross-platform development framework developed based on the Vue framework, which can develop IOS and Android applications at the same time. In Uniapp, modifying the style of DOM elements is very simple and flexible. The following will introduce you to the methods and details of modifying the style of DOM elements in Uniapp. 1. Define the style class in the template In Uniapp, we usually represent the style of the DOM element through class in the template. Therefore we need to define the corresponding class style in CSS
    uni-app 3672 2023-04-20 14:56:15
  • Analyze and solve the problem that uniapp variable assignment does not work
    Analyze and solve the problem that uniapp variable assignment does not work
    Foreword: uniapp is a cross-platform front-end development framework that can develop applications for multiple platforms at the same time. But in actual work, we sometimes encounter the problem that variable assignment does not work, which may cause great trouble to our development. This article will analyze and solve this problem. Problem description: When developing using uniapp, we often need to assign values ​​to variables for use in different scenarios. But sometimes it is found that the value of the variable has not changed after the assignment, which means that the variable assignment does not work. For example
    uni-app 3279 2023-04-20 14:57:01
  • Let's explore whether Uniapp has built-in Vuex
    Let's explore whether Uniapp has built-in Vuex
    Uniapp is a cross-platform application development framework developed based on the Vue framework. Vuex, as a state management library in Vue, can help Vue applications share and manage state between multiple components. So, does Uniapp have Vuex built-in? Let’s explore it together. There is a Vuex answer for Uniapp. Uniapp has built-in Vuex, allowing developers to use Vuex in Uniapp to help manage the status of the application. This is also one of the more complete functions of Uniapp.
    uni-app 1045 2023-04-20 14:57:33
  • How does uniapp develop small programs and APPs?
    How does uniapp develop small programs and APPs?
    Develop small programs and APPs? With the continuous development of mobile Internet, more and more people are paying attention to the development of mobile applications. Developing a good application requires an excellent development tool, among which unipapp is a good choice. uniapp is a cross-platform development framework based on the Vue.js framework. It can simultaneously develop WeChat applets, Alipay applets, Baidu applets, H5, App and other platforms. The following is the specific method for uniapp to develop small programs and APPs. Step 1: To install uni-app, you first need to install un
    uni-app 2249 2023-04-20 14:57:48
  • Why does the uniapp packaged app fail to compile? How to deal with it?
    Why does the uniapp packaged app fail to compile? How to deal with it?
    uniapp is a cross-platform application development framework developed based on the Vue.js framework. It can quickly build an application that supports both Android and iOS platforms. It can be compiled into native applications, applets, H5 and other platforms, but it needs to be packaged. When compiling, sometimes you will encounter compilation failure problems. This article will introduce some reasons that may cause compilation failure during the uniapp packaging process and how to solve these problems. # 1. Environment configuration issues 1. Lack of Android Studio environment. If you plan to use An
    uni-app 3299 2023-04-20 14:58:43
  • Why doesn't uniapp open the browser automatically?
    Why doesn't uniapp open the browser automatically?
    When developing uniapp projects, we often use command line tools to start the project. The traditional development method is that after starting the project, the tool will automatically open the default browser and display our project page there. However, some developers have found that when using the latest version of the uniapp framework, the command line tool no longer automatically opens the browser. Why is this? How to solve this problem? The cause of the problem First we need to understand the development model of the uniapp project. uniapp adopts a multi-terminal unified development model, and its development process
    uni-app 962 2023-04-20 14:59:02
  • How to disable horizontal screen in uniapp? Brief analysis of the reasons
    How to disable horizontal screen in uniapp? Brief analysis of the reasons
    With the popularity of mobile Internet, mobile APPs are becoming more and more popular among users. In order to cater to the needs of users and satisfy the user experience as much as possible, the development team usually tries to add many functions and various interfaces. At the same time, mobile phone screens are gradually increasing, which also promotes the horizontal screen display of APPs. However, in the process of using uniapp for mobile application development, disabling horizontal screen may be something that needs to be considered. uniapp is an efficient, cross-platform mobile application development framework that uses Vue.js development architecture, allowing you to code once
    uni-app 1275 2023-04-20 14:59:39
  • How to implement the function of directly jumping to a specified page in uniapp
    How to implement the function of directly jumping to a specified page in uniapp
    With the development of mobile Internet, especially the increasing usage of smartphones, APP has become an indispensable part of people's lives. However, for developers, developing APP not only requires additional development costs, but also requires consideration of compatibility issues for different platforms. Now, there is a hybrid development framework-uniapp, which can solve these problems and greatly improve development efficiency. In this article, I will introduce how to implement the function of directly jumping to a specified page in uniapp. 1. Understand uniappuniapp is a
    uni-app 2561 2023-04-20 15:00:41
  • Let's talk about some methods for closing the uniapp page
    Let's talk about some methods for closing the uniapp page
    Recently, uniapp has become an increasingly popular development framework in mobile application development. It is based on the Vue framework, which allows developers to easily and quickly develop native applications based on multiple platforms (such as Android and iOS). In the uniapp application, it may be difficult to close some pages. Therefore, this article will introduce some methods for closing the uniapp page to help developers better realize the functions of the application. ## Method 1: Page jump through VueRouter In uniapp, V
    uni-app 1962 2023-04-20 15:00:54
  • How to modify the uniapp checked style
    How to modify the uniapp checked style
    With the rapid development of mobile terminal development, uni-app, as a cross-platform development framework, has been accepted by more and more developers. In uni-app, we often use some basic components, including checkbox components. When using the checkbox component, we may need to modify its style to achieve better visual effects and user experience. This article will introduce how to modify the style of the checkbox component through the relevant API of uni-app. #### 1. Basic style of check box component First, let’s take a look
    uni-app 2013 2023-04-20 15:00:19

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!