Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed viewWillDisappear to viewDidDisappear because frame not resized sometimes. #60

Closed
wants to merge 1 commit into from

Conversation

baryshev
Copy link

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.

@shazron
Copy link
Member

shazron commented Jul 9, 2013

Filed corresponding JIRA issue: https://issues.apache.org/jira/browse/CB-4136

@agrieve
Copy link
Contributor

agrieve commented Dec 5, 2013

Is this still needed? The code has been moved out to a plugin:
https://github.com/apache/cordova-plugins/tree/master/keyboard

So this pull request can't be applied as is.

@baryshev - can you close it and re-open at https://github.com/apache/cordova-plugins/tree/master/keyboard if needed?

@shazron
Copy link
Member

shazron commented Jan 24, 2014

@baryshev Updated the issue since the code is now in the keyboard-plugin. But you can close this PR now since this code has been moved away from the core

@agrieve
Copy link
Contributor

agrieve commented Feb 9, 2014

@baryshev Please close.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants