Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
ons-lazy-repeat not working in Android One
-
Hello! Some strange thing are happen with me… I have a Android 9 and another phone with Android One (9 too, a Xiaomi A3). For some reason, the same app, running in Phonegap App, have different results. In Android 9, the
ons-lazy-repeat
inside a ons-list-item, works fine, but in Android One, the function insideons-lazy-repeat
is not called.Why this happens?
<ons-list style="padding-top:40px;height:100%" class="restaurant-list" id="lazy-parent" > <ons-list-item modifier="nodivider" style="border:0;margin-bottom:20px" ons-lazy-repeat="lazyLoadCategory" style="padding:0;" modifier="tappable" class="list-item-container lazy-list"> </ons-list-item> </ons-list>