s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266

Home Page:https://valencia.lbsfilm.at/midterm-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button click effect not working on mobile browser

garudaonekh opened this issue · comments

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;

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