Skip to content

Commit 1299c70

Browse files
committed
test: vue demo
1 parent d8dc4fd commit 1299c70

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

demo-vue/app/App_Resources/Android/src/main/AndroidManifest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
<activity
3030
android:name="com.tns.NativeScriptActivity"
3131
android:label="@string/title_activity_kimera"
32-
android:theme="@style/LaunchScreenTheme">
32+
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout|locale|uiMode"
33+
android:theme="@style/LaunchScreenTheme"
34+
android:windowSoftInputMode="stateHidden|adjustPan"
35+
android:launchMode="singleTask">
3336

3437
<meta-data android:name="SET_THEME_ON_LAUNCH" android:resource="@style/AppTheme" />
3538

demo-vue/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"@mdi/font": "4.9.95",
88
"@nativescript/core": "8.0.0",
9-
"@nativescript-community/text": "1.4.9",
9+
"@nativescript-community/text": "1.4.11",
1010
"@nativescript-community/ui-material-activityindicator": "file:../packages/activityindicator",
1111
"@nativescript-community/ui-material-bottom-navigation": "file:../packages/bottom-navigation",
1212
"@nativescript-community/ui-material-bottomnavigationbar": "file:../packages/bottomnavigationbar",
@@ -33,20 +33,18 @@
3333
"@babel/core": "^7.13.14",
3434
"@nativescript/android": "8.0.0",
3535
"@nativescript/types": "8.0.0",
36-
"@nativescript/webpack": "5.0.0-beta.3",
36+
"@nativescript/webpack": "5.0.0-beta.9",
3737
"babel-loader": "^8.2.2",
3838
"nativescript-vue-template-compiler": "~2.9.0",
3939
"sass-loader": "^11.0.1",
4040
"scss-symbols-parser": "^2.0.1",
4141
"string-replace-loader": "^3.0.1",
4242
"tns-ios":"6.5.4",
43-
"typescript": "^4.2.3",
43+
"typescript": "^4.2.4",
4444
"vue": "^2.6.12",
4545
"vue-i18n": "^8.24.1",
4646
"vue-loader": "^15.9.6",
47-
"vue-property-decorator": "^8.5.1",
48-
"webpack": "^5.30.0",
49-
"webpack-cli": "^4.6.0"
47+
"vue-property-decorator": "^8.5.1"
5048
},
5149
"scripts": {
5250
"tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'"

0 commit comments

Comments
 (0)