for example, when calling the Alipay payment link, the H5 mobile page is blocked in the new window of the mobile browser. if (res.code === 1) { window.open(res.data.url) } url is the Alipay payment link to be adjusted. The new window can be opene...
A lot of previous articles have used dpr plus scale scaling to solve 1px problems (including my own rem, of course), but I ve learned that many people don t consider dpr in their own rem. In this way, even if 1px is not considered, does it not have to ...
how can I implement a line with a physical size of 5cm on each mobile device? ...
when I was learning layout viewport, I learned that scale scaling does not affect the size of the layout viewport. The size of the layout viewport is the same when zooming, but when using scale to solve the 1px problem, it is as follows: <meta name=...
emmm, if the question is a little stupid, please forgive me. condition: assume that the size of the design drawing is 750px 1. Use flexible layout to calculate the size of each element relative to the design drawing. the whole page is adaptable and...
online tutorials are all lib-flexible , but the repository on GitHub is already amfe-flexible . and the use of amfe-flexible is not the same as that of lib-flexible. I wonder what the difference is and how to use it. ...
only happens in Android, and scans the QR code with qq. You can jump to the page normally with ios version of qq, Android version of Wechat, and Android version of uc,. What is the reason for this? wow. ...
the select component in Elementui cannot call out the input method when input is allowed. How to solve this problem? ...
on IOS, the performance of the same set of pages in Safari is different from that in UC browsers; is this related to the operating system or browsers? ...
setting html {overflow: hidden} on mobile cannot hide the scroll bar. What is the principle? there is also a scroll bar that floats and does not take up space. What s the difference other than that? added: what I said about hiding invalid has been ...
https: www.apple.com cn ios . the problem of sliding special effects viewed on Apple s official website on the mobile side. in F12, I found that the z-index attribute of each < session > tag is arranged from big to small, but there is no train of ...
is this the simplest adaptive adaptation scheme for web mobile? html { font-size: 62.5%; font-size:calc (100vw 3.75); font-size:-webket-calc (100vw 3.75); Mobile adaptation } what are the benefits and meaning of writing like this? What d...
now there is a business to develop the mobile official website, the front and rear ends are separated, and the front-end framework uses vuejs. I think Xiaomi mobile mall data is dynamically loaded, not the returned static page. I have a question for all...
what are the ways to upload and download pictures or files? ...
when we pull down the web page on the mobile side, the head will also come down when we reach the end, (the mobile browser seems to be like this by default. However, this will not happen on some web pages. Ask the boss for advice ...
< H2 > problem description: < H2 > use bootstrap to practice responsive web page development. When you want to animate an element with a background image, it is found that the animation will have an impact on the elements that are located above it w...
iphone6,7,8,plus style is the style under iphone6,7,8 when I don t know how to display it on different phones, the text is all aligned this style has been changed for several days, and I can t think of any good way to solve it properly. Do you ha...
description: mobile web uses vue to implement the left and right column layout. The left side is a list of various information table names, and the right side is the content that is loaded dynamically after clicking the left menu. The content on the rig...
when I was reading the article today, I saw a piece of code that I didn t quite understand, so I would like to ask for advice here. article address: https: www.cnblogs.com azhai. Code snippets that you don t understand: docEl.style.fontSize = 20...
the layout scheme I use is this: mobile page adaptive solution-rem layout (advanced version, with source code example) width adaptation of mobile elements element width changes when the page is refreshed refreshes the page and does nothing else ...