当前位置:网站首页>Interview questions on mobile terminal, Android and IOS compatibility
Interview questions on mobile terminal, Android and IOS compatibility
2022-06-12 07:45:00 【It's a fish, a small meatball, a duck】
1.IOS Mobile click event 300ms Corresponding delay ?
2. In some cases, for non clickable elements (label,span) monitor click event ,iso It will not trigger ?
3. Let's talk about how to adapt the mobile terminal ?
4. The keyboard blocks the input box ?
Element.scrollIntoView() // Scrolls the current element into the viewable area of the browser windowresolvent :var oHeight = $(document).height(); // The current height of the browser$(window).resize(function(){if($(document).height() < oHeight){$("#footer").css("position","static");}else{$("#footer").css("position","absolute");}});
5. Android partial version input Inside placeholder Position up ?
6.1px Border problem ?
7. Android browser view background picture , Some devices will blur
8. Prevent pages from zooming in and out on your phone
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
9. When you pull the scroll bar up and down, it gets stuck 、 slow
body{-webkit-overflow-scrolling:touch;overflow-scrolling:touch;}
10. Press and hold the page for a long time to flash back
element{-webkit-touch-callout:none;}
11. Responsive picture
边栏推荐
- In depth learning - overview of image classification related models
- Question bank and answers of special operation certificate examination for safety management personnel of hazardous chemical business units in 2022
- [tutorial] deployment process of yolov5 based on tensorflow Lite
- Qt实现托盘
- Golang quickly generates model and queryset of database tables
- Xshell installation
- Leetcode notes: Weekly contest 295
- R language uses rstudio to save visualization results as PDF files (export--save as PDF)
- Velocity autocorrelation function lammps v.s MATALB
- 2022r2 mobile pressure vessel filling test question simulation test platform operation
猜你喜欢

Modelants II

20220526 yolov1-v5

Personalized federated learning with Moreau envelopes

2022r2 mobile pressure vessel filling test question simulation test platform operation

Utilize user behavior data

Chapter 3 - Fundamentals of cryptography

Non IID data and continuous learning processes in federated learning: a long road ahead

謀新局、促發展,桂林綠色數字經濟的頭雁效應

What is a good recommendation system?

Hongmeng OS first training
随机推荐
Summary of semantic segmentation learning (I) -- basic concepts
[tutorial] deployment process of yolov5 based on tensorflow Lite
Topic 1 Single_Cell_analysis(1)
Support vector machine (SVM)
Chapter 8 - firewall, Chapter 9 - Intrusion Detection
tar之多线程解压缩
Voice assistant - Qu - ner and intention slot model
BI技巧丨当月期初
謀新局、促發展,桂林綠色數字經濟的頭雁效應
Chapter 4 - key management and distribution
modelarts二
初步认知Next.js中ISR/RSC/Edge Runtime/Streaming等新概念
R language uses neuralnet package to build neural network regression model (feedforward neural network regression model) and calculate MSE value (mean square error) of the model on the test set
数值计算方法 Chapter5. 解线性方程组的直接法
LeetCode笔记:Weekly Contest 296
Voice assistant - DM - distribution and sorting
Rnorm function of R language generates positive distribution data, calculates descriptive statistical summary information of vector data using sum function of epidisplay package, and visualizes ordere
Voice assistant - Multi round conversation (theory and concept)
二、八、十、十六进制相互转换
Topic 1 Single_ Cell_ analysis(3)