Skip to content

Fixed keyboard spacing view to work correctly on both platforms #5022

Martin Santangelo requested to merge js/fix-keyboard-avoid into release/v4.37.0

Ticket(s) / Related Merge Requests

#5022 (closed)

Summary of Changes

Fixed the implementation of the keyboard spacing view to work well on both platforms. Now it supports two modes, padding and translate.

  • 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

The keyboard avoiding should work correctly on the following sections: (Android & iOS)

  • Comment input: The comment input should be visible above the keyboard
  • Composer: The bottom toolbar should "float" above the keyboard
  • Search: The search results should be visible and scrollable. The screen layout must be correct.

Regression Scope

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

android & ios devices

Screenshots

imagen

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports