Rank: Newbie Groups: Member
Joined: 5/21/2019 Posts: 3
|
Hi,
I am trying to load html to play videos in WebBrowser control.But i am not able to see Picture in Picture option.When i load the same html in chrome browser i can see Picture in Picture option.Please reply me ASAP
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,218
|
Hi,
We have looked into this issue and has confirmed that it is not supported in the current version. While the related JavaScript API does exist on the browser engine level, the actual implementation is delegated to outside of the browser engine. Since EO.WebBrowser only contains the core browser engine, it does not contain code that actually implements the feature. As a result, the video element's enterpictureinpicture will fire correctly, however the size of the event argument's pictureInPictureWindow property will be 0 by 0. So you may want to rely on this to detect whether pictureInPicture is really supported.
Thanks
|