fix(android, ios): use clobbers to overwrite screen.orientation (#116)

This commit is contained in:
jcesarmobile
2023-09-07 13:44:19 +02:00
committed by GitHub
parent cc71a9dd7e
commit 601400627e
2 changed files with 22 additions and 46 deletions
+1
View File
@@ -29,6 +29,7 @@
<js-module src="www/screenorientation.js" name="screenorientation">
<clobbers target="cordova.plugins.screenorientation" />
<clobbers target="screen.orientation" />
</js-module>
<platform name="ios">