Skip to content

Rotating/Updating bugs on Android #141

@timsueberkrueb

Description

@timsueberkrueb

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"
            },
        ]
        // ...        
}

The app as it should be ...
2015-04-17-17-52-13

Rotated to landscape mode:
2015-04-17-17-52-23

Rotated back to portrait mode:
2015-04-17-17-52-29

img-20150417-wa0001

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions