From c8ddbfab861c9755bd40658128b28583907afb44 Mon Sep 17 00:00:00 2001 From: Jelte Lagendijk Date: Mon, 11 Apr 2016 14:58:21 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61159f9..f43c107 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ FileDocumentViewer This widget allows to embed and view any System.FileDocument object inside a form. In the modeler, using microflows or the file downloader, documents can be opened as download or inside a new window. With this widget however, files can be opened inside dataviews. +## Limitations + +* **Due to limitations of the browsers on Android, viewing PDFs on your Android device will not work. You should link to the PDF so people can open it instead** + ## Contributing For more information on contributing to this repository visit [Contributing to a GitHub repository](https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository)! @@ -15,4 +19,4 @@ The widget tries to display a document inside a form, however it might fail to d ## Properties * `Title` - String attribute of which the contents will be set in the header. -* `Show header` - Determines whether or not a header will be rendered. \ No newline at end of file +* `Show header` - Determines whether or not a header will be rendered. From 5e51fe75ef59920d88feac72e423baad9e38b03d Mon Sep 17 00:00:00 2001 From: Jelte Lagendijk Date: Mon, 11 Apr 2016 15:02:33 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f43c107..006f03a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This widget allows to embed and view any System.FileDocument object inside a for ## Limitations -* **Due to limitations of the browsers on Android, viewing PDFs on your Android device will not work. You should link to the PDF so people can open it instead** +* **Due to limitations of the browsers on Android, viewing PDFs on your Android device will not work (in the browser). You should link to the PDF so people can open it with an external viewer instead** ## Contributing For more information on contributing to this repository visit [Contributing to a GitHub repository](https://world.mendix.com/display/howto50/Contributing+to+a+GitHub+repository)!