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 accordion flicker issue in iphone



  • Hi Support,

    This mail is to register a usability issue which we encountered in ios. Please find below details.

    we have used the onsenui - v1.3.2-dev version.

    while click the Customer & Contact Info, it open the accordion in detail view. again i click that accordion it will close the accordion, while close it flickering and jumping in the page. other two site info and Site Access Info is working fine.

    Used the below css code:

    .item-accordion {
    line-height: 37px;
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.07s all linear;
    }

    .item-accordion.ng-hide {
    line-height: 0px;
    }

    .item-accordion.ng-hide-add,
    .item-accordion.ng-hide-remove {
    display: block !important;
    }

    Kindly assist us to solve the issue.

    0_1455197612510_1.JPG
    0_1455197629354_2.JPG

    Thanks
    Ponrajasekar


  • Onsen UI

    @ponrajasekar Hi! Sorry for the late reply. Are you using 1.3.2? Could you try with 1.3.14 and see if the flickering persists?