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

does not work for Mobile

Open promotion-xu opened this issue 5 years ago • 1 comments

Do you want to request a feature or report a bug?

What is the current behavior? I used "helmet" for mobile, in google Emulator, it's no problem.But in real mobile, It doesn't work for me. **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. My code is:

<Helmet>
        <title>{title}</title>
      </Helmet>

Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than React and react-helmet. Paste the link to your JSFiddle (https://jsfiddle.net/Luktwrdm/) or CodeSandbox (https://codesandbox.io/s/new) example below:**

What is the expected behavior? correct title

Which versions of React and react-helmet, and which browser / OS are affected by this issue? Did this work in previous versions of React and/or react-helmet?

promotion-xu avatar Jul 20 '20 08:07 promotion-xu

Follow the Issue template and give proper behaviour expectations, links and examples and used versions.

No-one can do something on nothing. You have given virtually zero information.

AubreyHewes avatar Oct 09 '20 01:10 AubreyHewes