Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Article cant be scrolled in Cordova #323

Open
fernandoiwamoto opened this issue Mar 21, 2014 · 2 comments
Open

Article cant be scrolled in Cordova #323

fernandoiwamoto opened this issue Mar 21, 2014 · 2 comments

Comments

@fernandoiwamoto
Copy link

I'm using cordova 3.3 and I compiled the example given here. However, seeing in the web works perfectly fine. On cellphones, the aside features works fine scrolling, but when it comes to the content, I cant even scroll(scroll like 1mm) or not even scroll. Is it a bug from cordova?

@refda
Copy link

refda commented Mar 27, 2014

I don't have trouble for example in combination with http://app-generator.net (Android).

@vtellez
Copy link

vtellez commented Apr 10, 2015

I solved this adding this to my css file:

.myscroll{
overflow-x:hidden;
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
-webkit-box-flex:1;
}

article{ overflow-y : auto; }

Then you can use:

for example. For me, it works in all android devices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants