Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

v2.0.3

Compare
Choose a tag to compare
@donnielrt donnielrt released this 15 Oct 17:57
· 56 commits to master since this release

Performance improvements and bugfixes

  • Fire lock and unlock events even if not locking/unlocking due to presence of activePinnies
  • Don't immediately add spacer on initialization, wait for input focus
  • Fix scrollTarget to ignore invalid scroll targets (eg. document)
  • Uses new release (btr-fixes) of lockup
  • Limit focusable inputs to known good whitelist of text input types (text, password, email, etc.) instead of to all inputs
  • Apply spacer fix to Android 4.0 and below as well as iOS7 and below
  • Remove "auto-scroll to selected input" behaviour, since iOS7 handles this fine on its own. Android might not, but we can handle this separately, since Android wasn't accounted for in the initial code anyway