mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix
This commit is contained in:
@@ -25,6 +25,19 @@ cordova plugin add cordova-plugin-mfp
|
|||||||
set NODE_OPTIONS=--max_old_space_size=10096
|
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
|
## Start the development server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user