IjzerenHein / famous-flex

Animatable layouts, FlexScrollView & widgets for famo.us.
MIT License
279 stars 44 forks source link

FlexScrollView laggy on Android device #84

Closed BodhiHu closed 9 years ago

BodhiHu commented 9 years ago

Hi @IjzerenHein , I found FlexScrollView is bit laggy on the Android device(try to repeatedly scroll with your finger very quickly), though the scrolling is really smooth on my iPad and Macbook. I suppose the scrolling algorithm is the same regardless of devices, on the other hand, the famo.us animations are actually really smooth on my Nexus 4, so I'm a bit confused.

I tested this on my Nexus 4 with Android 5.0 and Chrome 41.0.2272.96.

IjzerenHein commented 9 years ago

How does it compare to the stock famo.us scrollview? We've tested it on various Android devices, and albeit that performance varies per device and per chrome version, performance seems on par with the stock famo.us scrollview.

BodhiHu commented 9 years ago

Hi I have just testd, the stock famo.us scrollview felt also bit laggy as the finger flings the view on the Nexus 4.

I have submitted an issue to famo.us: https://github.com/Famous/famous/issues/669

BodhiHu commented 9 years ago

Hi, I'm closing this issue since this seems to be caused by the limitations of Android WebView, and Crosswalk might be the answer according to https://github.com/Famous/famous/issues/669, I will test this soon and will add a comment : )

IjzerenHein commented 9 years ago

Awesome :)