fix keyboard-attach docs

This commit is contained in:
Tim Lancina
2014-06-04 10:41:46 -05:00
parent ac302b28a1
commit 6697e66f17

View File

@@ -13,7 +13,7 @@
* - This directive requires the
* [Ionic Keyboard Plugin](https://github.com/driftyco/ionic-plugins-keyboard).
* - On Android not in fullscreen mode, i.e. you have
* `<preference name="Fullscreen" value="true" />` in your `config.xml` file,
* `<preference name="Fullscreen" value="false" />` or no preference in your `config.xml` file,
* this directive is unnecessary since it is the default behavior.
* - On iOS, if there is an input in your footer, you will need to set
* `cordova.plugins.Keyboard.disableScroll(true)`.