Navigation

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

    Topics created by Moguchan

    • M

      Incorrect amount of scrolling of Carousel
      Onsen UI • • Moguchan

      2
      0
      Votes
      2
      Posts
      2202
      Views

      M

      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; },
    • M

      Solved prehide event on ons-dialog with cancelable attribute
      Onsen UI • • Moguchan

      6
      0
      Votes
      6
      Posts
      4553
      Views

      M

      Thank you very much! :smile:
    • M

      Carousel in version 2.0.0-rc.7 or later
      Onsen UI • • Moguchan

      9
      0
      Votes
      9
      Posts
      6019
      Views

      @Moguchan This will be fixed in gh#1507 :) frandiox created this issue in OnsenUI/OnsenUI closed fix(ons-navigator): Fixed display conflicts with ons-carousel. #1507