Hello,
I am having problems making a WebView scroll to a specific point. I call the following method:
and it has no effect whatsoever on the WebView. Does anyone know why it won't scroll?
I am having problems making a WebView scroll to a specific point. I call the following method:
Code:
[_webview.mainFrame.frameView.documentView.enclosingScrollView.contentView scrollToPoint:CGPointMake(0, 500)];
and it has no effect whatsoever on the WebView. Does anyone know why it won't scroll?