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

Number of characters keeps reducing when scrolling on mobile

Open shad-k opened this issue 6 years ago • 2 comments

The number of characters starts reducing when repeatedly scrolling up and down on mobile. Maybe because of window resize due to chrome mobile address bar collapsing on scroll. How can it be fixed?

shad-k avatar Mar 12 '18 08:03 shad-k

@shad-k could you post some screenshots of the case. Can you also confirm it is because of the resize event?

I suppose if this is the case then it is worth checking keyboard appearance as well.

moubi avatar Aug 10 '18 13:08 moubi

Confirming it happens on chrome mobile - I can replicate it on desktop web by resizing the window height to simulate the mobile address bar collapsing on scroll:

screen shot 2018-10-24 at 10 46 04 am screen shot 2018-10-24 at 10 46 28 am screen shot 2018-10-24 at 10 46 38 am

peterkle avatar Oct 24 '18 14:10 peterkle