QML Imagine Style not working on iOS
Unsolved
Mobile and Embedded
-
I have created a test project (New Qt Quick Application - Stack), using the imagine style, which runs fine on macOS (Toolbar is blue etc.). The same project has a white toolbar on iOS. The style is completely ignored.
For my main project I have created some imagine assets. The style is fine on PC, but is also ignored on iOS (I did not try on macOS). I have even tried to deploy the assets together with the app (using the deployed path in my qtquickcontrols2.conf) , but with the same results. The assets are ignored.
Has anyone managed to get this style working on iOS?