Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello all! I'm making app, in which i have some pages. At one page i have video, which i want show only in landscape orientation. How can i manually set orientation when i show that page? I use Qt 5.3 and target platforms: iOS and Android.
If you use QML/QtQuick, then just apply a rotation to the container item of your scene ( Item.rotation = 90 )