Skip to content

Fix keyboard spacing on the register screen (iOS)

Martin Santangelo requested to merge js/fix-keyboard-register into develop

Ticket(s) / Related Merge Requests

#5023 (closed)

Summary of Changes

  • Made KeyboardSpacing view disabled by default on iOS

  • Enabled it on specific use cases where it's needed on iOS

  • Changelog file updated with this template (one or more)

    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

  • Search screen, register screen, and comment input should handle the keyboard correctly

Regression Scope

It may affect keyboard handling on mentioned sections

Platform Affected (web, mobile, etc)

iOS

Developer Testing Completed

IOS device

Screenshots

IMG_D7BD2D1C3BEC-1

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports