s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
923 stars 174 forks source link

Button click effect not working on mobile browser #256

Closed garudaonekh closed 1 year ago

garudaonekh commented 1 year ago

HI, Button click effect is not working on mobile browser. It works fine on pc browser. However, the click event is fired is fired normally. I guess because it's wrapped under div or conflicted with DIV css. Thanks;

garudaonekh commented 1 year ago

After removing e.preventDefault, it works. No idea about this, somehow it works for me.