Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix keyboard aware scroll view related problem #291

Merged
merged 5 commits into from
Jul 31, 2019
Merged

Conversation

hanwencheng
Copy link
Contributor

@hanwencheng hanwencheng commented Jul 29, 2019

fix #278

  • 96c3539: fix double tap problem on Android and half covered text input on iOS related to

#268

  • 10e97b4: every click on seed input field will trigger scroll
  • 0d29f30: align seed input to top on android, so iOS and Android are same now
  • b40b6da: prettier the code and remove useless import

Screenshots here (too big cannot upload on Github):
https://drive.google.com/file/d/1g-o_XmShquI9U52agOQUl4VBX9jBujOE/view

@hanwencheng hanwencheng changed the title Hanwen scroll fix Fix keyboard aware scroll view related problem Jul 29, 2019
Copy link
Contributor

@Tbaut Tbaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working well on Android. The double tap is gone and I can see the suggestions while typing 👍

Just found a couple nits.

src/screens/AccountRecover.js Outdated Show resolved Hide resolved
src/screens/AccountRecover.js Outdated Show resolved Hide resolved
src/components/AccountSeed.js Show resolved Hide resolved
src/screens/AccountRecover.js Outdated Show resolved Hide resolved
src/screens/AccountRecover.js Outdated Show resolved Hide resolved
src/screens/AccountRecover.js Outdated Show resolved Hide resolved
src/screens/AccountRecover.js Outdated Show resolved Hide resolved
src/screens/AccountRecover.js Outdated Show resolved Hide resolved
Copy link
Contributor

@Tbaut Tbaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. We can merge once YJ gives a ✔️ after an iphone test.

@hanwencheng
Copy link
Contributor Author

YJ gave the iphone to me, I will test it later today.

@hanwencheng
Copy link
Contributor Author

out

Tested on iPhone, looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Double tap needed in scrollview
2 participants