I use Materialise and a try to activate waves
style:
<a class="btn-floating btn-large waves-effect waves-light red" >
<i class="mdi-content-add"></i>
</a>
Wave effect works properly in Chrome/Android but not in Safari/iOS.
For some reason when I click button, the wave distributes in rectangle and not in circle.
I tried to override style but it doesn't make sense:
.waves-ripple{
border-radius: 50% !important;
}
Here is CODEPAN. Try to open in Chrome and after in Safari.
Any ideas how to fix it?
[Edit]
For now light workaround is to reduce wave size. This is what I did so far:
.my-btn-floating .waves-ripple {
width: 8px !important;
height: 8px !important;
}
[EDIT 2]
It also happens on Android S3/4 but not on Nexus4/5