0

I am developing a Qt application displaying a WebEngineView.

The cache is working properly.

I would like to go further by integrating an offline mode: without a network, the application must display the web page based on its cache (like the standard process of a browser like Chrome). For now, despite setting the QWebEngineProfile, QQuickWebEngineProfile and QWebEngineSettings objects, the page displays: "No internet ... ERR_INTERNET_DISCONNECTED"

Does anyone know or have implemented this feature before?

Thank you in advance for your answers.

Qt version: 6.3.0

1 Answer 1

0

I don't think you can do that without setting up a proxy or overriding HTTP/HTTPS

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.