lofti198

Results 21 issues of lofti198

Please check my code. This is very simple component containing just Youtube component. If I add button and launch video - it works completely OK. However I'm getting error trying...

I need to play/pause video by button click (without event access like the one we get in onready). Also I need to get the current time being played ![image](https://user-images.githubusercontent.com/42960488/169676823-bac443af-5f2a-426a-a8c7-531f650da2cc.png) How...

I want to use sub identifier to store users (who authorized with GoogleLogin) in my database. But is this sub id permanent for the particular account?

Hi! Any example how to save just html code to pdf, not using template file?

I use component in my webapp from mobile. However when screen is blocked, the video pauses. Any ideas how to avoid this?

How to take screenshot from youtube video for instance with html2canvas? Trying this code: `html2canvas(document.querySelector("#player")).then(function (canvas) { document.body.appendChild(canvas); });` However getting null from querySelector . Any ideas? Thank you in...

Is that currently possible to download just a part of the video (from custom start to end second) without downloading the whole video? As far as I understand the [begin...

stale

Hello! Can I add relations (associative connnections)? Like this ![image](https://user-images.githubusercontent.com/42960488/187020559-feec28e2-bb47-43b3-b50a-1668bcecebdf.png) If it is possible, how can I specify them in mind object like this: ![image](https://user-images.githubusercontent.com/42960488/187020594-d3f7a2e9-cfe2-4d64-b76d-830b6c18be48.png) [ { id: 'root', isroot:...

* html2canvas version tested with: 1.4.1 * Browser & version: Chrome (last version) * Operating system: (Windows 10) Hi! I have video on my page like this: ![image](https://user-images.githubusercontent.com/42960488/188535424-a45692e8-1c5d-4af6-9d7e-fa9cd930975c.png) In HTML...

Getting following error for "yarn storybook" on windows 10: ![image](https://user-images.githubusercontent.com/42960488/185741281-d226284c-42a3-42f8-961f-bd167e8c027d.png) Any ideas how to fix?