"@capacitor/android": "^3.0.0-beta.6",
"@capacitor/camera": "^0.4.2",
"@capacitor/cli": "^3.0.0-beta.6",
"@capacitor/core": "^3.0.0-beta.6",
- NodeJS 12+
- Android Studio 4+
npm install
npm run build
npx cap sync
#To run in web:
npm start
# To run mobile app:
npx cap open android
While using @capacitor/camera plugin for loading photo/images the app has been crashing.
App crashing accures if used parameter "allowEditing: true", after click to "Done" button in android app.
The web app works fine.
I don't have the opportunity to test iOS app
1. Click to "tackePhoto" button
2. Load local or take photo from webcam
3. Click "Ok" buton
4*. (Android) Try to edit and save photo
The image has been load (and appear on page) successefull
The application has been crashed