Re: How hidden the Keyboard in a UIWebView

2011-03-23 Thread Laurent Daudelin
Rodrigo, I'm not sure, even after reading your entire message, what you're trying to accomplish. But, from what you mention, you seem to want to provide your boss with a way to bypass some login screen or automatically enter a user name, is that right? I wrote an application which kind of does

Re: How hidden the Keyboard in a UIWebView

2011-03-23 Thread Rodrigo Zanatta Silva
Hi, sorry for this delay, I had to solve another thing. The reason of WHY i am trying do this is because my boss say: DO IT!! Lol. I am doing a "User Manager" so the user will not need to write in the keyboard and the system will record the user name. The UIWebView has a bad integration with keybo

Re: How hidden the Keyboard in a UIWebView

2011-03-15 Thread Conrad Shultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/15/11 7:09 AM, Rodrigo Zanatta Silva wrote: > Anyone have any idea? I am stuck... It's easy do this with > UITextView, but the text field in a web page have less control. I > really need a new idea, please, anyone give-me a idea??!?!? Please be p

Re: How hidden the Keyboard in a UIWebView

2011-03-15 Thread Rodrigo Zanatta Silva
Anyone have any idea? I am stuck... It's easy do this with UITextView, but the text field in a web page have less control. I really need a new idea, please, anyone give-me a idea??!?!? 2011/3/14 Rodrigo Zanatta Silva > I searched a lot, and all thing that hidden the keyboard is when you are in >

How hidden the Keyboard in a UIWebView

2011-03-14 Thread Rodrigo Zanatta Silva
I searched a lot, and all thing that hidden the keyboard is when you are in a UITextField. This is the problem. I am in a UIWebView and the user click in a text box in the web page, so the iOS open the keyboard. I can know when the keyboard will show by the UIKeyboardWillShowNotification. But, I