From aeedf7852ac9201a059d68edf664d5c8c870e3ed Mon Sep 17 00:00:00 2001 From: Shadowstrike <148655543+Shadowstrike-code@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:24:47 +0100 Subject: [PATCH 1/3] Update README.md Example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c61397c895..3be3280609 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Example of Issues: + # Hello World PhoneGap Application [![bitHound Score][bithound-img]][bithound-url] > A Hello World application built with PhoneGap From 4248020bf4de7bcb543983886b1bc1f1aac110f5 Mon Sep 17 00:00:00 2001 From: Shadowstrike <148655543+Shadowstrike-code@users.noreply.github.com> Date: Sun, 22 Oct 2023 09:55:24 +0100 Subject: [PATCH 2/3] Fixed Accessibility Issues Zoom in and out and scaling are enabled --- www/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/index.html b/www/index.html index de43d2dba1..4322b523bc 100644 --- a/www/index.html +++ b/www/index.html @@ -15,7 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, either express or implied. See the License for the + KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License. --> @@ -25,7 +25,7 @@ - + Hello World From f3896d374c2287e54b23d4acf6cc9e68d5358b5c Mon Sep 17 00:00:00 2001 From: Shadowstrike <148655543+Shadowstrike-code@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:00:45 +0100 Subject: [PATCH 3/3] New README.md description with description "with user-scalable enabled" --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3be3280609..34b58b456b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -Example of Issues: - # Hello World PhoneGap Application [![bitHound Score][bithound-img]][bithound-url] -> A Hello World application built with PhoneGap +> A Hello World application built with Phone Gap with user-scalable enabled ## Getting Help with PhoneGap