My app is less responsive on mobile devices. It seems that many (all?) browsers put a 300ms delay to decide if the touch was a simple or double touch.
There are solutions for this, like fastclick, but I'm wondering if there is one using Dart code ?
EDIT: There is a method preventGhostClick
in: ClickBuster.dart, anyone has ever tried this method? Example?