how to make div tag(HTML) scrollable for apps running on and

Posted by arvind.thakur8 on 28-Jul-2011 02:21

Hello Guys,

Ok I am developing a simple example of html page on android emulator in  which I am showing few records in a simple div tag with  overflow:auto.But I dont know why it is not showing the scrollbars on  the emulator screen.

So anbody have any idea that how to make the div tag scrollable?

Thanks in Advance!

Arvind Thakur

All Replies

Posted by Matt Baker on 28-Jul-2011 08:03

This is a question more appropriate for the android support forums on google's website.  Mobile browsers often don't behave the same way or have the same features as desktop browsers.  In some cases the scrollbar is hidden since it takes up precious space.

There are various javascript toolkits that make displaying records within the browser a lot easier than writing the html code by hand.  Many of said toolkits support mobile browsers.  These will take care of the scrollbars and such automaticaly.

Posted by arvind.thakur8 on 01-Aug-2011 07:02

   Can you provide any links..because I had google it so much but I didn't found any good solutions.

This thread is closed