Hello All,
I have panel control which contain check box list in it and I have set scrollbars:Vertical , It is working fine on all browser,iPhone(two finger scroll) also,
I have problem with android mobile where I am unable scroll the content at all.
Please suggest a solution for this.
Thanks,
Vijay.
Loading
Javeed M ShaikhPosted Oct 10, 2011, 5:50 AM
I am not sure if this is the right time in your project to introduce this, but you can save a lot of time messing about with cross browser issues.
http://jquerymobile.com/
I am looking into other options.
Please do not forget to mark "Accepted Answer".
Vijay RajputPosted Oct 10, 2011, 3:28 AM
I am not using ScrollView control at all, What I have done is that on my aspx page I have taken panel which conatin check box list and set panel srollview property to "Vertical". The problem is when I see this page in android phone then i m not able to scroll vertically.
Javeed M ShaikhPosted Oct 10, 2011, 3:16 AM
Did you try wrapping the whole thing in "ScrollView"?
Please do not forget to mark "Accepted Answer"