Hi. How to auto-flip the screen in landscape orientation of a mobile smartphone?
A long time ago, developing in Construct 2 and compiling in Cordova - I wrote this in config.xml:
<platform name = "android">
<preference name = "Orientation" value = "sensorLandscape" />
Now, I tried to export from C3 as a Cordova Project, add this line to the config file, zip the archive and load it into Export Manager. Compiled an assembly based on this archive. As a result, nothing happened, the screen on the android does not turn over.
How do you solve this problem?