Find the problem Let's look at the problem first. In the mini program, using Vant's Dialog component + mini program element input component, the placeholder text will shake when it pops up, that is, the initial position is slightly above, and then shakes to the correct position. Problematic screen recording: After trying, fix the problem: This is how I fixed it: .dialog-input, .dialog-input-placeholder { height: 80rpx !important; display: flex; align-items: center; } The above is dedicated to friends who have encountered the same pit, and my almost whole day! 😠Summarize This is the end of this article about how to fix the WeChat Mini Program input jitter problem. For more related WeChat Mini Program input jitter content, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Some functions of using tcpdump to capture packets in the Linux command line
>>: MySQL database must know sql statements (enhanced version)
Requirement: Sometimes, when the page content is ...
Table of contents Introduction Create a Next.js p...
As the number of visits increases, for some time-...
Table of contents 1. Always use key in v-for loop...
CSS 3 animation example - dynamic effect of Tab b...
1. Introduction MySQL is used in the project. I i...
Preface My needs are syntax highlighting, functio...
The implementation principle of chain programming...
Question: How to achieve a rounded rectangle usin...
jQuery form validation example / including userna...
Download image docker pull openjdk Creating a Dat...
Table of contents 1. Introduction to the connecti...
There are two solutions: One is CSS, using backgro...
Table of contents definition The role of the curs...
Install ZLMediaKit on centos6 The author of ZLMed...