scratchjr/android/ScratchJr
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
..
.idea Add files to gitignore 2019-09-25 13:36:21 +01:00
app Don’t allow overscroll 2019-10-25 16:19:41 -04:00
gradle/wrapper Update to gradle 5 and update support dependencies 2019-09-09 16:15:24 -04:00
.gitignore Updating .gitignore 2016-05-02 11:05:08 -04:00
build.gradle Switch to firebase analytics 2019-10-21 10:48:03 -04:00
gradle.properties Initial commit 2016-01-08 14:31:04 -05:00
gradlew Initial commit 2016-01-08 14:31:04 -05:00
gradlew.bat Initial commit 2016-01-08 14:31:04 -05:00
ScratchJr.iml Add files to gitignore 2019-09-25 13:36:21 +01:00
settings.gradle Initial commit 2016-01-08 14:31:04 -05:00