Closed pasine closed 9 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.
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.
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.
Thank you for stepping in and helping here @steveblue.
@pasine are you still having issues?
No. Sorry, I forgot to close the issue. I'll do it now. Thanks.
Thanks for supporting and contributing to this project.
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?