Getting a WebView to act exactly like Safari

Posted by Kelly McDonald on Stack Overflow See other posts from Stack Overflow or by Kelly McDonald
Published on 2010-12-07T12:12:00Z Indexed on 2011/01/09 4:53 UTC
Read the original article Hit count: 445

(edited to give a better description of the answer I gave)

I have created a very simple browser in InterfaceBuilder consisting of a nav bar and a webview.

Everything works fine except when I try to tab between input fields is the webview, the focus goes to the nav bar.

I'm assuming I need to do something with the responder chain, but I haven't been able to figure out what.

Any advice?

Thanks, Kelly

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about interface-builder