mobify / pinny

A mobile-first content fly-in UI plugin
MIT License
23 stars 4 forks source link

[iOS 7] First input focus does not invoke _scrollToTarget() correctly #73

Closed marlowpayne closed 9 years ago

marlowpayne commented 9 years ago

Steps:

  1. Open a Pinny with an input field on iOS 7 or earlier
  2. Select the input field to focus it

Results: Input field focuses, but Pinny content does not scroll to bring focused input into view. However subsequent field focuses will correctly be scrolled into view thanks to method _scrollToTarget().

pinnyfirstfocusios7

Expected: Input field is scrolled into view on first focus using method _scrollToTarget().