edusperoni / nativescript-ripple

NativeScript plugin to add Android Material Design Ripple effect to your layouts.
Apache License 2.0
52 stars 13 forks source link

Make iOS Ripple closer to the material spec #30

Open edusperoni opened 5 years ago

edusperoni commented 5 years ago

The current implementation uses android <=8 effect as a base, which did not fill the view. The new android implementation (>=9) seems to fall in line with the material spec.

This issue is tracking the progress on the iOS front.