Closed discotizer closed 7 years ago
Can't add overflow-y: scroll;
because that would always show the scrollbar. I'll see how can I do some testes on an iPhone and see what I can do about it
Well if you like to see my implementation check out www.dorint.com (further down, click on the "Locations" map). On Smartphones or small display you'll get a list, which is scrollable. When you see on larger screens a map of Germany, there are no scrollbars (at least on desktop browsers), although i've added the style mentioned above.
I tried it on iPhone 6S (via BrowserStack) and it seems to work now. Can you confirm this?
Yes, it works. Thanks!
There are no iframe scrollbars on iPhones / touch devices, when the iframe content is higher than the dialog. This fixes the issue, add these lines to class ".ZebraDialog .ZebraDialog_Body":
-webkit-overflow-scrolling: touch; overflow-y: scroll;
Scrolling="No" or "Yes" is not supported anymore in HTML5.