I'm trying to develop a web application using QWebEngine but I'm facing a problem while handling offline state since I'm always redirected o Chromium error page "There is no Internet connection". I read that QWebEngine uses Chromiums network stack rather than QNetworkAccessManager. I've got few questions regarding this system:
a) is there no way to bypass QtWebEngine network stack and use QNetworkAccess manager to store and load cache?
b) It is possible to set offline setting as in chrome using some address similar to chrome://flags/#show-saved-copy ?
c) It is possible to store last website html page and once system detect offline state redirect to a local html stored in memory?
d) There is no way to show button "Show saved copy" in offline state in QWebEngine on qt 5.7.1?