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.
webViewに localtion を記憶させるにはどうすればよいですか webView.scrowView.contenOffSet 。新しいデータをダウンロードすると、アニメーションが down to up になります。
webView.scrowView.contenOffSet
[webView.scrollView setContentOffset:CGPointMake(0, 0) animated:YES];
この行を JavaScript で試してください
[webView stringByEvaluatingJavaScriptFromString:@"window.scroll(0,0)"];