更新 config.xml
This commit is contained in:
parent
e529eb733b
commit
aacd6e37ed
@ -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" />
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user