react-linkify icon indicating copy to clipboard operation
react-linkify copied to clipboard

package not working on mobile ( iphone & android )

Open alainib opened this issue 5 years ago • 1 comments

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

alainib avatar Oct 13 '20 10:10 alainib

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.

gregarican avatar Nov 20 '20 15:11 gregarican