From 10af8d8be9fd8e545a2105f25acc1e2eef209b39 Mon Sep 17 00:00:00 2001 From: eb1 Date: Fri, 20 Sep 2019 09:43:18 -0500 Subject: [PATCH] Fix #386 Set UIRequiresFullScreen to false in Adapt It Mobile-Info.plist. --- www/config.xml | 8 +++++++- www/js/Application.js | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/www/config.xml b/www/config.xml index cdd36da6..5958bb86 100644 --- a/www/config.xml +++ b/www/config.xml @@ -1,5 +1,5 @@ - + Adapt It Mobile An open source application for translating between related languages. @@ -204,6 +204,12 @@ + + + + + This app requires bluetooth access for AirDrop document export. + diff --git a/www/js/Application.js b/www/js/Application.js index 40f71aae..99d2a885 100755 --- a/www/js/Application.js +++ b/www/js/Application.js @@ -75,9 +75,9 @@ define(function (require) { filterlist: "", currentProject: null, localURLs: [], - version: "1.2.0", // appended with milestone / iOS build info + version: "1.2.3", // appended with milestone / iOS build info AndroidBuild: "30", // (was milestone release #) - iOSBuild: "1.2.1", + iOSBuild: "1.2.3", // Mimics Element.scrollIntoView({"block": "center", "behavior": "smooth"}) for // browsers that do not support this scrollIntoViewOptions yet.