当前位置:网站首页>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
边栏推荐
- R语言使用neuralnet包构建神经网络回归模型(前馈神经网络回归模型),计算模型在测试集上的MSE值(均方误差)
- Voice assistant - overall architecture and design
- Chapter V - message authentication and digital signature
- Right click the general solution of file rotation jam, refresh, white screen, flash back and desktop crash
- Topic 1 Single_Cell_analysis(1)
- 2021.10.27-28 scientific research log
- 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
- QT realization tray
- C language queue implementation
- Meter Reading Instrument(MRI) Remote Terminal Unit electric gas water
猜你喜欢

Voice assistant -- Architecture and design of Instruction Assistant

Scoring prediction problem

Golang quickly generates model and queryset of database tables

Summary of machine learning + pattern recognition learning (IV) -- decision tree

面试计算机网络-传输层

Personalized federated learning with Moreau envelopes

Chapter V - message authentication and digital signature

Summary of machine learning + pattern recognition learning (I) -- k-nearest neighbor method

Chapter 2 - cyber threats and attacks

Gradient epic memory for continuous learning
随机推荐
Voice assistant - DM - distribution and sorting
The Poisson regression model (posion) is constructed by GLM function of R language, and the poisgof function of epidisplay package is used to test the goodness of fit of the fitted Poisson regression
经典论文回顾:Palette-based Photo Recoloring
Federated meta learning with fast convergence and effective communication
Topic 1 Single_Cell_analysis(4)
2022 simulated test platform operation of hoisting machinery command test questions
2021.10.24-25 scientific research log
Modelarts培训任务1
WEB页面性能优化面试题
Logistic regression
Chapter 2 - cyber threats and attacks
Golang 快速生成数据库表的 model 和 queryset
Formatting the generalization forgetting trade off in continuous learning
In depth learning - overview of image classification related models
Voice assistant -- Qu -- query error correction and rewriting
Leetcode notes: biweekly contest 79
R语言使用epiDisplay包的summ函数计算dataframe中指定变量在不同分组变量下的描述性统计汇总信息并可视化有序点图、使用dot.col参数设置不同分组数据点的颜色
20220524 深度学习技术点
QT realization tray
Modelants II