<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px">> Nice, that works for <iframe>.<br clear="none"><div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" id="yui_3_16_0_ym19_1_1487259996084_62414" style="display: block;"><div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;" id="yui_3_16_0_ym19_1_1487259996084_62413"><div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;" id="yui_3_16_0_ym19_1_1487259996084_62412"><div class="y_msg_container" id="yui_3_16_0_ym19_1_1487259996084_62417"><div id="yui_3_16_0_ym19_1_1487259996084_63589">> Any idea why I see nothing in <webview> objects? <br></div><div id="yui_3_16_0_ym19_1_1487259996084_63591"><br></div><div id="yui_3_16_0_ym19_1_1487259996084_63959">Unfortunately I don't-- I've been working mostly in SVG land, <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_63979">and only the simple parts of HTML for input, divs and some <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_63993">CSS styling.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_63999"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_64179">I have seen some discussions of webview in the nw.js mailing list, <br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_64212">so you might check there.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1487259996084_64205"><br></div>> Thanks,<br clear="none">> Giulio<br clear="none">________________________________<br clear="none"><div class="yqt0702870114" id="yqtfd15423"><br clear="none">From: Jonathan Wilkes <<a shape="rect" ymailto="mailto:jancsika@yahoo.com" href="mailto:jancsika@yahoo.com" id="yui_3_16_0_ym19_1_1487259996084_64214">jancsika@yahoo.com</a>><br clear="none">To: Giulio Moro <<a shape="rect" ymailto="mailto:giuliomoro@yahoo.it" href="mailto:giuliomoro@yahoo.it">giuliomoro@yahoo.it</a>>; "<a shape="rect" ymailto="mailto:pd-list@lists.iem.at" href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>" <<a shape="rect" ymailto="mailto:pd-list@lists.iem.at" href="mailto:pd-list@lists.iem.at">pd-list@lists.iem.at</a>> <br clear="none">Sent: Thursday, 16 February 2017, 22:49<br clear="none">Subject: Re: Visualising HTML page in Purr-data<br clear="none"><br clear="none"><br clear="none"><br clear="none">> Hi,<br clear="none">> great that purr-data is finally out.<br clear="none">> I went back to this thread <br clear="none"><a shape="rect" href="https://www.mail-archive.com/pd-list@lists.iem.at/msg10518.html" target="_blank">https://www.mail-archive.com/pd-list@lists.iem.at/msg10518.html </a>which briefly touched on the topic of visualizing HTML pages inside purr data, but did not find the solution to my problem.<br clear="none"><br clear="none">> Using <iframe> seems to load local files just fine, but it does not load remote files: any src="<a shape="rect" href="http://website/" target="_blank">http://website</a>" attribute will display "localhost" and any src="<a shape="rect" href="http://website/pagenNotOnLocalhost" target="_blank">http://website/pagenNotOnLocalhost</a>" will give me a 404.<br clear="none"><br clear="none">There's a setting you have to remove in the package.json file:<br clear="none">  "chromium-args": "--proxy-server=<a shape="rect" href="http://127.0.0.1/" target="_blank" onclick="return window.theMainWindow.showLinkWarning(this)">http://127.0.0.1</a>",<br clear="none">I put that there because currently any network functionality happens from <br clear="none">the Pd process.  The GUI only makes a tcp connection to the Pd process and <br clear="none">that's it.<br clear="none"><br clear="none">If you remove that line then you'll be able to make network requests from the <br clear="none">GUI.  Also, Chromium will make whatever connections it thinks it needs to fetch <br clear="none">whitelists and whatever else it does to try to keep your machine from becoming <br clear="none">a solider in somebody's botnet.<br clear="none"><br clear="none">-Jonathan<br clear="none"></div><br><br></div> </div> </div>  </div></div></body></html>