<?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 David, please see this doc in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041411#M46181</link>
    <description>&lt;P&gt;David, please see this doc page for a complete menu of debug options: &lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Sep 2015 23:16:16 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-09-25T23:16:16Z</dc:date>
    <item>
      <title>Unable to make a Cordova plugin work</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041405#M46175</link>
      <description>&lt;P&gt;I'm trying to install the "PhoneGap Calendar Plugin" (nl.x-services.plugins.calendar) from the Cordova registry into an app that started life as a Standard Cordova app. I've followed the steps to add the external plugin into my project on the Projects tab, which appears to show that the plugin is present.&lt;/P&gt;

&lt;P&gt;I can see the plugin in my config.ios.xml file:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;intelxdk:plugin intelxdk:name="PhoneGap Calendar plugin, by Eddy Verbruggen" intelxdk:value="nl.x-services.plugins.calendar"/&amp;gt;&lt;/PRE&gt;

&lt;P&gt;However, this is the only evidence that the plugin exists in my source code, and none of my attempts to use it actually work.&lt;/P&gt;

&lt;P&gt;In the emulator, the object "window.plugins.calendar" (which is what I'm supposed to call, according to the documentation) doesn't exist, and the plugin does not appear in the list shown by:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;cordova.require('cordova/plugin_list').metadata&lt;/PRE&gt;

&lt;P&gt;On my device, using AppPreview, the plugin doesn't execute. I'm not currently able to get any debugging information.&lt;/P&gt;

&lt;P&gt;I'm currently unable to use the "debug" tab to operate on my device, because of a separate problem (&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-xdk/topic/594107)" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-xdk/topic/594107)&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I'm also currently unable to use the "build" tab, because the iOS panel doesn't currently have a "Build" button, for reasons that I haven't yet established.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;HELP! Can someone give me an idea as to how I track down what's happening here?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 07:49:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041405#M46175</guid>
      <dc:creator>David_K_6</dc:creator>
      <dc:date>2015-09-23T07:49:02Z</dc:date>
    </item>
    <item>
      <title>Hi David,</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041406#M46176</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;I used the calendar plugin few days ago and it worked. After your issue details, I think the plugin could be seen in action only if you build your solution and transfer it to the device. In fact, I built my app using the XDK tab, I installed the downloaded package apk on my Android phone and I got it.&lt;/P&gt;

&lt;P&gt;As far as I know, third party plugins couldn't be debugged using the procedures you described. For more info on it, read the documentation about the third party plugin debug.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 08:40:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041406#M46176</guid>
      <dc:creator>Antonio_Za</dc:creator>
      <dc:date>2015-09-23T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Aaa Z - FYI - the big feature</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041407#M46177</link>
      <description>&lt;P&gt;Aaa Z - FYI - the big feature of the new XDK release is the debugging of third party plugins, although given the timestamp on David's note, I am not sure if he would have been trying it with the new release.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 20:07:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041407#M46177</guid>
      <dc:creator>Barry_Johnson</dc:creator>
      <dc:date>2015-09-23T20:07:00Z</dc:date>
    </item>
    <item>
      <title>Hi David,</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041408#M46178</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;The only way to test third party plugins is to build the app and test on device. And as Barry said, with the latest release, you can now build a custom debug module which will allow you to debug third party plugins.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Check out the release notes for v2496 -&amp;nbsp;https://software.intel.com/en-us/xdk/docs/release-notes-information-intel-xdk&lt;/P&gt;

&lt;P&gt;(Under section 'App Preview Custom Debug Modules')&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2015 20:12:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041408#M46178</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-09-23T20:12:40Z</dc:date>
    </item>
    <item>
      <title>Barry / Anusha</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041409#M46179</link>
      <description>&lt;P&gt;Barry / Anusha&lt;/P&gt;

&lt;P&gt;Thanks for this. v2496 had not arrived at the time of my previous post. It now has, and permits me to run the plugin in the emulator. Rather than complaining that the function doesn't exist, it brings up a simulation screen which lets me type in simulated results.&lt;/P&gt;

&lt;P&gt;It also works when running over Android using the Debug tab - and I can see that it actually creates calendar events.&lt;/P&gt;

&lt;P&gt;It still doesn't work on AppPreview over the air on the iPhone or on Android. I'm on what AppStore tells me is the latest version, which is 2.5.0 (21-Sep-2015). Presumably support will be added at some stage - it would be great if one of you guys know when.&lt;/P&gt;

&lt;P&gt;I'm also still having problems building an App for iOS, but these are the subject of a separate thread (&lt;A href="https://software.intel.com/en-us/comment/1840982#comment-1840982"&gt;https://software.intel.com/en-us/comment/1840982#comment-1840982&lt;/A&gt;).&lt;/P&gt;

&lt;P&gt;So I'm in a much better place than I was a couple of days ago, thanks. Now I just need to fix the iPhone build, because otherwise, it's back to straight Cordova, which is an unappealing prospect :-(&lt;/P&gt;

&lt;P&gt;David&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 08:52:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041409#M46179</guid>
      <dc:creator>David_K_6</dc:creator>
      <dc:date>2015-09-24T08:52:25Z</dc:date>
    </item>
    <item>
      <title>Hi David,</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041410#M46180</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;

&lt;P&gt;Like I said the third party plugin is only supported via the custom debug module. Which means it is not supported on the emulator (now we have the simulation screen that can help) and in app preview. &lt;SPAN style="font-size: 13.008px; line-height: 17.7382px;"&gt;And yes, 2.5.0 is the latest version.&amp;nbsp;&lt;/SPAN&gt;Unfortunately I am not able to tell you if support will be added in App Preview at this time.&lt;/P&gt;

&lt;P&gt;I noticed from your other post that v2496 solved the iOS build issue. :)&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2015 17:59:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041410#M46180</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-09-24T17:59:15Z</dc:date>
    </item>
    <item>
      <title>David, please see this doc</title>
      <link>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041411#M46181</link>
      <description>&lt;P&gt;David, please see this doc page for a complete menu of debug options: &lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 23:16:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unable-to-make-a-Cordova-plugin-work/m-p/1041411#M46181</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-09-25T23:16:16Z</dc:date>
    </item>
  </channel>
</rss>

