[
https://issues.apache.org/jira/browse/CB-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13886686#comment-13886686
]
Sanjiv edited comment on CB-3020 at 1/30/14 3:52 PM:
-----------------------------------------------------
Thanks Chris Emerson. This quick fix/hack worked for us.
Wanted to share our scenario.
--------------------------------------------------------------------------------------------------------------------------------------------------
We are on 'Sencha Touch 2.0.2 + PhoneGap 2.2'. I upgraded to PhoneGap 2.9.
Upgrade was easy and nothing broke luckily. Just followed PhoneGap Platform
Guide.
Then applied this fix from Gist - https://gist.github.com/cemerson/6642026
I edited Config.xml for another IOS 7 related issue (Status Bar overlapping).
Otherwise you can leave it as it is.
For reference
<preference name="AllowInlineMediaPlayback" value="false" />
<preference name="AutoHideSplashScreen" value="true" />
<preference name="BackupWebStorage" value="cloud" />
<preference name="DisallowOverscroll" value="false" />
<preference name="EnableLocation" value="false" /><!-- DEPRECATED -->
<preference name="EnableViewportScale" value="false" />
<preference name="FadeSplashScreen" value="true" />
<preference name="FadeSplashScreenDuration" value=".25" />
<preference name="HideKeyboardFormAccessoryBar" value="false" />
<preference name="KeyboardDisplayRequiresUserAction" value="true" />
<preference name="KeyboardShrinksView" value="false" />
<preference name="MediaPlaybackRequiresUserAction" value="false" />
<preference name="ShowSplashScreenSpinner" value="true" />
<preference name="SuppressesIncrementalRendering" value="false" />
<preference name="TopActivityIndicator" value="gray" />
Tested successfully on IPAD/IPhone 4S (iOS 5) / IPAD (iOS 7).
Replied on Sencha Forum -
http://www.sencha.com/forum/showthread.php?272088-Software-keyboard-pushes-tabbar-up
But definitely will be upgrading to Sencha 2.3/PhoneGap (Latest) in coming
months to avoid more iOS 7 UI issues.
--------------------------------------------------------------------------------------------------------------------------------------------------
was (Author: apachebite):
Thanks Chris Emerson. This quick fix/hack worked for us.
Wanted to share our scenario.
--------------------------------------------------------------------------------------------------------------------------------------------------
We are on 'Sencha Touch 2.0.2 + PhoneGap 2.2'. I upgraded to PhoneGap 2.9.
Upgrade was easy and nothing broke luckily. Just followed PhoneGap Platform
Guide.
Then applied this fix from Gist - https://gist.github.com/cemerson/6642026
I edited Config.xml for another IOS 7 related issue (Status Bar overlapping).
Otherwise you can leave it as it is.
Tested successfully on IPAD/IPhone 4S (iOS 5) / IPAD (iOS 7).
Replied on Sencha Forum -
http://www.sencha.com/forum/showthread.php?272088-Software-keyboard-pushes-tabbar-up
But definitely will be upgrading to Sencha 2.3/PhoneGap (Latest) in coming
months to avoid more iOS 7 UI issues.
--------------------------------------------------------------------------------------------------------------------------------------------------
> 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, Plugins
> Affects Versions: 2.6.0, 3.0.0
> Environment: ios 6.1.3
> Reporter: Horst Perfect
> Assignee: Shazron Abdullah
> Priority: Minor
> Labels: keyboard-plugin
> Fix For: 3.1.0
>
> Attachments: Classes.zip, iOS Simulator Screen shot 2013-10-05
> 2.27.26 PM.png, iOS Simulator Screen shot 2013-10-05 2.27.36 PM.png, ios.zip
>
>
> 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 was sent by Atlassian JIRA
(v6.1.5#6160)