+ 13
Why it doesn't scroll well ?
I have made a copy of the problem I am having in one of my codes . The problem is though I have put the overflow-x:scroll it does not scroll smoothly ,you have to swipe a thousand times . How to make it smooth and easily scrollable https://code.sololearn.com/WqTmBfXg77GT/?ref=app
5 Respuestas
+ 18
I know where the problem.the problem is not in your code, but sololearn's.
The problem is because if you swipe left to right (Phone Sololearn) will change the output to javascript, and if you swipe right to left, in right side you will see some effect from sololearn that mean you in the most right side. Because this facility (Swipe to change display) Make you can't swipe smoothly
try keep hold and swipe to down, keep hold it, dont unhold, then swipe to right/left, It will be smoothly scrolled
+ 12
Working fine at my end. Don't know what problem you're facing
+ 11
@Immanuel after swiping down as you said it's smooth , problems maybe in code playground only . I have to find some other method to represent it.
+ 4
does not scroll well for me
+ 4
to overcome the sliding in Code Playground, you can have another finger touching the screen.
To overcome this issue that I experienced with my graphical joystick project I added some buttons so that the user is forced to use two hands:one is pressing the buttons while the other is swiping.
Of course you have to model the game mechanics around this workaround.
A typical example would be a shooter where the user controls the spaceship swiping a Joystick while with the other hand presses a button to shoot all the time...