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

Remove the KeyboardAvoidingView in account creation (close #2333) #2366

Merged
merged 2 commits into from
Dec 29, 2023

Conversation

pfrazee
Copy link
Collaborator

@pfrazee pfrazee commented Dec 29, 2023

Closes #2333

No idea why, but for some reason the <KeyboardAvoidingView> is triggering a UI freeze on iOS prod only. This is quite unfortunate because it breaks account creation. I checked the other places it's used and no freeze seems to occur, so there's something about the create-account UI specifically that experiences this.

This PR removes it and just puts a pad at the bottom of the screen. Tested on iOS (on device), Web, and Android (simulator).

@pfrazee pfrazee merged commit b9fc152 into main Dec 29, 2023
4 checks passed
@pfrazee pfrazee deleted the turn-off-keyboard-avoiding-view branch December 29, 2023 03:05
estrattonbailey added a commit that referenced this pull request Jan 1, 2024
* origin/main: (67 commits)
  Localize options in "Thread Preferences" screen (#2373)
  Bump ios build number and android version code
  Remove the KeyboardAvoidingView in account creation (close #2333) (#2366)
  1.62
  Create account tweaks (#2365)
  Fix sizing of the leftnav new post btn (#2248)
  Use memory caching for android lightbox (#2354)
  Disable page-transition animations on android (#2352)
  Disable BlurView on android (#2351)
  Handle birth dates as UTC, handle locale formatting (#2363)
  Fix desktop styles a bit
  Disable spanish translation until it's more thoroughly reviewed (#2362)
  minor search screen ux improvements (#2264)
  Temporarily disable the german translation (#2360)
  Web dropdowns (#2358)
  Mark more text as translatable (#2284)
  Remove patched color scheme code (#2340)
  support multiple og:image tags (#2305)
  Fix missing avatar moderation in replies (#2325)
  Fixes to feed load triggers (#2323)
  ...
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.

Unable to register on iPhone 15 iOS 17.2.1
1 participant