<?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 Crosswalk builds are for in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089057#M64574</link>
    <description>&lt;P&gt;Crosswalk builds are for Android. Do not use the Android-only builds unless you have a very good reason. The 2.x and 4.x Android webviews are inconsistent, unreliable and based on very old web runtimes. This is one of the key reasons we provide the Crosswalk solution.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2015 22:17:09 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-12-07T22:17:09Z</dc:date>
    <item>
      <title>Problem in AJAX and Whitelist</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089052#M64569</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I'm big problem, I developed an APP, it works fine in the emulator but when I run it in Builder and install the mobile AJAX does not work, I tried every way put the Whiltelist with "*" but it worked. Could someone tell me if I need to include a plug-in index.html? XDK put in the config the asterisks but did not work well. Follow the prints of my code.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="temp2.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8268i8ABB7DFF1E14E609/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="temp2.jpg" alt="temp2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="temp1_0.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8269i0B821DFED64E42ED/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="temp1_0.jpg" alt="temp1_0.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2015 23:19:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089052#M64569</guid>
      <dc:creator>Guilherme_Vieira</dc:creator>
      <dc:date>2015-11-29T23:19:03Z</dc:date>
    </item>
    <item>
      <title>Don't trigger your app off</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089053#M64570</link>
      <description>&lt;P&gt;Don't trigger your app off the document ready event, the Cordova subsystem is not yet ready. You need to trigger off device ready. Or, if you include the init-dev.js file, you can trigger off the app.Ready event, which combines device ready and document ready.&lt;/P&gt;

&lt;P&gt;The Cordova features, including the whitelist feature, are not available until the cordova.js subsystem has finished initialization. That initialization occurs in the native code part of your app, which runs in a separate thread.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 23:11:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089053#M64570</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-01T23:11:54Z</dc:date>
    </item>
    <item>
      <title>Good morning, thank you for</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089054#M64571</link>
      <description>&lt;P&gt;Good morning, thank you for your help.&lt;BR /&gt;
	My code is so now, tell me what the correct order to let the JS.&lt;/P&gt;

&lt;P&gt;&amp;lt;link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile.structure-1.4.5.min.css" /&amp;gt;&lt;BR /&gt;
	&amp;lt;script src="http://code.jquery.com/jquery-1.11.3.min.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;
	&amp;lt;script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;script src = "intelxdk.js"&amp;gt; &amp;lt;/ script&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;script src = "cordova.js"&amp;gt; &amp;lt;/ script&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;script src = "xhr.js"&amp;gt; &amp;lt;/ script&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;script src = "js / app.js"&amp;gt; &amp;lt;/ script&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;script src = "js / init-app.js"&amp;gt; &amp;lt;/ script&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;script src = "XDK / init-dev.js"&amp;gt; &amp;lt;/ script&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 11:22:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089054#M64571</guid>
      <dc:creator>Guilherme_Vieira</dc:creator>
      <dc:date>2015-12-02T11:22:46Z</dc:date>
    </item>
    <item>
      <title>Do not load files from a</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089055#M64572</link>
      <description>&lt;P&gt;Do not load files from a network, if your user's device has no network connection, or has a flaky network connection, your app is going to be "dead in the water." It will freeze and not start, resulting in a very unhappy user. You need to download those libraries and copy them into your project folders (somewhere inside of the www directory) and then reference them locally (similar to the others in the list).&lt;/P&gt;

&lt;P&gt;The order you have should be fine, once you fix how you load those CSS nad JS files. Also, you can get rid of the intelxdk.js and xhr.js file, they are no longer required.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 20:50:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089055#M64572</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-02T20:50:01Z</dc:date>
    </item>
    <item>
      <title>I'm using google translator</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089056#M64573</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hello my friends good night, I can not do AJAX with external LINK PHP work, it simply in Android goes unanswered.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;In crosswalk Android works perfectly, but when generate only for Android and install the phone it does not.&lt;BR /&gt;
	&lt;BR /&gt;
	I looked like the prints of my settings, to know what I did wrong. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;The solution would be to insert this code in my index.html ?&lt;/P&gt;

&lt;P&gt;&lt;STRONG style="box-sizing: border-box; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;Content Security Policy:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;lt;meta http-equiv=“Content-Security-Policy” content=“default-src ‘self’ data: gap” &lt;A href="https://ssl.gstatic.com" target="_blank"&gt;https://ssl.gstatic.com&lt;/A&gt;; style-src ‘self’ ‘unsafe-inline’; media-src *”&amp;gt;&lt;BR /&gt;
	&amp;lt;meta http-equiv=“content-Security-Policy” contnet=“default-src ‘self’ https:”&amp;gt;&lt;/P&gt;

&lt;P&gt;I thank you again for your help.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 23:59:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089056#M64573</guid>
      <dc:creator>Guilherme_Vieira</dc:creator>
      <dc:date>2015-12-04T23:59:45Z</dc:date>
    </item>
    <item>
      <title>Crosswalk builds are for</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089057#M64574</link>
      <description>&lt;P&gt;Crosswalk builds are for Android. Do not use the Android-only builds unless you have a very good reason. The 2.x and 4.x Android webviews are inconsistent, unreliable and based on very old web runtimes. This is one of the key reasons we provide the Crosswalk solution.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 22:17:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-in-AJAX-and-Whitelist/m-p/1089057#M64574</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-07T22:17:09Z</dc:date>
    </item>
  </channel>
</rss>

