4 评论 (4 评论)0 反应 (0 反应)1 负责人 (1 负责人)CSS2,107 star (2,107 star)519 fork (519 fork)batch import
help wanted
描述
问题是什么
问题的具体描述,尽量详细
环境
- 手机: 小米6
- 系统:安卓7.1.1
- 浏览器:chrome 61
- zepto版本:1.1
- zepto.fullpage版本:v0.5.0
在线例子
如果有请提供在线例子
其他
其他信息
- 议题类型
- bug
- 前置要求
- 无
- 研究方向
- The issue describes an Android keyboard causing layout shift when an input is focused. The solution likely involves adjusting the viewport or handling the 'resize' event in JavaScript. Start by examining the zepto.fullpage.js source code for any existing handling of the 'focus' event or window resize. Check the project's documentation or related issues for common mobile workarounds. Consider implementing CSS fixes like 'overflow: hidden' on the body or using 'window.innerHeight' changes.