I have UIWebViewone that uses a fixed position header.
When the ViewControllercontaining UIWebViewone is the initial view, there is no problem with fixed div positions.
When I show the same ViewControllerthrough Modal segue, when a problem occurs.
The first time I look at a page, divs move and scroll with the page, but as soon as I release the scroll for the first time, the div will return to a fixed position and the error will never be repeated.
Any ideas? I saw iScrollit doesn’t work as if I also want this page, and I think it’s easier there, since I only get the problem on boot UIWebView...
source
share