<?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>Software ArchiveのトピックTry setting this line in your</title>
    <link>https://community.intel.com/t5/Software-Archive/Issue-on-IOS-9-9-1/m-p/1081985#M61977</link>
    <description>&lt;P&gt;Try setting this line in your intelxdk.config.additions.xml file to true:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;    &amp;lt;preference name="AutoHideSplashScreen" value="true" /&amp;gt;&lt;/PRE&gt;

&lt;P&gt;Here's a more detailed version that my also be useful:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;platform name="ios"&amp;gt;
    &amp;lt;!-- below requires the splash screen plugin --&amp;gt;
    &amp;lt;!-- docs: &lt;A href="https://github.com/apache/cordova-plugin-splashscreen" target="_blank"&gt;https://github.com/apache/cordova-plugin-splashscreen&lt;/A&gt; --&amp;gt;
    &amp;lt;!-- &amp;lt;preference name="SplashScreen" value="Default" /&amp;gt; --&amp;gt;
    &amp;lt;preference name="AutoHideSplashScreen" value="true" /&amp;gt;
    &amp;lt;preference name="FadeSplashScreen" value="false"/&amp;gt;
    &amp;lt;preference name="FadeSplashScreenDuration" value="3"/&amp;gt;
    &amp;lt;!-- &amp;lt;preference name="FadeSplashScreenDuration" value="3000"/&amp;gt; --&amp;gt;
    &amp;lt;preference name="ShowSplashScreenSpinner" value="false"/&amp;gt;

    &amp;lt;!-- below requires the status bar plugin --&amp;gt;
    &amp;lt;!-- docs: &lt;A href="https://github.com/apache/cordova-plugin-statusbar" target="_blank"&gt;https://github.com/apache/cordova-plugin-statusbar&lt;/A&gt; --&amp;gt;
    &amp;lt;!-- see &lt;A href="http://devgirl.org/2014/07/31/phonegap-developers-guid" target="_blank"&gt;http://devgirl.org/2014/07/31/phonegap-developers-guid&lt;/A&gt; --&amp;gt;
    &amp;lt;preference name="StatusBarOverlaysWebView" value="false" /&amp;gt;
    &amp;lt;preference name="StatusBarBackgroundColor" value="#000000" /&amp;gt;
    &amp;lt;preference name="StatusBarStyle" value="lightcontent" /&amp;gt;

    &amp;lt;!-- so iPhone and iPad rotate freely (CLI 5.1.1 and above) --&amp;gt;
    &amp;lt;!-- "default" means "portrait" for iPhone and "free" for iPad --&amp;gt;
    &amp;lt;preference name="Orientation" value="all" /&amp;gt;
&amp;lt;/platform&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2015 19:16:29 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-11-25T19:16:29Z</dc:date>
    <item>
      <title>Issue on IOS 9/9.1</title>
      <link>https://community.intel.com/t5/Software-Archive/Issue-on-IOS-9-9-1/m-p/1081984#M61976</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I build successfully my app both for Android both for IOS.&lt;/P&gt;

&lt;P&gt;On Android it's all OK but when i launch my app on IOS it's blocked on splash-screen and it still there.&lt;/P&gt;

&lt;P&gt;I try on IPAD with IOS 9 and 9.1.&lt;/P&gt;

&lt;P&gt;However if I launch my app on Test tab with Intel App preview it stars successfully...&lt;/P&gt;

&lt;P&gt;Someone can help me?&lt;/P&gt;

&lt;P&gt;I build it with&lt;/P&gt;

&lt;P&gt;Cordova Cli version 5.1.1&lt;/P&gt;

&lt;P&gt;IOS target version 6&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 17:39:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issue-on-IOS-9-9-1/m-p/1081984#M61976</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-11-24T17:39:30Z</dc:date>
    </item>
    <item>
      <title>Try setting this line in your</title>
      <link>https://community.intel.com/t5/Software-Archive/Issue-on-IOS-9-9-1/m-p/1081985#M61977</link>
      <description>&lt;P&gt;Try setting this line in your intelxdk.config.additions.xml file to true:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;    &amp;lt;preference name="AutoHideSplashScreen" value="true" /&amp;gt;&lt;/PRE&gt;

&lt;P&gt;Here's a more detailed version that my also be useful:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;platform name="ios"&amp;gt;
    &amp;lt;!-- below requires the splash screen plugin --&amp;gt;
    &amp;lt;!-- docs: &lt;A href="https://github.com/apache/cordova-plugin-splashscreen" target="_blank"&gt;https://github.com/apache/cordova-plugin-splashscreen&lt;/A&gt; --&amp;gt;
    &amp;lt;!-- &amp;lt;preference name="SplashScreen" value="Default" /&amp;gt; --&amp;gt;
    &amp;lt;preference name="AutoHideSplashScreen" value="true" /&amp;gt;
    &amp;lt;preference name="FadeSplashScreen" value="false"/&amp;gt;
    &amp;lt;preference name="FadeSplashScreenDuration" value="3"/&amp;gt;
    &amp;lt;!-- &amp;lt;preference name="FadeSplashScreenDuration" value="3000"/&amp;gt; --&amp;gt;
    &amp;lt;preference name="ShowSplashScreenSpinner" value="false"/&amp;gt;

    &amp;lt;!-- below requires the status bar plugin --&amp;gt;
    &amp;lt;!-- docs: &lt;A href="https://github.com/apache/cordova-plugin-statusbar" target="_blank"&gt;https://github.com/apache/cordova-plugin-statusbar&lt;/A&gt; --&amp;gt;
    &amp;lt;!-- see &lt;A href="http://devgirl.org/2014/07/31/phonegap-developers-guid" target="_blank"&gt;http://devgirl.org/2014/07/31/phonegap-developers-guid&lt;/A&gt; --&amp;gt;
    &amp;lt;preference name="StatusBarOverlaysWebView" value="false" /&amp;gt;
    &amp;lt;preference name="StatusBarBackgroundColor" value="#000000" /&amp;gt;
    &amp;lt;preference name="StatusBarStyle" value="lightcontent" /&amp;gt;

    &amp;lt;!-- so iPhone and iPad rotate freely (CLI 5.1.1 and above) --&amp;gt;
    &amp;lt;!-- "default" means "portrait" for iPhone and "free" for iPad --&amp;gt;
    &amp;lt;preference name="Orientation" value="all" /&amp;gt;
&amp;lt;/platform&amp;gt;
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2015 19:16:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Issue-on-IOS-9-9-1/m-p/1081985#M61977</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-11-25T19:16:29Z</dc:date>
    </item>
  </channel>
</rss>

