Jump to content

Mobile Buttons and Links Require 2 Taps to Work

Recommended Posts

  • 3 months later...

I know this is late in coming, but I’ve experienced this also; turning off animations is a workaround… but most of my clients want animations. 
 

I've just rebuilt a site from scratch—same issue. Conversions, credibility… I’m at a loss here. 
 

Have been in touch with Support and given no timeframe re: when this issue will be fixed. About to launch five musician/producer sites, two very high profile. Concerned. 

Link to comment
On 4/6/2024 at 2:55 AM, CarolStatella said:

I know this is late in coming, but I’ve experienced this also; turning off animations is a workaround… but most of my clients want animations. 
 

I've just rebuilt a site from scratch—same issue. Conversions, credibility… I’m at a loss here. 
 

Have been in touch with Support and given no timeframe re: when this issue will be fixed. About to launch five musician/producer sites, two very high profile. Concerned. 

With button, try use this code to Website > Website Tools > Code Injection > Footer

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
  $(document).ready(function(){
     setTimeout(function(){
       $(".sqs-block-button-container").removeClass("preFlex flexIn");
         }, 3000);
});
</script>
<style>
  @media screen and (max-width:991px) {
  div.button-block a:before {
    display: none !important;
}
  }
</style>

I wrote this for a site yesterday, but I don't have an iPhone to test the code.

Edited by tuanphan
update the code

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.