scratchjr/android
Chris Garrity d71df52d6b Don’t allow overscroll
The iOS change seems to have a side effect on Android of adding  an“Edge Effect” to the web view whenever dragging a block. (Edge effects are the grey curved shadow that appears at the top or bottom of a container when you overscroll. When you drag a block they appear at the top or bottom of the screen)

Adding the `android:overScrollMode=“never”` attribute to the webview means the edge effect doesn’t appear.
2019-10-25 16:19:41 -04:00
..
ScratchJr Don’t allow overscroll 2019-10-25 16:19:41 -04:00
ScratchJrTest Initial commit 2016-01-08 14:31:04 -05:00
.gitignore Initial commit 2016-01-08 14:31:04 -05:00
README.md Initial commit 2016-01-08 14:31:04 -05:00

ScratchJr - Android Studio project containing Android build of Scratch Jr.