-
Hi, if it's possible for webview widget to load local html file? In some case we want to display a customized page before loading the remote web url. |
Beta Was this translation helpful? Give feedback.
Answered by
mhsmith
Aug 7, 2024
Replies: 1 comment 5 replies
-
As it says in the documentation:
This could be as simple as using the standard library |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
Jzhenli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As it says in the documentation:
This could be as simple as using the standard library
http.server
module as shown here.