如何阻止我的UIWebView在按下按鈕時自動滾動?UIWebView停止自動滾動
[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];
你的意思是從U字幕或UIWebView包含的UIScrollView的滾動滾動? –
我使用滾動滾動webview內容。 現在我想停止使用按下按鈕自動滾動。 – kb920