Frontmatter
| id | 5728 |
| title | worker.App: onOrientationChange() => limit the scope to affected windows |
| state | Open |
| labels | enhancementno auto close |
| assignees | Dinkh |
| createdAt | Aug 9, 2024, 12:04 PM |
| updatedAt | May 16, 2026, 10:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5728 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
worker.App: onOrientationChange() => limit the scope to affected windows
Openenhancementno auto close
tobiu assigned to @Dinkh on Aug 9, 2024, 12:04 PM

Dinkh
Aug 10, 2024, 6:09 PM
@tobiu In fact this will only affect Desktop. And for desktop it seems more likely to use responsive settings than orientationchange.
For Tablets and Phone this should not matter, as you cannot have resizable windows.
I would argue, that this issue should be closed.
@Dinkh: adding an
orientationchangenotification for apps is a good idea in general.however, the multi-window aspect probably should get honored.
tricky one: we could argue that the event can only happen on mobile where all windows are affected anyway.
edge-case: desktop, where you debug a specific window in the mobile view and switch the orientation there. in this case, other windows are not affected.
low prio.