<?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 suspect this is the source in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/windows-8-1-crashes-right-after-splash-screen/m-p/1055412#M51657</link>
    <description>&lt;P&gt;I suspect this is the source of your problem: &lt;A href="http://stackoverflow.com/a/29035134" target="_blank"&gt;http://stackoverflow.com/a/29035134&lt;/A&gt; it's a security restriction imposed by the platform, the XDK does not control this behavior, it is a function of the platform. Here's another useful article: &lt;A href="http://www.infragistics.com/community/blogs/mihail_mateev/archive/2013/02/10/developing-windows-store-applications-with-phonegap-and-jquery-mobile.aspx" target="_blank"&gt;http://www.infragistics.com/community/blogs/mihail_mateev/archive/2013/02/10/developing-windows-store-applications-with-phonegap-and-jquery-mobile.aspx&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Aug 2015 06:03:51 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-08-19T06:03:51Z</dc:date>
    <item>
      <title>windows 8.1 crashes right after splash screen</title>
      <link>https://community.intel.com/t5/Software-Archive/windows-8-1-crashes-right-after-splash-screen/m-p/1055409#M51654</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;My apologies if this is a simple question.&amp;nbsp; When I build a windows 8 app (in the "Cordova Hybrid Mobile App Platforms"), and load it using the instructions on "&lt;A href="http://html5dev-software.intel.com/documentation/index.php?DOC=WINDOWS_STORE_BUILD_TEST_SUBMIT" style="box-sizing: border-box; color: rgb(0, 113, 197); text-decoration: none; word-wrap: break-word; font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 18.2000007629395px; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" target="_blank"&gt;http://html5dev-software.intel.com/documentation/index.php?DOC=WINDOWS_STORE_BUILD_TEST_SUBMIT&lt;/A&gt;", it loads the splash screen and then immediately takes me back to the desktop.&lt;/P&gt;

&lt;P&gt;The error I get is if I check Event Viewer is:&lt;/P&gt;

&lt;P&gt;Unable to add dynamic content. A script attempted to inject dynamic content, or elements previously modified dynamically, that might be unsafe. For example, using the innerHTML property to add script or malformed HTML will generate this exception. Use the toStaticHTML method to filter dynamic content, or explicitly create elements and attributes with a method such as createElement. For more information, see &lt;A href="http://go.microsoft.com/fwlink/?LinkID=247104" target="_blank"&gt;&lt;/A&gt;&lt;A href="http://go.microsoft.com/" target="_blank"&gt;http://go.microsoft.com/&lt;/A&gt;&lt;WBR /&gt;fwlink/?LinkID=247104.&lt;/P&gt;

&lt;P&gt;I read through the link in the error, but I'm not doing any xhr requests.&amp;nbsp; I do have several innerHTML calls, but I'd guess that would be fairly normal, isn't it?&amp;nbsp; Is there anything I can do to work around this?&lt;/P&gt;

&lt;P&gt;Thanks in advance! :-)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 02:54:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/windows-8-1-crashes-right-after-splash-screen/m-p/1055409#M51654</guid>
      <dc:creator>sean_v_3</dc:creator>
      <dc:date>2015-08-18T02:54:23Z</dc:date>
    </item>
    <item>
      <title>Can you create a new app</title>
      <link>https://community.intel.com/t5/Software-Archive/windows-8-1-crashes-right-after-splash-screen/m-p/1055410#M51655</link>
      <description>&lt;P&gt;Can you create a new app based off one of the demos, build that and install it to see if you get the same error? If that works fine, start moving your code to the new app until you find out what is causing the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 12:37:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/windows-8-1-crashes-right-after-splash-screen/m-p/1055410#M51655</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-08-18T12:37:26Z</dc:date>
    </item>
    <item>
      <title>Thanks John!</title>
      <link>https://community.intel.com/t5/Software-Archive/windows-8-1-crashes-right-after-splash-screen/m-p/1055411#M51656</link>
      <description>&lt;P&gt;Thanks John!&lt;/P&gt;

&lt;P&gt;I started a new Blank Cordova app, and just added an innerHTML change to it, and it crashed the same way. Here is the code:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt;&amp;lt;body&amp;gt;
    &amp;lt;h1 class="align-center" id="changeThis"&amp;gt;A Blank Project Template&amp;lt;/h1&amp;gt;
    &amp;lt;p class="align-center"&amp;gt;
        To use this template as a starter app, start with init-app.js and app.js for your JavaScript code.
        See the README.md file for more details and the comments inside index.html, app.js and init-app.js.
    &amp;lt;/p&amp;gt;
    &amp;lt;br&amp;gt;
    &amp;lt;p class="align-center"&amp;gt;
        &amp;lt;input type="button" id="id_btnHello" value="Touch Me"&amp;gt;
    &amp;lt;/p&amp;gt;

    &amp;lt;script src="cordova.js"&amp;gt;&amp;lt;/script&amp;gt;          &amp;lt;!-- "Phantom" cordova.js required for projects that use plugins --&amp;gt;

    &amp;lt;script src="js/app.js"&amp;gt;&amp;lt;/script&amp;gt;           &amp;lt;!-- for your event code, see README and file comments for details --&amp;gt;
    &amp;lt;script src="js/init-app.js"&amp;gt;&amp;lt;/script&amp;gt;      &amp;lt;!-- for your init code, see README and file comments for details --&amp;gt;
    &amp;lt;script src="xdk/init-dev.js"&amp;gt;&amp;lt;/script&amp;gt;     &amp;lt;!-- normalizes device and document ready events, see file for details --&amp;gt;
    &amp;lt;script type="text/javascript"&amp;gt;document.getElementById('changeThis').innerHTML = 'All this does is change the text!";&amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;&lt;/PRE&gt;

&lt;P&gt;So, am I the only person that is using innerHTML with XDK/Cordova and Windows 8.1?&amp;nbsp;&amp;nbsp; If not, are there any suggestions/workarounds?&amp;nbsp; I'd hate to redo the whole thing, and some parts may simply not be feasible without a complete rewrite :-(&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 22:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/windows-8-1-crashes-right-after-splash-screen/m-p/1055411#M51656</guid>
      <dc:creator>sean_v_3</dc:creator>
      <dc:date>2015-08-18T22:15:00Z</dc:date>
    </item>
    <item>
      <title>I suspect this is the source</title>
      <link>https://community.intel.com/t5/Software-Archive/windows-8-1-crashes-right-after-splash-screen/m-p/1055412#M51657</link>
      <description>&lt;P&gt;I suspect this is the source of your problem: &lt;A href="http://stackoverflow.com/a/29035134" target="_blank"&gt;http://stackoverflow.com/a/29035134&lt;/A&gt; it's a security restriction imposed by the platform, the XDK does not control this behavior, it is a function of the platform. Here's another useful article: &lt;A href="http://www.infragistics.com/community/blogs/mihail_mateev/archive/2013/02/10/developing-windows-store-applications-with-phonegap-and-jquery-mobile.aspx" target="_blank"&gt;http://www.infragistics.com/community/blogs/mihail_mateev/archive/2013/02/10/developing-windows-store-applications-with-phonegap-and-jquery-mobile.aspx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 06:03:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/windows-8-1-crashes-right-after-splash-screen/m-p/1055412#M51657</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-08-19T06:03:51Z</dc:date>
    </item>
  </channel>
</rss>

