Viewing 1 replies (of 1 total)
  • Thread Starter ja152

    (@jdj)

    I discovered that the submission is stopped due to some CSS issues. On my submit button i have a class “.button.orange” with this css:

    <button type=”submit” class=”button orange”>Submit</button>

    Here’s the CSS:

    .button.orange:hover:after {
    content: ” >”;
    font-family: “sdf3”;
    font-size: 27px;
    position: absolute;
    text-transform: none;
    }

    For some reason it’s the “position:absolute” that stalls the submission on ipad and iphone. But if I remove the “position:absolute” my button styling breaks.

    Why does this CSS make it necessary to click the submit button twice on mobiles?

Viewing 1 replies (of 1 total)
  • The topic ‘Double click on submit to send (ipad / iphone)’ is closed to new replies.