From d257ee74eeb93b3cb7f99d4509fe0579a72b1b13 Mon Sep 17 00:00:00 2001 From: Jarrod Chesney Date: Fri, 29 Nov 2024 23:02:29 +1000 Subject: [PATCH] Added note on mobile-web-app-capable mete tag The text-zoom plugin would not work unless the following meta tag was added to index.html --- text-zoom/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/text-zoom/README.md b/text-zoom/README.md index cfba1875f..947516522 100644 --- a/text-zoom/README.md +++ b/text-zoom/README.md @@ -12,6 +12,12 @@ The Text Zoom API provides the ability to change Web View text size for visual a } ``` +**Note:** text-zoom plugin won't work unless your index.html contains this metadata tag. + +```html + +``` + ## Install ```bash