Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #849776

    Horizon
    Participant

    Hi

    I’ve just tested my website on an iPhone 5 and i’ve noticed when trying to open an accordion to display the drop down, nothing happens? How can i resolve this?

    Updated: Also not working on my BlackBerry

    All the best

    #849777

    Horizon
    Participant
    This reply has been marked as private.
    #849883

    Horizon
    Participant

    Resolved with: `jQuery ( function($) {

    $(‘.vc_tta-panel .vc_tta-panel-heading, .vc_tta-panel .vc_tta-panel-heading a’).off(‘touchstart touchend’);
    $(‘.vc_tta-panel .vc_tta-panel-heading a’).on(‘click’, function() {
    $(‘html, body’).stop();
    } );

    } );`

    #849902

    Rupok
    Member

    Glad that you figured it out. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Cheers!