parent
d60e61be97
commit
0b0de7f412
@ -1 +1 @@ |
||||
|
||||
com.ionic.keyboard@https://github.com/driftyco/ionic-plugin-keyboard/tarball/66926f5e25fcd71b65799adaf12fa0b2df65ce78 |
||||
@ -0,0 +1,10 @@ |
||||
if Meteor.isCordova |
||||
window.addEventListener 'deviceready', -> |
||||
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true); |
||||
cordova.plugins.Keyboard.disableScroll(true); |
||||
|
||||
window.addEventListener 'native.keyboardshow', -> |
||||
$('.main-content').css 'height', window.innerHeight |
||||
|
||||
window.addEventListener 'native.keyboardhide', -> |
||||
$('.main-content').css 'height', window.innerHeight |
||||
Loading…
Reference in new issue