Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. nipun.kr
    3. Topics
    N
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by nipun.kr

    • N

      Ons-input Input breaking UI on Autofill
      Onsen UI • ons-input • • nipun.kr

      1
      0
      Votes
      1
      Posts
      1943
      Views

      No one has replied

    • N

      Monaca transpile too slow.
      Monaca Tools • • nipun.kr

      2
      0
      Votes
      2
      Posts
      2514
      Views

      @nipun-kr how slow is it? I just tried to run monaca preview on a Vue project and it seems quite fast. You can see how long it takes to initialize the web server + first transpiling operation and then perform another transpiling operation once the source code has been updated.
    • N

      Can't set <v-ons-page style='background-Color transparent;'> (solved)
      Onsen UI • • nipun.kr

      3
      0
      Votes
      3
      Posts
      3754
      Views

      N

      @Fran-Diox Thank you for pointing me in the right direction. I can correctly set background now. Keep up the good work.
    • N

      Is Ons-lazy-repeat with infiniteScroll possible? (Vue.js)
      Onsen UI • • nipun.kr

      3
      0
      Votes
      3
      Posts
      3673
      Views

      @nipun-kr Do you want to add more items to listItems and also apply lazy scrolling at the same time? I think you can achieve that only with v-ons-lazy-repeat component. In the item constructor renderItem you can check if the current index is close to the last one and make a request for more items (but return that new item synchronously). Remember to update lazy repeat’s length prop once the request is done.
    • N

      ons.disableAutoStyling() now working (Solved)
      Onsen UI • • nipun.kr

      5
      0
      Votes
      5
      Posts
      5368
      Views

      N

      @Fran-Diox Thanks. Your solution worked.