QWebView freezes
-
I've begun experimenting with QWebView, so I may be missing something, but here is what I find:
- Telling it to display cnn.com works fine. I can view the site and I can resize my window.
- Telling it to display a no-Javascript site works just fine.
- Telling it to display bankofamerica.com however freezes the webview as well as the entire UI: window resizes are ignored.
Is QWebView deprecated or is this just a bug?
Thanks. -
I've begun experimenting with QWebView, so I may be missing something, but here is what I find:
- Telling it to display cnn.com works fine. I can view the site and I can resize my window.
- Telling it to display a no-Javascript site works just fine.
- Telling it to display bankofamerica.com however freezes the webview as well as the entire UI: window resizes are ignored.
Is QWebView deprecated or is this just a bug?
Thanks.@Publicnamer If you can then better use QWebengineView
-
@Publicnamer If you can then better use QWebengineView
@eyllanesc said in QWebView freezes:
QWebengineView
That works. It's a bit slower (on a Raspberry pi) but it's working fine so far. Thanks.