OtterBrowser / otter-browser

Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
https://otter-browser.org
GNU General Public License v3.0
1.83k stars 277 forks source link

Supporting single-page website generated using flutter #1689

Open fengwang opened 3 years ago

fengwang commented 3 years ago

I noticed otter-browser (1.0.02) does not work with flutter generated website. For example, this one: http://fengwang.github.io/noise2atom/ However, Firefox/Chromium can correctly display this kind of webpage. If otter and chromium are using a same engine, this kind of web pages is supposed to be supported.

Frenzie commented 3 years ago

If otter and chromium are using a same engine, this kind of web pages is supposed to be supported.

That would depend on whether you're using the QtWebKit or QtWebEngine backend. So the short answer is that no, it's not using the same engine.

JulianGro commented 3 years ago

It also depends what you use where. If you built otter-browser on an "old" Linux distribution for example, you are getting an old version of Qt which also means you are getting and old version of QtWebEngine which is based on an even older version of Chromium. QtWebKit on the other hand seems like it just doesn't receive much in terms of updates. (there hasn't been a new release in almost exactly one year)

I assume you are using QtWebKit, because QtWebEngine is pretty compatible and I have never had a problem with it not loading a website.