Skip to content
New issue

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

package not working on mobile ( iphone & android ) #103

Open
alainib opened this issue Oct 13, 2020 · 1 comment
Open

package not working on mobile ( iphone & android ) #103

alainib opened this issue Oct 13, 2020 · 1 comment

Comments

@alainib
Copy link

alainib commented Oct 13, 2020

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

@gregarican
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants