Fix landscape/portrait orientation not working on iOS

This commit is contained in:
Florian Rival
2025-09-11 10:50:06 +02:00
committed by GitHub
parent 2b496c6fd3
commit a61648af70

View File

@@ -5,7 +5,7 @@
<name>GDJS_PROJECTNAME</name>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" version="1" />
<plugin name="cordova-plugin-screen-orientation" version="3.0.2" />
<plugin name="cordova-plugin-screen-orientation" version="3.0.4" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
@@ -67,4 +67,4 @@
<!-- Keep cordova-plugin-ionic-webview plugin last as it has a deployment-target to 11, which
affects the installation of other plugins.-->
<plugin name="cordova-plugin-ionic-webview" version="5.0.1" />
</widget>
</widget>