I’m trying to track down a bug that’s preventing scrolling within an iframe (bug only appears on ipads running newish versions of IOS).
While trying to isolate the issue, I created a bare minimum HTML file (boilerplate + iframe only). Here’s where things get weird, and where I hope you guys can maybe shed some light.
The bug goes away if I open that file on the ipad simulator directly using file:///
. However, the bug reappears if I put the exact same file on a server and load it on the ipad simulator over https
or http
.
I’m hopeful that identifying the source of this inconsistency will point me in the direction of fixing the bug.
I understand that this is not a lot of information to go off of, but I’d be very appreciative if you could point out some high level differences between file:///
and http
that you think could be relevant!