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

react-reveal is not working in iphone when route changed

Open bhumi0901 opened this issue 6 years ago • 3 comments

I am using react-reveal on my website. When I am changing route and go to the page where react-reveal is used, it doesn't show the animated content but when I am refreshing the page then everything works fine. This issue happens only in iPhone only, in Android, everything works fine.

What is the reason for this?

bhumi0901 avatar Jan 24 '19 09:01 bhumi0901

Can you see the same bug on the https://www.react-reveal.com/ ? If not then that would suggest to me that container is not being remounted on ios for some reason. In that case, can you console.log the output of the componentDidMount() of the container and check if the container is remounted on the route change.

rnosov avatar Jan 24 '19 17:01 rnosov

Hello, @rnosov I have tried to console.log the output inside the componentDidMount() method and it's showing the log output there. Can you please help me to fix this issue?

bhumi0901 avatar Jan 25 '19 04:01 bhumi0901

Got same issue as well as 2-3 other people I talked to have same issue and didnt use the library seems to be a big issue with many but no response on this major issue ?

jojobagings78 avatar Jan 16 '20 12:01 jojobagings78