Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 UIWebview 中有一个页面,其主要元素比 webview 本身更高更宽。我希望能够以用户选择的任何方式平滑地“平移”页面:水平、垂直、对角线或以圆周运动滑动。
通常它可以工作,但是大约每三个手势一次,UIWebView 只在一个轴上滚动(有时是 x,有时是 y),尽管同时在两个轴上做手势。
问题往往发生在 webview 加载之后。在成功的二维滚动之后,它往往不会再经常发生。
有没有其他人看到这个问题或知道该怎么做?
发现它是什么。我有一个 UIScrollViewDelegate 监听 UIWebView 的 UIScrollView 来做我可能不应该做的各种其他事情。问题中的症状是为什么!