简体   繁体   中英

Phonegap smooth scrolling on Android

Can we somehow make scrolling smoother on Android? It works great on the iPad and iPhone, but any, even the most powerful Android devices, it is not a smooth, slow down. I use the version cli-5.1.1 and plugins crosswalk. This is particularly evident where there is a picture, as you scroll through them a little twitch.

Thank you for any help!

Please consult this url: https://quickleft.com/blog/4-steps-to-minimizing-rendering-issues-in-cordova-applications/

You should apply the following styles to the scrolled elements:

-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM