ionic-team / pwa-elements

Quality UI experiences for Web APIs that require custom UI (such as media/camera).
https://medium.com/@maxlynch/building-the-progressive-web-app-os-57daebcb69c1
MIT License
168 stars 50 forks source link

fix: avoid black screen after retake and error on rotate #60

Closed jcesarmobile closed 4 years ago

jcesarmobile commented 4 years ago

The reference to the video element is getting lost, use getElementById to workaround it. Also stop the camera after taking a picture and restart it on retake button to avoid the black screen.

closes #40

jcesarmobile commented 4 years ago

closing in favor of https://github.com/ionic-team/pwa-elements/pull/61