$(document).on('click', '.chip-container .chip', function() {
console.log('here inside the click event');
});
I have added the CSS property 'cursor: pointer' to the element and changed the element tag from div to hyperlink but still while clicking on the element it does not print the console log on ios chrome. 'touchstart' also did not work for me. it is working fine in safari and other browsers, only creating issues with ios chrome.