Ionic 5 disabled ripple effect does not work

hi i want to disable ripple effect for all components in ionic android and ios so i used

IonicModule.forRoot({
rippleEffect: false,
})

but it is only work in android and for ios does not work. please help me thanks