UIWebView and CSS fixed position
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a UIWebView that uses a fixed position header. When the ViewController that contains the UIWebView is the initial view, there is no problem with the fixed position divs. When I display that same ViewController through a Modal segue, that's when the problem occurs. The first time I scroll on the page, the divs move and scroll with the page, but once I let go of scrolling for the first time, the div returns to its fixed position and the error never happens again. Any ideas? I've seen iScroll , it doesn't quite work like I want the page