PDA

View Full Version : QWebEngineView and Youtube iFrame Events



kazaak
17th March 2018, 17:14
When browsing youtube in an iFrame in a QWebEnginePage, clicks in the player do nothing (e.g. click on video in grid after video is finished, click watch on youtube.com when embedded). To get fullscreen to work, I connected the fullscreenRequested() signal and that works fine. Is there a way that anyone has worked with the catch these other events from the player in the iFrame? I didn't see anything obvious for javascript events for the QWebenginePage or QWebengineView.

Thanks!