From ef89ed5cb1e28e42bdface2070efd5955deac92b Mon Sep 17 00:00:00 2001 From: Flaky Filibuster Date: Tue, 20 May 2014 14:48:21 +0200 Subject: [PATCH] Add line breaks to ionic keyboard documentation - Android Notes to web views behaviour on shown keyboard shortend --- release/js/ionic.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/release/js/ionic.js b/release/js/ionic.js index 9846fce7bb..28581047a9 100644 --- a/release/js/ionic.js +++ b/release/js/ionic.js @@ -3274,8 +3274,11 @@ ionic.DomUtil.ready(function(){ * - If your app is running in fullscreen, i.e. you have `` in your `config.xml` file * you will need to set `ionic.Platform.isFullScreen = true` manually. * - * - You can configure the behavior of the web view when the keyboard shows by setting - * [android:windowSoftInputMode](http://developer.android.com/reference/android/R.attr.html#windowSoftInputMode) to either `adjustPan`, `adjustResize` or `adjustNothing` in your app's activity in `AndroidManifest.xml`. `adjustResize` is the recommended setting for Ionic, but if for some reason you do use `adjustPan` you will need to set `ionic.Platform.isFullScreen = true`. + * - You can configure the behavior of the web view when the keyboard shows by setting + * [android:windowSoftInputMode](http://developer.android.com/reference/android/R.attr.html#windowSoftInputMode) + * to either `adjustPan`, `adjustResize` or `adjustNothing` in your app's activity in `AndroidManifest.xml`. + * `adjustResize` is the recommended setting for Ionic, but if for some reason you do use `adjustPan` + * you will need to set `ionic.Platform.isFullScreen = true`. * * ```xml * @@ -8864,4 +8867,4 @@ var Easing = (function(){ }; })(window); -})(); \ No newline at end of file +})();