Hello. I have a small issue with iPad Air 2 and iPhone 6. The dropdown menus do not respond to a click. I am on Browserstack for testing. I did try and change the parent item for a custom link that does not go anywhere to a page but it did not have any effect. Is there a work-around for this? They are not new but enough of them are still in use so it would be nice to support them. I found this in support: does this address my issue? Thanks.
jQuery(document).ready(function($){
$('.x-off-canvas .x-anchor-menu-item .x-anchor-text').on('touchend click', function(e) {
var link = $(this).parents('.x-anchor-menu-item').attr('href');
window.location.href = link;
});
});