How can I stop my UIWebView from automatically scrolling on the press of a button?
[web_try loadHTMLString:[NSString stringWithFormat:@"<marquee scrollamount='2' direction='up' loop='true' width='278' height='48'> <font size='3' face='HelveticaNeue-Bold' color='#242424'>%@</font></marquee>", option_value] baseURL:final_url];
i think you can use this code to scroll your view and to stop it just works fine for me