Skip to content

bug: IonRipple is no longer working v6.0.15 and later (regression) #25094

@Nikkolas-Cage

Description

@Nikkolas-Cage

Prerequisites

Ionic Framework Version

  • v4.x
  • v5.x
  • v6.x

Current Behavior

doesnt show ripple on div i tried it in different os and tried uninstalling cli and the whole npm the ripple effect stopped working

Expected Behavior

show ripple

Steps to Reproduce

A plain div with a bounded ripple effect
  <button className="ion-activatable ripple-parent">
    A button with a bounded ripple effect
    <IonRippleEffect></IonRippleEffect>
  </button>

  <div className="ion-activatable ripple-parent">
    A plain div with an unbounded ripple effect
    <IonRippleEffect type="unbounded"></IonRippleEffect>
  </div>

  <button className="ion-activatable ripple-parent">
    A button with an unbounded ripple effect
    <IonRippleEffect type="unbounded"></IonRippleEffect>
  </button>
</IonContent>

Code Reproduction URL

No response

Ionic Info

Ionic:

Ionic CLI : 6.19.0 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/react 6.0.16

Capacitor:

Capacitor CLI : 3.4.3
@capacitor/android : not installed
@capacitor/core : 3.4.3
@capacitor/ios : not installed

Utility:

cordova-res : 0.15.4
native-run : 1.5.0

System:

NodeJS : v16.14.0 (/usr/local/bin/node)
npm : 8.3.1
OS : macOS Big Sur

Additional Information

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions