更新 config.xml
This commit is contained in:
@@ -14,7 +14,13 @@
|
||||
<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" />
|
||||
|
||||
|
Reference in New Issue
Block a user