Navigation

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

    Best posts made by Moguchan

    • RE: Incorrect amount of scrolling of Carousel

      Finally, I modified like below in HorizontalModeTrait. :smile:

           _getElementSize: function _getElementSize() {
             if (!this._currentElementSize) {
      //       this._currentElementSize = this.getBoundingClientRect().width;
               this._currentElementSize = this.clientWidth;
             }
      
             return this._currentElementSize;
           },
      
      posted in Onsen UI
      M
      Moguchan