Skip to content

Commit

Permalink
fix keyboard-attach docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Jun 4, 2014
1 parent ac302b2 commit 6697e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/keyboardAttach.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)`.
Expand Down

0 comments on commit 6697e66

Please sign in to comment.