Description
On iPad, the app layout breaks when moving from the background to the foreground.
Steps to Reproduce
- Open the app on an iPad.
- Move the app to the background.
- Bring the app back to the foreground.
Actual Behavior
The column layout becomes "squished" and thin. It incorrectly maintains a two-pane view instead of switching to a single-column view appropriate for the distorted dimensions.
Workaround
Rotating the device to a different orientation and back fixes the layout.
Proposed Fix
Implement a listener for foreground events that re-triggers the canvas painting or CSS layout calculation.
Description
On iPad, the app layout breaks when moving from the background to the foreground.
Steps to Reproduce
Actual Behavior
The column layout becomes "squished" and thin. It incorrectly maintains a two-pane view instead of switching to a single-column view appropriate for the distorted dimensions.
Workaround
Rotating the device to a different orientation and back fixes the layout.
Proposed Fix
Implement a listener for foreground events that re-triggers the canvas painting or CSS layout calculation.