<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I recommend in-App Browser in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007599#M32748</link>
    <description>&lt;P&gt;I recommend in-App Browser versus iframes as some sites tend to block rending in the latter.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2015 15:11:28 GMT</pubDate>
    <dc:creator>Elroy_A_Intel</dc:creator>
    <dc:date>2015-10-09T15:11:28Z</dc:date>
    <item>
      <title>I can´t show external page because whitlelist</title>
      <link>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007593#M32742</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I´m using cordova cli version 5.1.1 and I have a little big problem.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;In my app I´m using, as always, an iframe tag, in order to show another webs, but when I build the app, the &amp;lt;iframe&amp;gt; doesnt show anything at all. In emulate mode, I can see it propoerly.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I follow the instrucctions about whitelist 5.1.1, that I got it &lt;A href="https://software.intel.com/en-us/articles/cordova-whitelisting-with-intel-xdk-for-ajax-and-launching-external-apps"&gt;here&lt;/A&gt;, but or I don´t understand &amp;nbsp;the CSP Controls, or the whitelist rules, neither anything at all. what can I do?&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="codigo.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8097i5957FA508115D1A9/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="codigo.jpg" alt="codigo.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Iframe code&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="whitelist_0.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8098iB08C2A35A8551842/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="whitelist_0.jpg" alt="whitelist_0.jpg" /&gt;&lt;/span&gt;White list fields.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please I need an answer ASAP.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:59:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007593#M32742</guid>
      <dc:creator>Juan_R_</dc:creator>
      <dc:date>2015-10-07T17:59:34Z</dc:date>
    </item>
    <item>
      <title>Juan,</title>
      <link>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007594#M32743</link>
      <description>&lt;P&gt;Juan,&lt;/P&gt;

&lt;P&gt;First check if whitelisting is the problem. Use the old XDK method (W3C Widget Access) as shown in the attached image (it's simpler, and you don't need the functionality of the new method if you only want to access a website). Just put an asterisk in the Network Requests box. You can also put an asterisk in the Intent box, but you shouldn't need to. An asterisk in both boxes will match the emulator settings. If your app still has the same issue, then whitelisting is not the problem. For reference, read this article:&amp;nbsp;https://software.intel.com/en-us/xdk/articles/cordova-cli-412-domain-whitelisting-with-intel-xdk-for-ajax-and-launching-external-apps&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 01:31:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007594#M32743</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2015-10-08T01:31:55Z</dc:date>
    </item>
    <item>
      <title>First things, first. Thanks</title>
      <link>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007595#M32744</link>
      <description>&lt;P&gt;First things, first. Thanks Pamela for your answer.&lt;/P&gt;

&lt;P&gt;(I´ve read the article and another about whitelist 5.1.1. but as you said, maybe that´s not the problem.)&lt;/P&gt;

&lt;P&gt;I´m tried with a new &amp;lt;iframe&amp;gt; from a simple template with your advices, but it is not working neither :(. You can see it in my attach.&lt;/P&gt;

&lt;P&gt;So far all my projects have worked fine, but something changed in the last update, and I don´t know what.&lt;/P&gt;

&lt;P&gt;I have open an app framework, dragged and dropped an iframe widget, follow your instruccion on whitelist fields, worked in emulate tab, but in the final build didn´t work the iframe widget, as you can see in my attach images files.&lt;/P&gt;

&lt;P&gt;Do you have any idea it could help me?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Juan Rived&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:33:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007595#M32744</guid>
      <dc:creator>Juan_R_</dc:creator>
      <dc:date>2015-10-08T08:33:00Z</dc:date>
    </item>
    <item>
      <title>Let me try this on device and</title>
      <link>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007596#M32745</link>
      <description>&lt;P&gt;Let me try this on device and let you know soon.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 23:38:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007596#M32745</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-10-08T23:38:19Z</dc:date>
    </item>
    <item>
      <title>@Juan, Most likely the</title>
      <link>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007597#M32746</link>
      <description>&lt;P&gt;@Juan, Most likely the website you are trying to access in iFrame has X-Frame-Options set which will prevent the website to be iFramed. If you own that website you can change the X-Frame-Options header but if you don't own it you are out of luck. I recommend you use inAppBrowser to load a third-party website. We have a sample app on how to invoke inAppBrowser.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 00:17:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007597#M32746</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-10-09T00:17:56Z</dc:date>
    </item>
    <item>
      <title>Thanks, I´ve tried with a</title>
      <link>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007598#M32747</link>
      <description>&lt;P&gt;Thanks, I´ve tried with a personal web site and it works, but with differents external websites (not mine) does´t works.&lt;/P&gt;

&lt;P&gt;If I used inAppBrowser to load a 3th-party website, Will I get it? &amp;nbsp;I&amp;nbsp;appreciated&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 09:15:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007598#M32747</guid>
      <dc:creator>Juan_R_</dc:creator>
      <dc:date>2015-10-09T09:15:29Z</dc:date>
    </item>
    <item>
      <title>I recommend in-App Browser</title>
      <link>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007599#M32748</link>
      <description>&lt;P&gt;I recommend in-App Browser versus iframes as some sites tend to block rending in the latter.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 15:11:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/I-can-t-show-external-page-because-whitlelist/m-p/1007599#M32748</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2015-10-09T15:11:28Z</dc:date>
    </item>
  </channel>
</rss>

