Rashmi Ranjan mallick
Rashmi Ranjan mallick

Reputation: 6630

Keyboard animation issue on iOS 7 devices

I was working with Xcode 4.6 with iOS 6 SDK for building our iOS app. Recently we migrated to Xcode 5 which comes with iOS 7 built-in. After migrating to iOS 7 SDK, lot of weird things are happening e.g. status bar issue, keyboard animation mess up and UIImagePickerController status bar issue.

I am not finding any solution for the weird keyboard animation issue. When I tap the username text field in my login screen, entire view is going up till the text field and its not scrollable also. Its totally screwed up. Please note that mine is a hybrid application built using cordova library. So, all the UI elements are designed in HTML5. Below are two screenshots for the key board issue.

Please suggest me how to fix this… Thanks in advance….

Upvotes: 1

Views: 236

Answers (1)

progrmr
progrmr

Reputation: 77271

That seems to be a problem in web view's on iOS7. We have the same problem.
It seems fixed in iOS 7.1.

Upvotes: 2

Related Questions