-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.9.4
-
None
-
OS : Fedora 27 64bits
QT : Fedora package (5.9.4)
QTCreator install from official download installer.
See attached minimal project.
I'm trying to handle custom url scheme (ie "zim") with QWebEngine using a QWebEngineUrlSchemeHandler and a QWebEngineUrlRequestInterceptor to force use of "zim" scheme.
When loading a url with `page()->load(QUrl("zim://foo.zim"));`, it seems to work but further request (include browsing) are not working, the page url is set to "about:blank".
When loading a url with `page()->load(QUrl("http://foo.zim")`, everything works properly.