From 91dc2b549c6f63941ff2d8029248d9e22cd8a08c Mon Sep 17 00:00:00 2001 From: Cody Richmond Date: Mon, 27 Aug 2018 15:33:58 -0400 Subject: [PATCH] Update to README identifying deprecation Edited README to call out VF Reader's lack of support for the iPhone X, as well as future Apple products making use of the notched user interface. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fe4dfc8..0fb8399 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ Cordova Document Viewer Plugin ============================ +--- + +*NOTE: This project makes use of a deprecated PDF viewer for iOS, [VFReader](https://github.com/vfr/Reader), which does not support the iPhone X.* + +--- + A common requirement when developing a cordova based app is to embed a performant and secure inline viewer for pdf files which doesn't allow the user to extract a copy of the pdf file out of the apps sandbox.