hello, i can't manage to get a scrollbar for a fixed size div within a simple (remote) webview. is it a TI problem or rather one of the browser engine? thx, uno
1 Answer
Yahoo has released a beta YUI ScrollView component that allows you to have scrollable divs inside of a webview with a scrollbar. You can check out the docs here: http://developer.yahoo.com/yui/3/scrollview/
However, there is one critical piece that the docs don't mention (I think they assume that you have worked with YUI before and know about skins), so if you want the details of how to get the scrollbar to show up, read this post:
http://cloudnebula.blogspot.com/2011/01/creating-scrollable-divs-on-mobile.html
I've tested this in a Titanium app on iOS and Android and it works great!
Your Answer
Think you can help? Login to answer this question!