[
https://issues.apache.org/jira/browse/CB-5709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865560#comment-13865560
]
Andrew Grieve commented on CB-5709:
-----------------------------------
I tried to repro but failed:
{quote}
agrieve@agrieve-macbookpro2 ~/tmp$ cordova create foo
Creating a new cordova project with name "HelloCordova" and id
"io.cordova.hellocordova" at location "/Users/agrieve/tmp/foo"
agrieve@agrieve-macbookpro2 ~/tmp$ cd foo
agrieve@agrieve-macbookpro2 ~/tmp/foo$ cordova platform add ios
Creating ios project...
Preparing ios project
agrieve@agrieve-macbookpro2 ~/tmp/foo$ cordova plugin add
org.apache.cordova.keyboard
Fetching plugin from "org.apache.cordova.keyboard"...
Starting installation of "org.apache.cordova.keyboard" for ios
Preparing ios project
org.apache.cordova.keyboard installed on ios.
agrieve@agrieve-macbookpro2 ~/tmp/foo$ cordova build
Generating config.xml from defaults for platform "ios"
Preparing ios project
Compiling app on platform "ios" via command
"/Users/agrieve/tmp/foo/platforms/ios/cordova/build"
Platform "ios" compiled successfully.
{quote}
Ideas:
open the Xcode project within platforms/ios and see if using the IDE's build
command tells you what's wrong.
> KeyboardShrinksView not responding in webview
> ---------------------------------------------
>
> Key: CB-5709
> URL: https://issues.apache.org/jira/browse/CB-5709
> Project: Apache Cordova
> Issue Type: Improvement
> Components: iOS
> Affects Versions: 3.2.0, 3.3.0
> Environment: iOS 6.0,iOS 7.0
> Reporter: ravi kiran
> Labels: keyboard-plugin, performance
> Fix For: 3.4.0
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> when i press text field keyboard pops up and with it the header footer
> changes position. and when pops down header comes to middle of the screen by
> shrinking size of webpage.
> Fixed that issue By installing CDVKeyboard.m,.h files with js from Git
> repository.But now my header footer shrinks down to some size .scrolling
> looks sluggish when keyboard is up. How to solve this problem ?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)