<?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 Hi Flemming, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Cordova-iOS-3-Issues/m-p/1044592#M47355</link>
    <description>&lt;P&gt;Hi Flemming,&lt;/P&gt;

&lt;P&gt;What kind of audio file are you using and where are you testing? &lt;SPAN style="color: rgb(51, 51, 51); font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18.2000007629395px; background-color: rgb(236, 243, 247);"&gt;There is a limitation to the emulator. It can play WAV files but not MP3 files. In either case, I believe once you run your application on device either through App Preview or by building your app you should be able to get it to work regardless of the file type. You might also want to double check that your audio file name doesn't contain any invalid characters.&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am going to have to look into test ads but regarding the&amp;nbsp;&lt;/SPAN&gt;portrait&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;mode problem, there has been a bug in Cordova where orientation does not lock in ipad.&amp;nbsp;The recommended solution is:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;[iPad] Create a plugin (directory with one file) that only has a config xml that includes the following:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;config-file target="*-Info.plist" parent="UISupportedInterfaceOrientations~ipad" overwrite="true"&amp;gt;

        &amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;

&amp;lt;/config-file&amp;gt;        

&amp;lt;config-file target="*-Info.plist" parent="UISupportedInterfaceOrientations~ipad" overwrite="true"&amp;gt;

            &amp;lt;array&amp;gt;

                &amp;lt;string&amp;gt;UIInterfaceOrientationPortrait&amp;lt;/string&amp;gt;

            &amp;lt;/array&amp;gt;

&amp;lt;/config-file&amp;gt; &lt;/PRE&gt;

&lt;P&gt;Add the plugin on the build settings page.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Alternatively, you can use this plugin:&amp;nbsp;&lt;A href="https://github.com/yoik/cordova-yoik-screenorientation"&gt;https://github.com/yoik/cordova-yoik-screenorientation&lt;/A&gt;. You can import it as a&amp;nbsp;&lt;A href="http://plugins.cordova.io/#/package/net.yoik.cordova.plugins.screenorientation"&gt;third-party Cordova* plugin&lt;/A&gt;&amp;nbsp;using the Cordova* registry notation:&lt;/P&gt;

&lt;P style="margin-left:52.5pt;"&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;net.yoik.cordova.plugins.screenorientation (includes latest version at the time of the build)&lt;/P&gt;

&lt;P style="margin-left:52.5pt;"&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;net.yoik.cordova.plugins.screenorientation@1.3.2&amp;nbsp;(specifies a version)&lt;/P&gt;

&lt;P&gt;Or, you can reference it directly from the GitHub repo:&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-left:52.5pt;"&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;A href="http://github.com/yoik/cordova-yoik-screenorientation.git"&gt;github.com/yoik/cordova-yoik-screenorientation&lt;/A&gt;.git&lt;/P&gt;

&lt;P style="margin-left:52.5pt;"&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;A href="http://github.com/yoik/cordova-yoik-screenorientation.git#06b93e6"&gt;github.com/yoik/cordova-yoik-screenorientation.git#06b93e6&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The second reference provides the git commit referenced&amp;nbsp;&lt;A href="https://build.phonegap.com/plugins/1282"&gt;here&lt;/A&gt;&amp;nbsp;(we do not support pulling from the PhoneGap registry).&lt;/P&gt;

&lt;P&gt;Please take a look at this forum post for more information:&amp;nbsp;https://forums.html5dev-software.intel.com/viewtopic.php?f=29&amp;amp;t=7830&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2015 17:56:33 GMT</pubDate>
    <dc:creator>Anusha_M_Intel1</dc:creator>
    <dc:date>2015-03-10T17:56:33Z</dc:date>
    <item>
      <title>Cordova iOS - 3 Issues</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-iOS-3-Issues/m-p/1044591#M47354</link>
      <description>&lt;P&gt;I got 3 Issues : .................... with my iOS xdk build (Cordova Construct2 &amp;gt; Export)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;On my iPad&lt;/P&gt;

&lt;P&gt;- There is no audio&lt;BR /&gt;
	- Test ads not showing ( Does fine in android &amp;gt;cranberrygame )&amp;nbsp;&lt;BR /&gt;
	- And its not locked in portrait mode&lt;/P&gt;

