<?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 this trick only work for in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005694#M32041</link>
    <description>this trick only work for android version of app preview. For os version the cache is not loaded even if I check and uncheck cache flag.
Should I try unchecking and checking again the os banner above?</description>
    <pubDate>Thu, 02 Apr 2015 12:05:18 GMT</pubDate>
    <dc:creator>Alessandro_S_</dc:creator>
    <dc:date>2015-04-02T12:05:18Z</dc:date>
    <item>
      <title>intel.xdk.cache Never Loads</title>
      <link>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005690#M32037</link>
      <description>&lt;P&gt;I am making a chatting program that stores the conversation in the cache object &amp;nbsp;as well as other data. &amp;nbsp;Up until the recent Intel XDK update, my code was working fine, but now when I try to run the app in the App Preview on my iPhone, the intel.xdk.cache never loads. &amp;nbsp;In the emulator, it still works fine though. &amp;nbsp;I based the start of my code off of whether or not the cache loads and it never runs (I have an alert that it should trigger).&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;//animate is window.requestAnimationFrame

var intel;//included to make sure test of existence doesn't cause error

function onReady(){/*app starts here, including an alert*/}

function wait(){
    if(!intel || !intel.xdk || !intel.xdk.cache)
        animate(wait);//so that its not running at full speed
    else
        onReady();
}

animate(wait);&lt;/PRE&gt;

&lt;P&gt;I have made sure the plug-in is still selected (it is) and whether this code still works when I remove the last condition (it does). &amp;nbsp;I even tried reinstalling the App Preview but to no avail. &amp;nbsp;Am I missing something? &amp;nbsp;Is there another plugin I need to include or was the cache deprecated?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 21:25:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005690#M32037</guid>
      <dc:creator>James_H_1</dc:creator>
      <dc:date>2015-04-01T21:25:37Z</dc:date>
    </item>
    <item>
      <title>Can you check in the</title>
      <link>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005691#M32038</link>
      <description>&lt;P&gt;Can you check in the YourProject.xdk file if under the plugins, for cache plugin,&amp;nbsp;&lt;SPAN style="font-size: 11.9999990463257px; line-height: 20px;"&gt;selectedState is "Included". There seems to be a bug, it doesn't seem to save the selected state of the plugin. If it is "Excluded" please change it to "Included" and try to to push your files to the server again.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 11.9999990463257px; line-height: 20px;"&gt;Swati&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 01:55:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005691#M32038</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-02T01:55:07Z</dc:date>
    </item>
    <item>
      <title>It worked, but only when I</title>
      <link>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005692#M32039</link>
      <description>&lt;P&gt;It worked, but only when I checked and unchecked it in the Intel XDK, not when I altered the file manually.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 02:28:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005692#M32039</guid>
      <dc:creator>James_H_1</dc:creator>
      <dc:date>2015-04-02T02:28:07Z</dc:date>
    </item>
    <item>
      <title>I've reported this bug. For</title>
      <link>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005693#M32040</link>
      <description>&lt;P&gt;I've reported this bug. For now please check/uncheck the plugin. The .xdk file gets written when you upload your files under Test tab and under Build tab. So double check in the .xdk file before you test and build.&lt;/P&gt;

&lt;P&gt;Sorry about the inconvenience.&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2015 05:32:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005693#M32040</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-02T05:32:08Z</dc:date>
    </item>
    <item>
      <title>this trick only work for</title>
      <link>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005694#M32041</link>
      <description>this trick only work for android version of app preview. For os version the cache is not loaded even if I check and uncheck cache flag.
Should I try unchecking and checking again the os banner above?</description>
      <pubDate>Thu, 02 Apr 2015 12:05:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005694#M32041</guid>
      <dc:creator>Alessandro_S_</dc:creator>
      <dc:date>2015-04-02T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Alessandro, I recommend that</title>
      <link>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005695#M32042</link>
      <description>&lt;P&gt;Alessandro, I recommend that you start a fresh project and then check/uncheck the appropriate plugin and then go to Test tab directly (do not touch the emulate tab) then your plugins should work with App Preview. A fix for this plugin issue is on it's way. We will update you soon.&lt;/P&gt;

&lt;P&gt;Swati&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2015 18:38:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/intel-xdk-cache-Never-Loads/m-p/1005695#M32042</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-04-07T18:38:40Z</dc:date>
    </item>
  </channel>
</rss>

