DuneSt / MaterialDesignLite

This project prime goal is to bind the google's Material Design Lite project to Seaside and as second goal to build widgets on top of Material Design to help Seaside developers to create web applications with material design faster.
https://mdl.ferlicot.fr/
MIT License
41 stars 20 forks source link

buttons don't work in iOS13 #288

Open SabineMa opened 5 years ago

SabineMa commented 5 years ago

Suddenly the buttons on iPhone with iOS13.1.3 stopped working

When looking for the reason we found this https://github.com/google/material-design-lite/issues/5281 and related: https://bugs.webkit.org/show_bug.cgi?id=202802

I can report that removing the ripple effect fixes the problem

JBlond commented 5 years ago

It works with ontouchstart rather than onclick