<?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 Are all of your resources in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032021#M42404</link>
    <description>&lt;P&gt;Are all of your resources stored locally in the app? Or are you pulling pages and CSS and JS from a web site? Application resources should be local, part of your project. Information your send or receive from a server should just be data (for example, JSON or XML or whatever works for your app).&lt;/P&gt;

&lt;P&gt;Is it possible you're not waiting for the app to be fully initialized before updating the divs with data? It can take several seconds for some device webviews to be fully initialized... See the HTML5+Cordova blank template, the init-dev.js file has a conservative "ready" detection that you can use to make sure that everything is ready before you actually start your app.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jun 2015 18:13:54 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-06-11T18:13:54Z</dc:date>
    <item>
      <title>Weird app behaviour on first run [iOS / Android]</title>
      <link>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032016#M42399</link>
      <description>&lt;P&gt;I have HTML5 + CORDOVA + Ionics project, INTEL XDK version is 1995.&lt;/P&gt;

&lt;P&gt;Application loads data and it position(x,y) from web API. Some users (Android and iOS) reported that when they first run the app data was misplaced.&lt;/P&gt;

&lt;P&gt;This is what they see:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="http://i59.tinypic.com/1se8md.png" /&gt;&lt;/P&gt;

&lt;P&gt;And this is how application should look:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="http://i61.tinypic.com/25gf95h.png" /&gt;&lt;/P&gt;

&lt;P&gt;When they terminate application and load it again it looks normal. Does anyone have any idea why this is happening to some people and for others work normaly?&lt;/P&gt;

&lt;P&gt;Also on iPhone 4, not sure about newer models, splash screen is vertical when it should be horizontal. When showing splash screen, status bar is already horizontal.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Jure&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 06:43:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032016#M42399</guid>
      <dc:creator>Jure_C_</dc:creator>
      <dc:date>2015-06-09T06:43:20Z</dc:date>
    </item>
    <item>
      <title>Do you know which version of</title>
      <link>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032017#M42400</link>
      <description>&lt;P&gt;Do you know which version of iOS are experiencing the problem? Only iOS 6, for example?&lt;/P&gt;

&lt;P&gt;Regarding Android, are you using Crosswalk to build your Android app? The native Android webviews are highly variable in features and behavior. We highly recommend you use Crosswalk to get consistency across apps.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2015 17:48:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032017#M42400</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-06-09T17:48:32Z</dc:date>
    </item>
    <item>
      <title>iOS version with problem is 8</title>
      <link>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032018#M42401</link>
      <description>&lt;P&gt;iOS version with problem is 8.3&lt;/P&gt;

&lt;P&gt;Android version which i was building before was just Android. Now I built crosswalk, tested it on 2 diffrent mobile phones and it looks like this now:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="http://i58.tinypic.com/16gisn5.png" /&gt;It looks like that wrong screen size is set. I tried adding app directive from this link: &lt;A href="http://jsfiddle.net/jaredwilli/SfJ8c/" target="_blank"&gt;http://jsfiddle.net/jaredwilli/SfJ8c/&lt;/A&gt; , but I had no success.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 07:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032018#M42401</guid>
      <dc:creator>Jure_C_</dc:creator>
      <dc:date>2015-06-10T07:11:00Z</dc:date>
    </item>
    <item>
      <title>Try using the Crosswalk 12</title>
      <link>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032019#M42402</link>
      <description>&lt;P&gt;Try using the Crosswalk 12 build, not 11 (which is what I'm guessing you are using). There are some layout issues with 11. Set the Crosswalk version number in the build settings.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2015 21:51:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032019#M42402</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-06-10T21:51:29Z</dc:date>
    </item>
    <item>
      <title>I checked the settings and it</title>
      <link>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032020#M42403</link>
      <description>&lt;P&gt;I checked the settings and it was version 10. I will try to build it with 12.&lt;/P&gt;

&lt;P&gt;Do you maybe have idea what is the problem with iOS? Because that is our biggest problem. Could be connected with setting iOS target version to 7.1?&lt;/P&gt;

&lt;P&gt;EDIT: I got information from another user that on his iPhone 6 and iOS 8.3 application runs like it should. So what could make a diffrence on a same phone and same iOS?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 06:29:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032020#M42403</guid>
      <dc:creator>Jure_C_</dc:creator>
      <dc:date>2015-06-11T06:29:00Z</dc:date>
    </item>
    <item>
      <title>Are all of your resources</title>
      <link>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032021#M42404</link>
      <description>&lt;P&gt;Are all of your resources stored locally in the app? Or are you pulling pages and CSS and JS from a web site? Application resources should be local, part of your project. Information your send or receive from a server should just be data (for example, JSON or XML or whatever works for your app).&lt;/P&gt;

&lt;P&gt;Is it possible you're not waiting for the app to be fully initialized before updating the divs with data? It can take several seconds for some device webviews to be fully initialized... See the HTML5+Cordova blank template, the init-dev.js file has a conservative "ready" detection that you can use to make sure that everything is ready before you actually start your app.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2015 18:13:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032021#M42404</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-06-11T18:13:54Z</dc:date>
    </item>
    <item>
      <title>I visited my client so that I</title>
      <link>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032022#M42405</link>
      <description>&lt;P&gt;I visited my client so that I could test it on his phone and I discovered that splash screen woulden't even show, but application would start directly. So I had moved call to one of angularjs methods to ondeviceready and inculded init-dev.js and it worked.&lt;/P&gt;

&lt;P&gt;Before that I tryed using some othed cordova.js file and application worked, but the plugins didn't. So problem solved. Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jun 2015 17:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Weird-app-behaviour-on-first-run-iOS-Android/m-p/1032022#M42405</guid>
      <dc:creator>Jure_C_</dc:creator>
      <dc:date>2015-06-13T17:31:00Z</dc:date>
    </item>
  </channel>
</rss>

