Tagged: x Author Posts March 23, 2016 at 11:58 am #849776 HorizonParticipant 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 March 23, 2016 at 11:58 am #849777 HorizonParticipant This reply has been marked as private. March 23, 2016 at 1:30 pm #849883 HorizonParticipant 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(); } ); } );` March 23, 2016 at 1:46 pm #849902 RupokMember 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! Author Posts