question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Touches stop working after some time

See original GitHub issue

Hey! 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.

  1. The mobile end may accidentally touch VueTinder when the finger slides back.
  2. 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:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
shanlhcommented, Oct 9, 2020

Resolved. #13

1reaction
shanlhcommented, Oct 9, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found