Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. Lucius0101
    L
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    Lucius0101

    @Lucius0101

    0
    Reputation
    1
    Posts
    273
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Lucius0101 Follow

    Posts made by Lucius0101

    • 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 inside ons-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>
      
      posted in Onsen UI
      L
      Lucius0101