Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 275 forks source link

Scrollview and touch #231

Closed pasine closed 9 years ago

pasine commented 10 years ago

I setup a view with a scrollview following the examples in the documentation. It works fine on desktop, but it fails on:

I checked the documentation website on both devices and it is not working either (the scrollview is not scrolling). By the way, editing an example in plunkr and visiting it, works on both devices. I have noticed that the website and the edited plunkr are using different versions of famo.us and angular-famous. Can someone point me out where the problem could be?

jfizz commented 10 years ago

I have had similar issues with scrollview and famous 0.3. Switching back to famous 0.2.2 fixes things, so there must be something breaking in 0.3. Would love to hear if you have solved your issue.

pasine commented 10 years ago

I think my problem was related to a transformation that was overlapping the scrollview. Being a transparent surface I hadn't noticed. I also found this FAQ that talk about a known issue in Scrollview on mobile. Hope it helps.

steveblue commented 10 years ago

Scrollviews are working for me in all of the browsers you listed. Scrollviews size themselves based on their contents since 0.3 so perhaps your views aren't reporting size to the scrollview correctly.

jordanpapaleo commented 9 years ago

Thank you for stepping in and helping here @steveblue.

@pasine are you still having issues?

pasine commented 9 years ago

No. Sorry, I forgot to close the issue. I'll do it now. Thanks.

jordanpapaleo commented 9 years ago

Thanks for supporting and contributing to this project.