malte-wessel / react-textfit

React component to fit headlines and paragraphs into elements
http://malte-wessel.github.io/react-textfit/
MIT License
469 stars 143 forks source link

only resize on initial react mount?? #62

Open arthurysong opened 3 years ago

arthurysong commented 3 years ago

Hey guys, Is there any way the react-textfit component only resizes on the initial mount??

The component is causing a weird side effect where when I scroll really quickly on my phone the component resizes and causes the page to snap to a position on the page.

I think it's because when I scroll really quick the browser's url bar/bottom options bar disappears and that causes react-textfit component to resize, which then causes the page to snap.

ataverascrespo commented 8 months ago

@arthurysong Did you ever find a solution to this?