Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[qtmozembed] Avoid sending orientation signal on scene changes. Fixes…
… JB#57688 Emitting an orientationChange signal when the QuickMozView is added to a scene can cause a segmentation fault, because the QML engine isn't ready to be activated. This change ensures the orientation is set correctly, but without emitting the signal.
- Loading branch information
eed2b5c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering is this is the cause of webviews no longer obtaining orientation changes (noted in > .64 on 10ii and volla).
I noticed that not only size is not being calculated correctly, but also orientation does not change. Tested with
Testtool: https://github.com/poetaster/webview-screensize