From 9873ba5b721fa98bb95aeda767183549fb6b9f45 Mon Sep 17 00:00:00 2001 From: Nikita Krupin Date: Wed, 4 May 2022 19:09:17 -0400 Subject: [PATCH] failed to fullscreen the app --- NUXT/components/bottomNavigation.vue | 5 +++-- NUXT/components/topNavigation.vue | 11 +++++++++-- NUXT/layouts/default.vue | 16 ++++++++++------ NUXT/pages/index.vue | 3 +++ NUXT/pages/mods/tweaks.vue | 2 +- android/.idea/deploymentTargetDropDown.xml | 2 +- ios/App/App.xcodeproj/project.pbxproj | 12 ++++++++++-- ios/App/App/App.entitlements | 10 ++++++++++ ios/App/Podfile | 22 +++++++++++----------- 9 files changed, 58 insertions(+), 25 deletions(-) create mode 100644 ios/App/App/App.entitlements diff --git a/NUXT/components/bottomNavigation.vue b/NUXT/components/bottomNavigation.vue index 52c90c5..4ac6316 100644 --- a/NUXT/components/bottomNavigation.vue +++ b/NUXT/components/bottomNavigation.vue @@ -1,8 +1,9 @@