• Hey there,

    Hopefully this is useful to either the MailPoet team or anyone having trouble with it:

    On both MailPoet 2 and 3 people with iOS (iPhone) weren’t able to select the email address input field in the subscription form. I had a look online but wasn’t able to find any information about this bug. Luckily, I was able to find a solution to the problem:

    To fix the issue, add the following CSS to your MailPoet input fields:

    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    

    The issue has now been confirmed as fixed by multiple iPhone users of the website.

    Hopefully this is useful to anyone having issues!

    • This topic was modified 6 years, 11 months ago by ronvdb.
  • The topic ‘MailPoet form input not working properly on iOS [Fix]’ is closed to new replies.