Comment 2 for bug 1332632

Revision history for this message
Arthur Mello (artmello) wrote :

The problem seems to be that the window height is wrong for gallery on phone devices. The application window height is set for a size bigger than the screen height. With this we are not able to access the bottom swipe area of the window to reopen the toolbar. This problem happens only after we call setWindowState(Qt::WindowFullScreen); . We set window state for fullscreen always when we are not on desktop for gallery. For some reason the height is wrong on fullscreen mode on devices. But it does not seem to be a Qt 5.3 issue since we got the problem between images 88 and 89.

To fix that I am removing the default call for fullscreen mode on devices. That seems as an unnecessary call and removing it fix the problem, at least on my tests.