Scratch-Client-4 / itchy-cordova

📱 Cordova-based mobile client for Scratch
17 stars 4 forks source link

Animation issues (css-ripple-effect) #27

Closed micahlt closed 4 years ago

micahlt commented 4 years ago

We've got several issues with the css-ripple-effect npm package that oddly only occur on mobile (Android).

Here's how it appears in the browser (with cordova run browser):

ezgif-4-55451c5e35ab

And here's how it looks on mobile once compiled with cordova build android:

ezgif-4-631dc7b2a852

All in all, this is not very pressing. However, it must be fixed before our public Play Store release.

micahlt commented 4 years ago

Apparently the scrolling issue may be related to https://github.com/mladenplavsic/css-ripple-effect/issues/10 in the library itself.

micahlt commented 4 years ago

The majority of this issue was fixed in 0be9bb2, so I'm closing it for now.

micahlt commented 4 years ago

Update: this is now fully irrelevant since we've replaced css-ripple-effect with a JavaScript alternative that is less glitchy.