Hi,
We have Memberpress plugin which uses a third-party jQuery plugin called Magnific Popup (https://dimsemenov.com/plugins/magnific-popup/). For some reason, X theme has some conflicts with that plugin overriding touch event on mobile/tablet devices. After deactivating your main X theme JS file (located in /framework/dist/js/site/x.js) the problem was gone. Unfortunately, we can dig deeper since that file is minified.
Basically what is happening: there is a button that when clicked, highlights the button (like its been clicked), but it doesn’t actually do anything (no pop-up appears). But, if a user clicks the far corner of the button, the button highlights and works like it should, bringing up the pop up screen. This is only happening on mobile devices. As the button works perfectly on desktop. Can you help please. We have spent quite some time trying to solve this issue. Thanks!