On-screen keyboard not appearing when editing text fields in a UIWebView
        Posted  
        
            by andrewebling
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by andrewebling
        
        
        
        Published on 2010-03-31T17:22:30Z
        Indexed on 
            2010/04/15
            8:43 UTC
        
        
        Read the original article
        Hit count: 507
        
I have a web view which displays a simple login form, containing username and password fields.
However when the user clicks in one of the text fields, although the cursor appears in the text field, the on-screen keyboard does not appear.
I've tried registering for UIKeyboardWillShowNotifications notifications and I see this notification arrive, however the keyboard doesn't actually appear on the screen. I've also tried sending the web view to the back of the view hierarchy and changing it's frame so it doesn't occupy the whole screen. However neither of these measures have solved the problem.
What would people recommend trying next?
© Stack Overflow or respective owner