[
https://issues.apache.org/jira/browse/CB-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13770194#comment-13770194
]
Shazron Abdullah commented on CB-3020:
--------------------------------------
There are more views to "hide" in iOS 7:
With iOS 7, the view hierarchy is different:
{code}
<UIKBInputBackdropView: 0x156bc050; frame = (0 44; 320 216);
userInteractionEnabled = NO; layer = <CALayer: 0x156bcb30>>
<UIKBInputBackdropView: 0x156c2300; frame = (0 0; 320 44);
userInteractionEnabled = NO; layer = <CALayer: 0x156c2380>>
<UIKeyboardAutomatic: 0x155c42f0; frame = (0 44; 320 216); opaque = NO; layer =
<CALayer: 0x155c4420>>
<UIWebFormAccessory: 0x1569e530; frame = (0 0; 320 44); layer = <CALayer:
0x1569e6d0>>
{code}
On iOS 6 (which is handled already):
{code}
<UIImageView: 0x1e8bc6e0; frame = (0 -3; 320 3); opaque = NO;
userInteractionEnabled = NO; layer = <CALayer: 0x1e8bc740>>
<UIKeyboardAutomatic: 0x1ddd77a0; frame = (0 44; 320 216); opaque = NO; layer =
<CALayer: 0x1ddd7880>>
<UIWebFormAccessory: 0x1e89c850; frame = (0 0; 320 44); layer = <CALayer:
0x1e8a3be0>>
{code}
> HideKeyboardFormAccessoryBar and KeyboardShrinksView show white bar instead
> of removing it
> ------------------------------------------------------------------------------------------
>
> Key: CB-3020
> URL: https://issues.apache.org/jira/browse/CB-3020
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 2.6.0, 3.0.0
> Environment: ios 6.1.3
> Reporter: Horst Perfect
> Assignee: Shazron Abdullah
> Priority: Minor
> Labels: bug, ios, ios6.1.3
>
> I use phonegap 2.6 with the two new preferences HideKeyboardFormAccessoryBar
> KeyboardShrinksView set to true. Instead of the AccessoryBar a white bar
> appears ([screenshot|http://i.stack.imgur.com/3fgV8.png]).
> This is just happening when i set *both* of the preferences to true. When i
> just set the AccessoryBar preference to true the bar disappears as planned.
> Horst
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira