disable automatic focus move in UIWebView
I do the impossible. When someone click in a text field in my UIWebView, I hide the keyboard and show my own UIView. (to do this, I only hide the UIView of the keyboard, it is still working in background)
One side effect of this is that the WebView move the page height to a place for show better with the keyboard. The problem is: I don't want this.
How can I lock the page or chose the position when my view open?
|