[Webkit-unassigned] [Bug 149264] IFrame scrolling=yes is ignored in iOS Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 9 04:54:55 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=149264

Jacek Bogdański <j.bogdanski at cksource.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j.bogdanski at cksource.com

--- Comment #29 from Jacek Bogdański <j.bogdanski at cksource.com> ---
Hello,

It would be nice to get some information at what stage is this issue. Currently, on iOS 11.3.1 we have to wrap iframe element with div container to make it scrollable: 

<style>
div {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
</style>

<div><iframe src="..."></iframe></div>

As I understand this ticket should also cover above issue (not only scrolling=yes attribute).

-- 
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/20180509/f02073f1/attachment-0001.html>


More information about the webkit-unassigned mailing list