更新 config.xml

This commit is contained in:
陶林 2024-06-17 17:11:53 +08:00
parent e529eb733b
commit aacd6e37ed

View File

@ -14,7 +14,13 @@
<platform name="android"> <platform name="android">
<preference name="Fullscreen" value="true"/> <preference name="Fullscreen" value="true"/>
<icon src="logo.png"></icon> <icon src="logo.png"></icon>
<config-file target="AndroidManifest.xml" parent="/manifest/application">
<activity
android:configChanges="keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustPan"
android:exported="true">
</activity>
</config-file>
</platform> </platform>
<plugin name="phonegap-plugin-barcodescanner" /> <plugin name="phonegap-plugin-barcodescanner" />