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
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
-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
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
>
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