tealstreet icon indicating copy to clipboard operation
tealstreet copied to clipboard

Can't scroll on android mobile

Open TraderSamwise opened this issue 4 years ago • 4 comments
trafficstars

TraderSamwise avatar Feb 05 '21 04:02 TraderSamwise

Hey, just to let you know...on Android can't scroll up/down nor click on anything. Samsung S9+.

Whenever you can get around to it.

xnidyas avatar Feb 05 '21 17:02 xnidyas

Resolved. It was a problem with the external component https://github.com/gpietro/react-numpad/ and how that component was overriding the entire document's body with overflow-y: hidden. I was able to override that style manually. Seems to be working from my testing.

TraderSamwise avatar Feb 11 '21 01:02 TraderSamwise

My "fix" caused a scroll problem when dismissing numpad. I am pulling the numpad component and will work on fixing it manually.

TraderSamwise avatar Mar 08 '21 22:03 TraderSamwise

OK I think I fixed it. Pushing to dev to test.

TraderSamwise avatar Mar 08 '21 22:03 TraderSamwise