简体   繁体   中英

How to write text in UITextField and sent text while I'm writting to textField in uiWebview?

The idea is very simple.

    ->UIWebView has opened google.com or some other website, which has textfields
    -->There is textfield.
    --->When I click on it, usually opens keyboard and you can start to write
    ---->But I want, that it shows UITextField, where I can write something, and when I 
finish writing, it should send text to textfield

I want that for google spredsheet cells! I now that, my question has no sence, but is it possible?

You mean to say, as you type in the UITextField the same value should be shown in the textFileds in webview.

You can use textField:shouldChangeCharactersInRange:replacementString: delegate of UITextField .

For detail look documentation .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM