簡體   English   中英

在uiWebview中寫到textField時,如何在UITextField中編寫文本並發送文本?

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

這個想法很簡單。

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

我想要谷歌spredsheet單元格! 我現在知道了,我的問題沒有道理,但是可能嗎?

您的意思是說,當您輸入UITextField ,應該在webview的textFileds中顯示相同的值。

您可以使用textField:shouldChangeCharactersInRange:replacementString: UITextField委托。

有關詳細信息,請參閱文檔

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM