react-linkify
react-linkify copied to clipboard
package not working on mobile ( iphone & android )
Hello
i use this package who work very well on desktop i noticed this don't work on mobile ( iphone & android )
<Linkify
componentDecorator={(decoratedHref, decoratedText, key) => (
<a target="blank" href={decoratedHref} key={key}>
{decoratedText}
</a>
)}>
{content}
</Linkify>
Is there any fix ? thanks
This is odd. I am using this package for a Snackbar chat app. The message receivers all see the Linkified content just fine. Tested out on both Windows 10 PC running Chrome and an iPhone with the latest iOS updates using Safari.