Touches stop working after some time
See original GitHub issueHey! What can cause a problem where touches work for some time but then suddenly do not anymore? I tried debugging but I can not find a place where it stops working. I found out that both start
and move
functions do return values. Just that the card itself won’t be affected by the changes.
Does my case go under one of the following descriptions I found from TODO list in README.
- The mobile end may accidentally touch VueTinder when the finger slides back.
- In non-sync mode, press and hold the card immediately after the operation. If the front card disappears completely, the DOM node will be stuck after being removed, and the Touchend and Touchcancel events in the component will not be triggered.
For me it seems like it does not have to be completed operation nor in sync mode to reproduce the second item in the list.
These are my parameters on vue-tinder itself:
<vue-tinder
v-if="items.length > 0"
ref="tinder"
:allow-super="true"
key-name="id"
:pointer-threshold="1.0"
:super-threshold="1.0"
:queue.sync="items"
@submit="submit"
@update:queue="onListUpdate"
/>
Here is illustration about this:
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Touch stops working after some time - Microsoft Community
Go to the manufacturer's website given below, download the latest version of Touchpad driver and install it on your computer. Put correct model ......
Read more >How to Fix Your Windows 10 Touchscreen Not Working
How to Fix Your Windows 10 Touchscreen Not Working ; Type the following command: msdt.exe -id DeviceDiagnostic · Click Next and run the...
Read more >How to Fix an Unresponsive Windows 10 Touch Screen
The first thing to check is to see if you have a dirty screen. Grease and dirt accumulate on the display after a...
Read more >11 Steps to Fix Your Broken Touch Screen - Lifewire
Gently tap each corner of the phone. When a touch screen stops working after a phone is dropped it's sometimes due to the...
Read more >Touchscreen Not Working on Windows 10 (Fixed)
Fix your device 'touchscreen not working issues in Windows 10' using easy methods with direct, easy to follow steps. Learn how to prevent...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Resolved. #13
I don’t have Galaxy, so I used simulator(Android 6.0.1) and repeat above steps, it didn’t crashed, only be frozen, if you touch again it will back to normal.