Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.9.0
Description
Pull request from https://github.com/baryshev
https://github.com/apache/cordova-ios/pull/60
If navigator.camera.getPicture called while virtual keyboad is shown - frame still have wrong size because viewWillDisappear remove observers before keyboard close. This commit fixed that bug.