meteoric / meteor-ionic

Ionic components for Meteor. No Angular!
http://meteoric.github.io
MIT License
1.51k stars 219 forks source link

Changed from ionic-plugin-keyboard to cordova-plugin-keyboard #378

Open ghost opened 8 years ago

ghost commented 8 years ago

When using an external keyboard the view would be shrunk to the software keyboard size not the size of the accessory bar. Using cordova-plugin-keyboard over ionic-plugin-keyboard fixes this change. We no longer need to alter the bottom property as cordova-plugin-keyboard's shrinkView preference (in config.xml) makes this change itself.