4 comments (4 comments)0 reactions (0 reactions)1 assignee (1 assignee)CSS2,107 stars (2,107 stars)519 forks (519 forks)batch import
help wanted
Description
问题是什么
问题的具体描述,尽量详细
环境
- 手机: 小米6
- 系统:安卓7.1.1
- 浏览器:chrome 61
- zepto版本:1.1
- zepto.fullpage版本:v0.5.0
在线例子
如果有请提供在线例子
其他
其他信息
- Issue type
- bug
- Prerequisites
- None
- Research direction
- 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.