|
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. |
Answered by
mhsmith
Aug 7, 2024
Replies: 1 comment 9 replies
|
As it says in the documentation:
This could be as simple as using the standard library |
9 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.servermodule as shown here.