Mor Sagmon

Results 6 comments of Mor Sagmon

Getting the same error, attempting an upgrade using the ionic vscode plugin recommendation. Here's what I did that did NOT fix this issue: - deleted node_modules folder - deleted package-lock.json...

> @morsagmon How are you doing the migration? For your use case you would need to update the `@capacitor/` dependancies by changing all of them to `^4.0.1` and then change...

Finally the --force flag did the trick. Here's what solved this for me: (instead of "del" use "rd -rf" on linux...) - del node_modules - del package-lock.json - npm cache...

> This is caused because some of your plugins are not updated for capacitor 4 yet. > > As workaround you can run `npm install --force` to force npm to...

> > > Basically recreate the options under "Scaling" above for devs to provide the same icon as iOS but scale it differently when generating adaptive and legacy icons for...

I'm having the same issue, but only when the app runs in dark mode. If I change the device theme to light - the camera preview shows. However, it won't...