PhoneGap 3.3 iOS KeyboardShrinksView

Red*_*678 7 ios phonegap-plugins cordova

在PhoneGap/Cordova 3.3(和3.2)中,用于iOS 的首选项KeyboardShrinksView已不复存在,已被enableViewPortScale取代.

任何人都可以向我解释如何使用KeyboardShrinksView获得相同的结果,但使用enableViewPortScale和视口 Metatag?

在iOS中,如果用户打开键盘,我需要缩小整个视图.

Red*_*678 4

这是我最终所做的:

<meta name="viewport" content="initial-scale=1, minimum-scale=1, 
maximum-scale=1, user-scalable=0, height=device-height"/>
Run Code Online (Sandbox Code Playgroud)

感谢@daniel-miller,上面的答案来自他:

键盘使用 iFrame/对象和 JQTouch 隐藏 PhoneGap Build 3.1 中的 iOS 输入字段

其他帮助: https://groups.google.com/forum/#!topic /phonegap/87K3lYr6f40