I have a small frame on my site which has an ‘overflow’ attribute. All of the browsers except Android’s allows me to scroll that small frame inside my website.
Am I missing something that I should declare inside CSS for Android Browsers?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am assuming this is in a WebView Activity: You will need to add a scroller within your HTML. I use something like iScroll. This is byfar the best one out there and give the best performance.