How can we know when user has stopped dragging fingers over screen if user has not removed finger from screen but stopped dragging ?
Ok solution was to check if TouchPhase is stationary as suggested here, unity - How to know when user has stopped dragging - Game Development Stack Exchange