Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于移动端输入时弹出虚拟键盘问题测试 #5

Open
marvin1023 opened this issue Jun 18, 2015 · 0 comments
Open

关于移动端输入时弹出虚拟键盘问题测试 #5

marvin1023 opened this issue Jun 18, 2015 · 0 comments

Comments

@marvin1023
Copy link

ios弹出的虚拟键盘是浮在上面的,而安卓的虚拟键盘是压缩窗口大小,如f12,所以导致fixed在底部的东西在ios上和安卓上的不同差异。
测试地址为:http://output.jsbin.com/fecare/1/
测试结果:安卓的fixed底部会随着虚拟键盘的弹出而提上去,因为窗口变小了,而ios的fixed底部会看不见,因为窗口大小并没有改变。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant