gcacace / android-signaturepad

A custom Android View for drawing smooth signatures
Apache License 2.0
2.76k stars 640 forks source link

GestureDetector isn't picking up double click #148

Open moicompsci opened 4 years ago

moicompsci commented 4 years ago

Hello,

Double click doesn't seem to be clearing the signature after testing the new updated double click functionality:

Steps to reproduce

  1. Add signature:clearOnDoubleClick="true" in activity_main.xml of the example demo.
  2. Run the program, sign and perform a double click.

Devices used: Galaxy S9 API 28 Pixel 3XL API 29

Thank you! -Moises