wyndwarrior / iSwipe

First gesture-based keyboard for iOS. Implements a dictionary prediction algorithm to match input with words.
GNU General Public License v3.0
97 stars 25 forks source link

Make typing easier with iSwipe installed #8

Closed natesymer closed 10 years ago

natesymer commented 10 years ago

This commit prevents swipes from starting when:

  1. the user moves their finger around on a key
  2. The user types fast

    2 is an iOS bug: fast succession of touches is recognized as both beginning of touches and moving of the same touches.