I am developing a web browser for a touch-screen kiosk and the scrollbars on the WebView are impractically small for being able to scroll using them on a touch-screen. Is there anyway to increase the size of them?
I can get a reference to the vertical scroller using
[[[[[webView mainFrame] frameView] documentView] enclosingScrollView] verticalScroller]