-
Notifications
You must be signed in to change notification settings - Fork 540
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
Body append #129
Comments
Hello, the video is not being re-appended to the body, it is only being appended to the body, if it is not appended to the DOM yet at the time the Lines 177 to 187 in 8bb46c3
Lines 229 to 258 in 8bb46c3
You can avoid this by creating the Instead of doing the checks linked above in the constructor, I could also do them on each |
For our project, that's a show stopper, too. |
What's the progress on this? It's a show-stopper here, too (Lit are in use, indeed). Have you done any work behind the scenes, @nimiq ? Thank you for a great solution for qr-scanner. |
@webermax Now we just need @nimiq to approve #241. You're welcome to use my fork, while we wait. https://github.com/exetico/qr-scanner/tree/master I'll remove my work, once the merge has (hopefully) been approved. |
I was wondering why is the video re-appended to the body? I'm using this inside a React app and it's being put outside of the screen. It would be nice for it to just simply use the current video tag or choose a parent element to be used for appending. And i can't style it because all the styles are being overwritten by the instance construction.
The text was updated successfully, but these errors were encountered: