This commit is contained in:
Peter Maquiran
2021-08-23 10:34:32 +01:00
parent 7315e7a115
commit 6fc3dea387
+13
View File
@@ -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