MerginMaps / MerginMaps/mobile
Diagnostic log screen does not respond correctly to device rotation (portrait to landscape)
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 388
- Forks
- 87
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 20
Description
Description
When the user is viewing the Diagnostic log screen and rotates the device from portrait to landscape orientation (and vice versa), the screen either does not respond to the rotation or takes significantly more time to rotate compared to other screens in the application. This indicates an incorrect or missing responsiveness handling for the Diagnostic log screen on orientation change.
Environment:
[ ] Staging [x] PROD
Application:
OS/Device: iOS 26.5 / iPhone 15
App: Mergin Maps / 2026.3.0-912411
Steps to Reproduce
- Open the Mergin Maps mobile app.
- Navigate to the Diagnostic log screen.
- While on the Diagnostic log screen, rotate the device from portrait to landscape orientation.
- Observe the screen behavior.
Expected Result
The Diagnostic log screen rotates immediately and adjusts its layout correctly to landscape orientation, consistent with the behavior of other screens in the application.
Actual Result
The screen either does not rotate, or the rotation is significantly delayed compared to the standard system rotation response. The layout remains in portrait orientation while the device is held in landscape position and vice versa.
Attachments
Screen recording showing the delayed or missing rotation response on iPhone 15.
https://github.com/user-attachments/assets/65f34140-9879-4c6f-936f-f6cf9f7c3cde
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Diagnostic log screen entry point and its orientation-handling code in the mobile app, then reproduce the issue on an iPhone 15 using the attached recording as a reference. Done means the screen rotates promptly between portrait and landscape and its layout adjusts consistently with other screens.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, ios
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100