Tags: ghosthamlet/zulip-mobile
Tags
passwordAuthScreen: Fix two taps being required to hit "Log in". One was used to remove focus from input & dismiss keyboard. And second one was captured by the button. To fix this pass keyboardShouldPersistTaps="always" to the scrollView. https://facebook.github.io/react-native/docs/scrollview.html#keyboardshouldpersisttaps
On back navigation from narrow move to Home screen (zulip#2035) After discussion with Rishi and Greg we decided to try the navigation scheme WhatsApp uses. This allows for faster returning to the Home screen. We should see how this feels in use.
Calculate navigation if push notification on startup (zulip#1945)
PreviousNext