Skip to content

Tablet Layout Scaling Issue #147

@Ivanlomoljo26

Description

@Ivanlomoljo26

Summary

The wallet interface does not maintain proper layout scaling on Android tablets after extended use. While the UI initially renders correctly, it later reflows incorrectly and leaves unused screen space.

Description

The wallet UI renders correctly upon initial launch on my tablet. However, after several minutes of usage — particularly after locking and unlocking the device — the layout scaling breaks.

The interface appears to fail to properly recalculate viewport/screen dimensions on app resume, resulting in:

  • Incorrect layout scaling
  • Unused/blank space on screen
  • UI not adapting to tablet dimensions
  • Rotation does not restore the correct layout

This suggests a layout reflow or viewport recalculation issue triggered during the app lifecycle (background → resume).

Expected Behavior
The UI should maintain correct scaling and fully adapt to tablet screen dimensions even after using the tablet for longer amount of time

Actual Behavior
After using the device for several minutes, the layout reflows incorrectly and leaves unused screen space. Rotating the device does not fix the issue.

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions