Youtube PIP script not working outside the page #6
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
site:alternativeto
site:github
site:google
site:rarbg
site:reddit
site:yggtorrent
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: KaKi87/userscripts#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I was trying the youtubePictureInPicture script to bring back PIP in chromium browser, the script triggers the PIP perfectly but I am seeing the following issues:-
Is this an expected behaviour? If no is there anything can be done with the script to fix those? I will continue investigating the issue so happy to get any guidance on this matter.
Thanks you
Hi,
How are you able to install the userscript on Chromium browser for Android ?
I'm using it on Kiwi browser, and as you can see on the screenshot from the README, the PIP window is not part of the browser.
That's also a limitation from YouTube, and there is a separate userscript to bypass it : Video Background Play Fix
Sorry I meant I am building on a fork of chromium so I am testing the script by injecting directly in the chromium build
Right, I suspect the behaviour I am seeing on my browser may be due to the fact that PIP is being triggered from inside the website rather than PIP being triggered from Java layer of the android app. I'll continue looking into this and get back to you. Anyways I prefer that it is inside the browser as that can potentially lead to better UX.
Thank you for the link, ill try this out and see if that resolves the issue for me.
Hi @KaKi87 I did some investigation and realised that the PIP player is not in the youtube but its the normal PIP player, the only difference is that the creation of that PIP player is not closing my app so it looks like the PIP player is part of the browser rather than usual PIP.
I also tested the background play back and the script is working perfectly.
Oh, yeah, that's normal, you can also see the same behavior on my README screenshot.
Alright !