From 05e2bb4b9403d09bfc0e5359bad729cfaa2eed13 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 18 Feb 2021 18:17:00 -0700 Subject: [PATCH] Improve iOS --- config.xml | 10 ++++++++++ www/assets/js/main.js | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/config.xml b/config.xml index dc1c30d..25d167c 100644 --- a/config.xml +++ b/config.xml @@ -43,6 +43,16 @@ The camera is used to scan barcodes. + + + Your location is used to provide proximity alerts and other app features. It is only transmitted when you submit a map calibration. + + + Your location is used to provide proximity alerts and other app features. It is only transmitted when you submit a map calibration. + + + Your location is used to provide proximity alerts and other app features. It is only transmitted when you submit a map calibration. + diff --git a/www/assets/js/main.js b/www/assets/js/main.js index e501fa7..1911809 100644 --- a/www/assets/js/main.js +++ b/www/assets/js/main.js @@ -12,7 +12,7 @@ var app = new Framework7({ root: "#app", name: "PackageHelper", id: "com.netsyms.PackageHelper", - theme: "md", + theme: "auto", card: { swipeToClose: false },