From 6fc3dea3879e25ed4370b23f1c766185651e7644 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 23 Aug 2021 10:34:32 +0100 Subject: [PATCH] Fix --- readme.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/readme.md b/readme.md index b56034849..09df7201d 100644 --- a/readme.md +++ b/readme.md @@ -25,6 +25,19 @@ cordova plugin add cordova-plugin-mfp set NODE_OPTIONS=--max_old_space_size=10096 ``` +## BUG + +Fix cordova-plugin-camera crash + +```bash +## uninstall +npx cordova plugin remove cordova-plugin-camera +## install + +npx cordova plugin add https://github.com/PieterVanPoyer/cordova-plugin-camera/#bugfix/issue-665-save-instance-restore-bug + +``` + ## Start the development server ```bash