更新 config.xml

This commit is contained in:
陶林 2024-06-17 17:13:52 +08:00
parent aacd6e37ed
commit 4bd64edb3f

View File

@ -14,13 +14,7 @@
<platform name="android">
<preference name="Fullscreen" value="true"/>
<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>
<plugin name="phonegap-plugin-barcodescanner" />