[Webkit-unassigned] [Bug 138201] Text input's cursor doesn't move while scrolling the page on iOS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 12 19:20:39 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=138201
--- Comment #24 from gabrielmaldi at hotmail.com ---
(In reply to Simon Fraser (smfr) from comment #23)
> Does it reproduce in WKWebView?
Yes, it does.
I just tested the following code on my iPhone 6S running iOS 11.1 beta 2:
```
WKWebView *webView = [[WKWebView alloc] init];
NSURL *url = [NSURL URLWithString:@"https://jsfiddle.net/gabrielmaldi/n5pgedzv/show/"];
NSURLRequest *request = [NSURLRequest requestWithURL:url];
[webView loadRequest:request];
```
And this is the result:
https://youtu.be/KYBOEePlysk
Even though it repros in WKWebView, native web apps have no option but to use the older UIWebView because WKWebView doesn't handle local files well (and a web server is needed). So it would be great if this issue got fixed and also backported to UIWebView.
Thanks
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171013/4de99366/attachment.html>
More information about the webkit-unassigned
mailing list