meteoric Android keyboard issue - maodouio/meteor-lean-startup-camp GitHub Wiki
问题:用meteor-ionic 打包成的 apk 运行后,点击输入框,键盘跳出来后,键盘上面的页面整个变成白色(输入框消失)。键盘隐藏后,恢复正常。
there are a few bugs reports related to this on https://github.com/meteoric/meteor-ionic/issues/130#issuecomment-87706446
解决方法:
- Clone the repo into your app's packages directory:
$ cd yourApp/packages
$ git clone https://github.com/meteoric/meteor-ionic.git meteoric:meteor-ionic
- Removing the com.ionic.keyboard dependency (https://github.com/meteoric/meteor-ionic/blob/master/package.js#L8-L10).