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

  • Cancel Uniapp WeChat authorization
    Cancel Uniapp WeChat authorization
    Uniapp is a cross-platform application development framework that can develop applications based on multiple mobile operating systems simultaneously. In Uniapp, developers can easily package applications into WeChat mini programs. However, due to the limitations of WeChat's authorization mechanism, developers cannot directly cancel Uniapp WeChat authorization. This article will explain why Uniapp WeChat authorization cannot be canceled directly and provide some solutions. Uniapp’s WeChat authorization mechanism In Uniapp, developers need to use WeChat developer tools for code compilation and debugging. exist
    uni-app 949 2023-05-26 10:09:37
  • Is there any impact if uniapp does not use sass?
    Is there any impact if uniapp does not use sass?
    With the continuous development of front-end technology, more and more frameworks and technologies are applied to mobile terminal development. Among them, uni-app is a cross-platform development framework that has attracted much attention in recent years. In the development of uni-app, we usually use CSS precompilers such as less or sass to write styles to improve development efficiency and code maintainability. But will there be any impact on development if I don’t use Sass? This article will explore this issue. 1. What is Sass? Sass (Syntac
    uni-app 592 2023-05-26 10:07:58
  • uniapp sets scroll height
    uniapp sets scroll height
    Uniapp is a cross-platform application development tool based on the Vue.js framework, which can quickly build applications for multiple platforms (iOS, Android, H5). When developing with Uniapp, you often encounter the need to set the scroll height. Therefore, this article will introduce how to set the scroll height in Uniapp. 1. Set the page scroll height 1. Add a scroll-view tag to the template. When writing the page, we can add a scroll to the template.
    uni-app 3821 2023-05-26 10:06:37
  • What are the loopholes in uniapp?
    What are the loopholes in uniapp?
    As the mobile application market continues to expand, technology based on multi-terminal development has also been continuously developed. As a multi-terminal development framework, UniApp has been favored by many developers since its launch. Although UniApp has made great contributions in multi-terminal development, it is inevitable that there are some loopholes and problems. UniApp is a multi-terminal application development solution based on the vue.js framework. It can run the same set of code on different platforms (including H5, mini programs, iOS, Android), and also supports mutual conversion between multiple platforms.
    uni-app 1180 2023-05-26 10:04:07
  • uniapp hybrid development implements login function
    uniapp hybrid development implements login function
    With the popularity of mobile devices, mobile applications have become an indispensable part of people's daily lives. Implementing the login function is one of the basic functions of any application. In this article, we will introduce how to use the uniapp hybrid development framework to implement the login function. ## 1. Introduction to uniapp uniapp is a hybrid development framework based on Vue.js. It can use the same set of code to develop applications for multiple platforms such as iOS, Android, H5, and small programs. More importantly, it also supports local packaging and cloud packaging functions, which can
    uni-app 1420 2023-05-26 10:02:36
  • How to test QQ login in uniapp
    How to test QQ login in uniapp
    With the development of mobile Internet, more and more applications need to integrate third-party login to improve user convenience and experience. For some large-scale applications, such as QQ login access, it has become necessary. In uniapp development, how to test the effect and function of QQ login access? This article will be divided into the following aspects to introduce how uniapp tests QQ login. 1. Preparation before the test Before conducting the QQ login test, you need to apply to the QQ Internet official website to obtain parameters such as appkey and appsecret, and also
    uni-app 958 2023-05-26 09:59:38
  • Call method uniapp in onLoad event
    Call method uniapp in onLoad event
    UniApp is a cross-platform development framework that can quickly build applications based on H5, mini programs, APP and other platforms. In UniApp, we usually need to call some methods in the onLoad event to initialize the application to ensure that the application can run normally. This article will detail some tips and precautions for calling methods in the onLoad event. 1. Introduction to the onLoad event The onLoad event is one of the commonly used life cycle events in UniApp. It indicates that it is triggered after the page is loaded.
    uni-app 4807 2023-05-26 09:57:37
  • Close the top bar on the uniapp startup page
    Close the top bar on the uniapp startup page
    In recent years, with the rapid development of mobile Internet, the development of various mobile applications and small programs has become more and more popular. As a modern development framework, Uniapp can develop multiple platforms at the same time and is very popular among developers. However, during the development of Uniapp, sometimes we need to close the top bar of the startup page, and this is not easy to do. In this article, we will explore how to turn off the top bar in Uniapp’s launch page. This will help developers better master Uniapp development skills. 1. The Uniapp startup page is at
    uni-app 1145 2023-05-26 09:53:07
  • How to find the css of uniapp
    How to find the css of uniapp
    As mobile and web applications continue to grow in popularity, more and more developers are beginning to use uniapp to build their applications. Among them, learning and using uniapp's CSS is a crucial part, because CSS determines the appearance and user interaction experience of the application. So, how to find the CSS of uniapp? 1. Official documentation First of all, uniapp official documentation is one of the most authoritative and comprehensive CSS learning resources. uniapp officially provides detailed CSS style and attribute documents, including uniapp
    uni-app 817 2023-05-26 09:50:37
  • uniapp uses webview without occupying full screen
    uniapp uses webview without occupying full screen
    In recent years, with the popularity of mobile Internet, more and more enterprises and developers have begun to focus on the development of mobile applications. In cross-platform development, Uni-app has attracted much attention as an excellent solution. In actual development, some developers encountered the problem of full-screen display of the webview in Uni-app, resulting in an unsightly interface. This article will introduce how to use webview in Uni-app to prevent the application from taking up the entire screen. 1. Problem analysis: Using webview to create pages in Uni-app
    uni-app 6704 2023-05-26 09:49:37
  • uniapp dynamic style cannot use upx
    uniapp dynamic style cannot use upx
    uniapp dynamic style cannot be used upxuniapp is a cross-platform development framework developed based on the Vue framework. It can compile and convert the same code into applications on various platforms, such as Android, iOS, Web, WeChat applet, and Alipay applet. wait. Its development efficiency and operating efficiency are relatively good, and it is widely favored by developers. In the development process of uniapp, we often use style-related code, among which dynamic style is a common technique that can achieve some very flexible
    uni-app 1877 2023-05-26 09:45:36
  • uniapp hides native navigation bar buttons
    uniapp hides native navigation bar buttons
    In the development process of mobile applications, the navigation bar is a relatively important component. It helps users navigate pages better, thereby improving the usability of the application. However, sometimes we may need to hide the native navigation bar buttons, what should we do in this case? This article will introduce how to implement this function in uniapp through some simple methods. uniapp is a cross-platform development framework that can easily use Vue.js to develop a variety of mobile applications. Compared with other development frameworks, uniapp has the advantages of lightweight, high efficiency, and easy expansion.
    uni-app 2080 2023-05-26 09:43:02
  • How to hide buttons based on user in uniapp
    How to hide buttons based on user in uniapp
    With the popularization and widespread application of mobile Internet, APP has become an indispensable part of people's lives. During the APP development process, many developers will encounter the problem of how to hide buttons based on users. At this time, uniapp becomes a very good solution. uniapp is a cross-platform application development framework that uses Vue.js as the front-end framework and supports the rapid development of multiple platforms, including iOS, Android, H5, and small programs. In uniapp we can use Vu
    uni-app 952 2023-05-26 09:24:37
  • uniapp local request
    uniapp local request
    With the rapid development of mobile Internet, mobile applications have become one of people's most important tools. Many developers choose to develop native applications in pursuit of program stability and user experience. However, native application development involves a variety of technologies and has higher development costs. In order to reduce development costs, many developers have begun to use uniapp to develop cross-platform applications. uniapp is a cross-platform application development framework based on Vue.js, which supports writing once and publishing on multiple terminals, including H5, mini programs, and APPs. Developer use
    uni-app 1045 2023-05-26 09:23:37
  • uniapp dynamically adds views
    uniapp dynamically adds views
    In recent years, with the popularity of mobile applications, developers have an increasing demand for quickly building mobile applications. In mobile application development, UniApp, as a cross-platform mobile development framework, is favored by more and more developers. One of the advantages of UniApp is that it has a good development experience and a rich component library. It can not only quickly build basic pages, but also implement complex interactive logic. This article will introduce how UniApp can dynamically increase and add views to meet the implementation needs of complex interaction logic. First, we need to clarify Uni
    uni-app 613 2023-05-26 09:23:06

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