Viewing 4 replies - 1 through 4 (of 4 total)
  • Pi Zi

    (@freelancephp)

    It does seem to work in Safari on Windows. I don’t have iOS or iPhone, but if someone has the same problem (and/or comes up with a solution), please post a reaction.

    Hi,
    I had the same issue. I found that the javascript uses window.open(email); to open the email link which is only supported in ios if it is through a click action. Replacing it with window.location.href = email; in wp-mailto-links.js worked for me. Hope it helps.

    -Gaj

    Pi Zi

    (@freelancephp)

    Hi Gaj, thanks for your solution. I will test it for implementation in the next release.

    Pi Zi

    (@freelancephp)

    Should be fixed in version 1.2.2.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working in iOS/iPhone’ is closed to new replies.