[GitHub] cordova-plugins pull request #15: CB-6289 Keyboard plugin on Android

2017-02-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugins/pull/15 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-plugins issue #15: CB-6289 Keyboard plugin on Android

2016-12-08 Thread shazron
Github user shazron commented on the issue: https://github.com/apache/cordova-plugins/pull/15 It's been so long -- If this is still relevant, please let me know or either close this PR. Thanks! --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-10-13 Thread anchann
Github user anchann commented on the pull request: https://github.com/apache/cordova-plugins/pull/15#issuecomment-147935881 I just ended up implementing this by adopting the ionic version of the keyboard plugin (which seems to be the inspiration for this PR as well). Was going to try

Re: Keyboard plugin

2015-04-20 Thread Connor Pearson
-example. From: Kerri Shotts kerrisho...@gmail.com Reply: Kerri Shotts kerrisho...@gmail.com Date: March 30, 2015 at 11:05:28 PM To: dev@cordova.apache.org dev@cordova.apache.org Subject:  Re: Keyboard plugin I noticed this, actually, when working on one of my last books — the fix (or, hack

Re: Keyboard plugin

2015-04-17 Thread Kerri Shotts
-example. From: Kerri Shotts kerrisho...@gmail.com Reply: Kerri Shotts kerrisho...@gmail.com Date: March 30, 2015 at 11:05:28 PM To: dev@cordova.apache.org dev@cordova.apache.org Subject:  Re: Keyboard plugin I noticed this, actually, when working on one of my last books — the fix (or, hack

Re: Keyboard plugin

2015-04-01 Thread Connor Pearson
31, 2015 at 2:20 PM, Shazron shaz...@gmail.com wrote: I blogged about this last year: https://shazronatadobe.wordpress.com/2014/07/09/cordova-keyboard-plugin-maintenance-update/ On Mon, Mar 30, 2015 at 10:07 AM, Connor Pearson cjp...@gmail.com wrote: Hi All, It's been a while since

Re: Keyboard plugin

2015-03-31 Thread Shazron
I blogged about this last year: https://shazronatadobe.wordpress.com/2014/07/09/cordova-keyboard-plugin-maintenance-update/ On Mon, Mar 30, 2015 at 10:07 AM, Connor Pearson cjp...@gmail.com wrote: Hi All, It's been a while since the keyboard plugin was discussed. As I understand

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r27393159 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r27393052 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread kant2002
Github user kant2002 commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r27401502 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread kant2002
Github user kant2002 commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r27401690 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

Keyboard plugin

2015-03-30 Thread Connor Pearson
Hi All, It's been a while since the keyboard plugin was discussed. As I understand it, the plugin was moved to Cordova labs after iOS 7 made KeyboardShrinksView the default behavior. Since iOS 7.1 and 8 have reversed this decision, could we revisit this? I've done some work to re-enable

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r27444603 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

Re: Keyboard plugin

2015-03-30 Thread Andrew Grieve
. Interested in what others think. On Mon, Mar 30, 2015 at 1:07 PM, Connor Pearson cjp...@gmail.com wrote: Hi All, It's been a while since the keyboard plugin was discussed. As I understand it, the plugin was moved to Cordova labs after iOS 7 made KeyboardShrinksView the default behavior. Since

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-03-30 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-plugins/pull/15#discussion_r2735 --- Diff: keyboard/src/android/Keyboard.java --- @@ -0,0 +1,124 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one

Re: Keyboard plugin

2015-03-30 Thread Kerri Shotts
this behavior in later iOS versions: because it’s not the way native apps usually behave. I’m exploring various options, but I’m getting the most native behavior by using a combination of the ionic keyboard plugin with scrolling disabled while the keyboard is visible. Because the height of the keyboard

Re: Keyboard plugin

2015-03-30 Thread tommy-carlos williams
native behavior by using a combination of the ionic keyboard plugin with scrolling disabled while the keyboard is visible. Because the height of the keyboard is passed to the event handler, I can then adjust the size of any scroll containers (either by adding padding or by adjusting their heights

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2015-01-27 Thread sandstrom
Github user sandstrom commented on the pull request: https://github.com/apache/cordova-plugins/pull/15#issuecomment-71672888 @clelland @shazron sorry for the prodding, but is there any chance you can take a look at this? --- If your project is set up for it, you can reply to this

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2014-12-10 Thread sandstrom
Github user sandstrom commented on the pull request: https://github.com/apache/cordova-plugins/pull/15#issuecomment-66510570 @clelland @shazron friendly ping! :smile: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cordova-plugins pull request: CB-6289 Keyboard plugin on Android

2014-07-21 Thread kant2002
GitHub user kant2002 opened a pull request: https://github.com/apache/cordova-plugins/pull/15 CB-6289 Keyboard plugin on Android Created basic implementation of Keyboard plugin for Android. You can merge this pull request into a Git repository by running: $ git pull https

[iOS] Keyboard plugin maintenance

2014-06-23 Thread Shazron
This plugin has been moved to the org.apache.cordova.labs namespace so it doesn't affect our plugin releases. I feel that this plugin is better off in the hands of 3rd party devs like ionic: https://github.com/driftyco/ionic-plugins-keyboard I personally am not going to be maintaining it anymore

Re: [iOS] Keyboard plugin maintenance

2014-06-23 Thread Andrew Grieve
Yep, sounds good. My interest for it dropped once iOS7 made keyboard-shrinks-view the default (much better for apps). On Mon, Jun 23, 2014 at 5:31 PM, Shazron shaz...@gmail.com wrote: This plugin has been moved to the org.apache.cordova.labs namespace so it doesn't affect our plugin releases.