-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black screen on some mobile chrome and safari #99
base: master
Are you sure you want to change the base?
Conversation
…chrome and safari Fix basst314#95
@@ -56,9 +56,9 @@ export class WebcamComponent implements AfterViewInit, OnDestroy { | |||
private switchCameraSubscription: Subscription; | |||
/** MediaStream object in use for streaming UserMedia data */ | |||
private mediaStream: MediaStream = null; | |||
@ViewChild('video', { static: true }) private video: any; | |||
@ViewChild('video', {static: true}) private video: any; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry for that changes
Thanks for the fix @yamaha252 - we are facing the problem mentioned in #95 as well. |
@yamaha252 Could you explain what the problem was? Why are your code changes fixing the problem? |
It seems twice execution of |
@basst314 Happy new year to you - it would be great if you could merge this sometime soon. Thanks! |
Fix #95