[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 feature

[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 appe

[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
ova-keyboard-example. > From: Kerri Shotts > Reply: Kerri Shotts > > Date: March 30, 2015 at 11:05:28 PM > To: dev@cordova.apache.org > > Subject:  Re: Keyboard plugin > I noticed this, actually, when working on one of my last books — the fix (or, > hack, rather) was t

Re: Keyboard plugin

2015-04-17 Thread Kerri Shotts
-example. From: Kerri Shotts Reply: Kerri Shotts > Date: March 30, 2015 at 11:05:28 PM To: dev@cordova.apache.org > Subject:  Re: Keyboard plugin I noticed this, actually, when working on one of my last books — the fix (or, hack, rather) was to install the plugin from a specific commi

Re: Keyboard plugin

2015-04-01 Thread Connor Pearson
gin up to date first. On Tue, Mar 31, 2015 at 2:20 PM, Shazron 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 wrote: > > Hi All,

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 wrote: > Hi All, > > It's been a while since the keyboard plugin was discussed. As I understand > it, the

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

Re: Keyboard plugin

2015-03-30 Thread Kerri Shotts
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 is

Re: Keyboard plugin

2015-03-30 Thread Andrew Grieve
ntained plugins get more usage. Interested in what others think. On Mon, Mar 30, 2015 at 1:07 PM, Connor Pearson 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 > Keybo

[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 +

[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 +

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

[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

[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 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-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 ema

[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 yo

[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

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 wrote: > This plugin has been moved to the org.apache.cordova.labs namespace so > it doesn't affect our plugin releases. > > I feel th

[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