WICG / document-picture-in-picture

https://wicg.github.io/document-picture-in-picture/
Other
56 stars 9 forks source link

Support history API for iframes inside Document Picture in Picture #92

Open Motherships opened 1 year ago

Motherships commented 1 year ago

Currently history.back/forward/go(delta) doesn't work inside the iframe of the DPIP window

In the current implementation, after i change the url inside the iframe and go back using history.back nothing happens

Please, add support for history API for iframes inside Document Picture in Picture

Repro: https://pages.p.chashkin.site/labs/dpip-history-repro/

steimelchrome commented 1 year ago

Thanks for bringing this to our attention. I've created a crbug to track this on the Chromium side: https://crbug.com/1469114