-
Notifications
You must be signed in to change notification settings - Fork 479
Open
Milestone
Description
On Android the following problems occur:
- when rotating the screen, the actions of ApplicationWindow are not shown anymore
- sometimes they show up again after some further rotating
- the ApplicationWindow does not fill the whole screen
This problems (especially the second one) don't occur on all devices.
Example:
ApplicationWindow {
initialPage: Page {
id: main_page
title: "MyGUS"
actions: [
Action {
iconName: "image/navigate_before"
},
Action {
iconName: "image/navigate_next"
},
Action {
iconName: "navigation/refresh"
},
]
// ...
}
Rotated back to portrait mode:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.