iOS8 UIWebView korean input problem

I use UIWebView to build hybrid application.

I got a korean text input problem like below after upgrade to iOS8.



Error description.



There are two or more text input filed on loaded html page.

All text input fields are empty.



type korean words any text input field, for example "\uac00\uac00"

and tab another text input field to type new string.

when i type a string "\ub098\ub098", "\uac00\ub098\ub098" is shown in second text filed unexpectedly.



i expect.... the first text field shows "\uac00\uac00" and second text field shows "\ub098\ub098"

BUT... second text filed shows "\uac00\ub098\ub098"



this issue just occurs when all text fileds are empty.



Please, let me know...

how can i solve this problem

Or, related links about this problem to indicate that this is the known bug.



You can show this error below environment



install a webview test app on ios app store: WebView - WKWebView and UIWebView rendering

load test page : jsfiddle.net/xoguskim/r6s01kbv/



Thanks.

i cannot post with korean character. ...

the unicode strings means any korean characters


for example.


The problem is type "abc" on first text field

and type "def" on second field

then value of second filed will "cdef".

iOS8 UIWebView korean input problem
 
 
Q