[
https://issues.apache.org/jira/browse/CB-6219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931800#comment-13931800
]
ASF GitHub Bot commented on CB-6219:
------------------------------------
GitHub user ashearer opened a pull request:
https://github.com/apache/cordova-plugins/pull/6
Fix keyboard background with HideFormAccessoryBar
Fix CB-6219 by preventing the main keyboard from becoming transparent on
iOS 7. (This looked particularly bad on iOS 7.1, where a white background would
render the Shift key icons invisible.)
Thanks to
http://stackoverflow.com/questions/18837551/remove-keyboard-form-toolbar-on-ios7-leaves-a-blur-behind/19042392#comment28210345_19042392
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ashearer/cordova-plugins master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugins/pull/6.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6
----
commit de288b7a545e7ae81d334b1fc57cb5707154a02c
Author: Andrew Shearer <[email protected]>
Date: 2014-03-12T14:15:03Z
Fix keyboard background with HideFormAccessoryBar
Fix CB-6219 by preventing the main keyboard from becoming transparent on
iOS 7. (This looked particularly bad on iOS 7.1, where a white background would
render the Shift key icons invisible.)
Thanks to
http://stackoverflow.com/questions/18837551/remove-keyboard-form-toolbar-on-ios7-leaves-a-blur-behind/19042392#comment28210345_19042392
----
> [email protected] on iOS 7.1 caused keyboard ugly without
> background
> ------------------------------------------------------------------------------------
>
> Key: CB-6219
> URL: https://issues.apache.org/jira/browse/CB-6219
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugins
> Environment: iOS 7.1
> Reporter: 2k13yr
> Priority: Critical
> Labels: ios, ios7.1, javascript, keyboard-plugin
> Attachments: Screen Shot 2014-03-12 at 0.46.24.png, Screen Shot
> 2014-03-12 at 0.49.11.png
>
>
> Only single line JS Code:
> Keyboard.hideFormAccessoryBar(true);
> caused keyboard ugly without background on iOS 7.1.
> Normally keyboard on iOS 7.0, but the accessory bar is not completely hidden.
--
This message was sent by Atlassian JIRA
(v6.2#6252)