clams-tech / Remote

Remote control your Core Lightning node
https://remote.clams.tech
GNU General Public License v3.0
42 stars 7 forks source link

Fix: Adds touch action to pin entry #63

Closed lnbc1QWFyb24 closed 1 year ago

lnbc1QWFyb24 commented 1 year ago

Sometimes on Safari the pinpad is a bit laggy when entering a pin. Adding a touch-action parameter should fix the lag as it tells the browser that a double tap is not valid, so it does not wait for it and fires the event immediately.