&lt;P&gt;/Flemming&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 10:32:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-iOS-3-Issues/m-p/1044591#M47354</guid>
      <dc:creator>Flemming_P_</dc:creator>
      <dc:date>2015-03-10T10:32:59Z</dc:date>
    </item>
    <item>
      <title>Hi Flemming,</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-iOS-3-Issues/m-p/1044592#M47355</link>
      <description>&lt;P&gt;Hi Flemming,&lt;/P&gt;

&lt;P&gt;What kind of audio file are you using and where are you testing? &lt;SPAN style="color: rgb(51, 51, 51); font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18.2000007629395px; background-color: rgb(236, 243, 247);"&gt;There is a limitation to the emulator. It can play WAV files but not MP3 files. In either case, I believe once you run your application on device either through App Preview or by building your app you should be able to get it to work regardless of the file type. You might also want to double check that your audio file name doesn't contain any invalid characters.&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am going to have to look into test ads but regarding the&amp;nbsp;&lt;/SPAN&gt;portrait&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;mode problem, there has been a bug in Cordova where orientation does not lock in ipad.&amp;nbsp;The recommended solution is:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;[iPad] Create a plugin (directory with one file) that only has a config xml that includes the following:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;config-file target="*-Info.plist" parent="UISupportedInterfaceOrientations~ipad" overwrite="true"&amp;gt;

        &amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;

&amp;lt;/config-file&amp;gt;        

&amp;lt;config-file target="*-Info.plist" parent="UISupportedInterfaceOrientations~ipad" overwrite="true"&amp;gt;

            &amp;lt;array&amp;gt;

                &amp;lt;string&amp;gt;UIInterfaceOrientationPortrait&amp;lt;/string&amp;gt;

            &amp;lt;/array&amp;gt;

&amp;lt;/config-file&amp;gt; &lt;/PRE&gt;

&lt;P&gt;Add the plugin on the build settings page.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Alternatively, you can use this plugin:&amp;nbsp;&lt;A href="https://github.com/yoik/cordova-yoik-screenorientation"&gt;https://github.com/yoik/cordova-yoik-screenorientation&lt;/A&gt;. You can import it as a&amp;nbsp;&lt;A href="http://plugins.cordova.io/#/package/net.yoik.cordova.plugins.screenorientation"&gt;third-party Cordova* plugin&lt;/A&gt;&amp;nbsp;using the Cordova* registry notation:&lt;/P&gt;

&lt;P style="margin-left:52.5pt;"&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;net.yoik.cordova.plugins.screenorientation (includes latest version at the time of the build)&lt;/P&gt;

&lt;P style="margin-left:52.5pt;"&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;net.yoik.cordova.plugins.screenorientation@1.3.2&amp;nbsp;(specifies a version)&lt;/P&gt;

&lt;P&gt;Or, you can reference it directly from the GitHub repo:&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-left:52.5pt;"&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;A href="http://github.com/yoik/cordova-yoik-screenorientation.git"&gt;github.com/yoik/cordova-yoik-screenorientation&lt;/A&gt;.git&lt;/P&gt;

&lt;P style="margin-left:52.5pt;"&gt;·&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;A href="http://github.com/yoik/cordova-yoik-screenorientation.git#06b93e6"&gt;github.com/yoik/cordova-yoik-screenorientation.git#06b93e6&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The second reference provides the git commit referenced&amp;nbsp;&lt;A href="https://build.phonegap.com/plugins/1282"&gt;here&lt;/A&gt;&amp;nbsp;(we do not support pulling from the PhoneGap registry).&lt;/P&gt;

&lt;P&gt;Please take a look at this forum post for more information:&amp;nbsp;https://forums.html5dev-software.intel.com/viewtopic.php?f=29&amp;amp;t=7830&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 17:56:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-iOS-3-Issues/m-p/1044592#M47355</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-03-10T17:56:33Z</dc:date>
    </item>
    <item>
      <title>THANKS ... very helpful</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-iOS-3-Issues/m-p/1044593#M47356</link>
      <description>&lt;P&gt;THANKS ... very helpful&lt;/P&gt;

&lt;P&gt;Will try out your workaround&lt;/P&gt;

&lt;P&gt;The Audio problem is on my iPad, havent registred a adhoc iphone yet to test&lt;BR /&gt;
	BUT see that there are more user in Construct forum having the same issue&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks again&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2015 18:25:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-iOS-3-Issues/m-p/1044593#M47356</guid>
      <dc:creator>Flemming_P_</dc:creator>
      <dc:date>2015-03-10T18:25:00Z</dc:date>
    </item>
  </channel>
</rss>

