nirhart / ParallaxScroll

Parallax ScrollView and ListView for Android
MIT License
846 stars 187 forks source link

Can you disable scrolling on a view? #5

Closed charlires closed 10 years ago

charlires commented 10 years ago

I'm using the Google map fragment and it's hard to zoom and move on the map because the scroll action executes at the same time.

btw it's not an issue is a question

nirhart commented 10 years ago

It's hard to understand what is the question, do you have a google map fragment inside a srollview ?

charlires commented 10 years ago

Yes, I have a MapFragment (google map) and when I try to zoom in or out do the scroll at the same time, so I want to know if there is a way to disable scrolling on the first view (the map view), I'm using the SingleParallaxScrollView sample

nirhart commented 10 years ago

Not really a library related question - but more general scrollview question - anyway, I think this can help you - http://stackoverflow.com/questions/16974983/google-maps-api-v2-supportmapfragment-inside-scrollview-users-cannot-scroll-th

charlires commented 10 years ago

Apologies, I don't have that much experience in android, you are right that is what I was looking for.

Thank you very much.