iphone - Keyboard won't appear in modal view controller -


i have uiwebview in modal view controller (using svmodalviewcontroller). in ios 4.2, when tap on input text field, keyboard not appear. view animation page scrolls make room keyboard still happens, nothing appears. works fine in ios 5.

i calling [self.window makekeyandvisible] in application delegate, not issue.

any guidance appreciated!

solution: needed make view controller containing uiwebview first responder, , after that, worked!


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -