<?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 App Designer not loading in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110865#M72147</link>
    <description>&lt;P&gt;intel xdk 3522&lt;/P&gt;

&lt;P&gt;windows 10&lt;/P&gt;

&lt;P&gt;android build&lt;/P&gt;

&lt;P&gt;The app designer starts to open. Can see in background list of pages, view of mainpage, list of custom scripts and partial list of controls.&lt;/P&gt;

&lt;P&gt;In middle of screen is dialog "Loading...". This dialog never closes &amp;nbsp;Any suggestion on getting by this problem.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2016 16:14:41 GMT</pubDate>
    <dc:creator>Tony_T_</dc:creator>
    <dc:date>2016-10-12T16:14:41Z</dc:date>
    <item>
      <title>App Designer not loading</title>
      <link>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110865#M72147</link>
      <description>&lt;P&gt;intel xdk 3522&lt;/P&gt;

&lt;P&gt;windows 10&lt;/P&gt;

&lt;P&gt;android build&lt;/P&gt;

&lt;P&gt;The app designer starts to open. Can see in background list of pages, view of mainpage, list of custom scripts and partial list of controls.&lt;/P&gt;

&lt;P&gt;In middle of screen is dialog "Loading...". This dialog never closes &amp;nbsp;Any suggestion on getting by this problem.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:14:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110865#M72147</guid>
      <dc:creator>Tony_T_</dc:creator>
      <dc:date>2016-10-12T16:14:41Z</dc:date>
    </item>
    <item>
      <title>I've asked one of our App</title>
      <link>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110866#M72148</link>
      <description>&lt;P&gt;I've asked one of our App Designer experts to help you out.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:38:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110866#M72148</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-10-12T16:38:14Z</dc:date>
    </item>
    <item>
      <title>My best guess is something in</title>
      <link>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110867#M72149</link>
      <description>&lt;P&gt;My best guess is something in the HTML or perhaps the Less is no longer valid. But it's only a guess.&lt;/P&gt;

&lt;P&gt;Can you .zip up your project and post it?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 16:55:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110867#M72149</guid>
      <dc:creator>Chris_P_Intel</dc:creator>
      <dc:date>2016-10-12T16:55:35Z</dc:date>
    </item>
    <item>
      <title>Follow up:</title>
      <link>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110868#M72150</link>
      <description>&lt;P&gt;Follow up:&lt;/P&gt;

&lt;P&gt;For some reason I cannot remember what I was trying to accomplish at the time but I inserted this line of code in index.html&lt;/P&gt;

&lt;P&gt;-----------------------------&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;lt;meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self'&lt;/P&gt;

&lt;P&gt;'unsafe-inline' 'unsafe-eval'"&amp;gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;----------------------------------&lt;/P&gt;

&lt;P&gt;replacing this line of code.&lt;/P&gt;

&lt;P&gt;----------------------------------&lt;/P&gt;

&lt;P&gt;&amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&amp;gt;&lt;/P&gt;

&lt;P&gt;------------------------------------&lt;/P&gt;

&lt;P&gt;Once I went back to original code app designer started working again. I did it more than once to make sure that created and removed the problem&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:34:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110868#M72150</guid>
      <dc:creator>Tony_T_</dc:creator>
      <dc:date>2016-10-14T13:34:38Z</dc:date>
    </item>
    <item>
      <title>This tag in your index.html</title>
      <link>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110869#M72151</link>
      <description>&lt;P&gt;This tag in your index.html file:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'"&amp;gt;&lt;/PRE&gt;

&lt;P&gt;is not meant to replace this line:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&amp;gt;&lt;/PRE&gt;

&lt;P&gt;It is an additional line that you should include in your index.html &amp;lt;head&amp;gt; block to control the CSP rules that control some security rules associated with your app. See this doc page &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk&lt;/A&gt; &amp;lt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:12:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/App-Designer-not-loading/m-p/1110869#M72151</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-10-14T16:12:55Z</dc:date>
    </item>
  </channel>
</rss>

