Hi,
I’m having an issue where no click function works in mobile when Cornerstone is activated. I’m running the latest version of X, the latest version of Cornerstone and have disabled all other plug-in’s and removed all other JS from the site. When I disable Cornerstone as well, click functions in mobile work fine. When I reactivate it, they do not. They are intermittent and appear to be bubbling as the page often shakes after interacting with the link and scrolling.
For testing purposes I’ve simply reduced the click function to an alert:
jQuery(document).ready(function($) {
$(“a.popup-form”).click(function() {
alert(“test”);
});
});
I’ll post a private topic with access to the dev site. Any help is greatly appreciated. Thank you!