QWebEngineview page rendering with stackoverflow or tripadvisor sites
-
About Qt 5.12
On Linux Mint 20
QtWebEngineWidgets / QWebEngineView (not Qml)Most of the websites are displayed well and work well.
However when I go to:
https://www.stackoverflow.com
or
https://www.tripadvisor.comthen the popups/questions about cookie policies, block the rendering of the home pages. These are just examples because many other (http and https based) websites work fine. All settings related to relaxed browsing are enabled (JavaScript, local storage, cookies, popups etc etc) but it still does not give the desired result.
On stackoverflow when I click on the buttons of the "cookie dialog" nothing happens (and I cannot browse well because the dialog stays on screen).
On tripadvisor the home page is briefly displayed and then vanishes......
Is there a QWebEngineSetting or a QWebEngineProfile option I need to set for such websites? What is your experience with those 2 example websites?