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.

onsen ui Carousel inside a ons-modal?



  • Hello,

    I have an issue with ons-carousel inside a ons-modal.

    there is nothing special about this. All i need is to put a carousel inside a modal.

    My Carousel items have images in them and in total I have 14 carousel items.

    But when i view my modal, the carousel items are not visible.

    When I reduce the carousel items to around 3, they become visible again!

    This is very strange and frustrating.

    My markup looks like this:

    <ons-modal id=“modalIntrol”>

    <ons-carousel fullscreen swipeable auto-scroll id="carousel">
          <ons-carousel-item class="blueCaresoulItem">
            <img src="images/lets.png" >
          </ons-carousel-item>
    .............
    

    any help would be appreciated.