We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, phone is automatically hyperlinked in iOS Safari even though phone is set as false. Working fine for other browsers
messsageToBeReturned = AutoLinker.link(finalMessage, { replaceFn: addClassToLinkedMessage, phone: false } });
Also, tried updating the custom replacement function. Didn't worked
const addClassToLinkedMessage = (match) => { if (match.getType() === 'phone' && disablePhoneHyperlink) return false; const tag = match.buildTag(); tag.addClass('message-with-linked-url'); return tag; };
The text was updated successfully, but these errors were encountered:
Hey @gregjacobs, can you please look into this issue.
Sorry, something went wrong.
No branches or pull requests
Hey, phone is automatically hyperlinked in iOS Safari even though phone is set as false. Working fine for other browsers
Also, tried updating the custom replacement function. Didn't worked
The text was updated successfully, but these errors were encountered: