From 98172389b2eb1563c7e244e1c70040b33413b124 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Fri, 22 Mar 2019 20:52:10 -0400 Subject: [PATCH] Updated comments for web example. --- applet/libapplets/web/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet/libapplets/web/source/main.c b/applet/libapplets/web/source/main.c index 4a9a73b..2f1458c 100644 --- a/applet/libapplets/web/source/main.c +++ b/applet/libapplets/web/source/main.c @@ -49,7 +49,7 @@ int main(int argc, char* argv[]) WebExitReason exitReason=0; // Create the config. There's a number of web*Create() funcs, see libnx web.h. - // webPageCreate/webNewsCreate requires running under a host title which has HtmlDocument content, when the title is an Application. When the title is an Application when using webPageCreate/webNewsCreate, and webConfigSetWhitelist is not used, the whitelist will be loaded from the content. + // webPageCreate/webNewsCreate requires running under a host title which has HtmlDocument content, when the title is an Application. When the title is an Application when using webPageCreate/webNewsCreate, and webConfigSetWhitelist is not used, the whitelist will be loaded from the content. Atmosphère hbl_html can be used to handle this. rc = webPageCreate(&config, "https://google.com/"); printf("webPageCreate(): 0x%x\n", rc);