다른 버전에서는 괜찮은데 ICS 쪽에서만 문제가 생겼습니다
browser 나 webview 모두 iframe 안에 있는 페이지에서 input box 를 클릭하면 포커스가 제대로 되지를 않더군요
구글 쪽에서 검색을 해보니 ICS에서는 화면에 보여주는걸 좀더 빠르게 하기 위해 텍스트뷰를 사용한다고 찾았는데
이에 관련하여 해결하신 분이나 방법을 아시는분 있으시면 알려주시면 정말 감사하겠습니다

In ICS, the browser uses a native textview overlaid on web content to display updates more quickly. This native TextView doesn't handle iframes and overflow:scroll divs correctly.

The only workaround would be to not place inputs inside of either, unless you can somehow position the input in negative space, so the TextView doesn't render on screen.