<?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 Hello, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022650#M38895</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Calling the plugin methods in your project means after importing plugin you need to make use of that plugin by calling the methods which comes along with imported plugin.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;For example if you want to get these kinds of functionalities you need to use these built in methods.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;H2 style="box-sizing: border-box; margin-top: 1em; margin-bottom: 16px; line-height: 1.225; font-size: 1.75em; position: relative; padding-bottom: 0.3em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif;"&gt;Encoding a Barcode&lt;/H2&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25.6000003814697px;"&gt;The plugin creates the object&amp;nbsp;&lt;CODE style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; padding: 0.2em 0px; margin: 0px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.0392157);"&gt;cordova.plugins.barcodeScanner&lt;/CODE&gt;&amp;nbsp;with the method&amp;nbsp;&lt;CODE style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; padding: 0.2em 0px; margin: 0px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.0392157);"&gt;encode(type, data, success, fail)&lt;/CODE&gt;.&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25.6000003814697px;"&gt;Supported encoding types:&lt;/P&gt;

&lt;UL style="box-sizing: border-box; padding-left: 2em; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25.6000003814697px;"&gt;
	&lt;LI style="box-sizing: border-box;"&gt;TEXT_TYPE&lt;/LI&gt;
	&lt;LI style="box-sizing: border-box;"&gt;EMAIL_TYPE&lt;/LI&gt;
	&lt;LI style="box-sizing: border-box;"&gt;PHONE_TYPE&lt;/LI&gt;
	&lt;LI style="box-sizing: border-box;"&gt;SMS_TYPE&lt;/LI&gt;
&lt;/UL&gt;

&lt;PRE style="box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; margin-top: 0px; margin-bottom: 16px; font-stretch: normal; line-height: 1.45; padding: 16px; border-radius: 3px; word-wrap: normal; color: rgb(51, 51, 51); background-color: rgb(247, 247, 247);"&gt;&lt;CODE style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; padding: 0px; margin: 0px; border-radius: 3px; word-break: normal; border: 0px; display: inline; max-width: initial; overflow: initial; line-height: inherit; word-wrap: normal; background: transparent;"&gt;A full example could be:

   cordova.plugins.barcodeScanner.encode(cordova.plugins.barcodeScanner.Encode.TEXT_TYPE, "http://www.nytimes.com", function(success) {
            alert("encode success: " + success);
          }, function(fail) {
            alert("encoding failed: " + fail);
          }
        );&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;FONT face="Consolas, Liberation Mono, Menlo, Courier, monospace"&gt;&lt;SPAN style="font-size: 13.6000003814697px; line-height: 20.4000015258789px;"&gt;Like wise there are many methods which you can use according to your requirements of the app.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2015 18:29:37 GMT</pubDate>
    <dc:creator>Amrita_C_Intel</dc:creator>
    <dc:date>2015-07-23T18:29:37Z</dc:date>
    <item>
      <title>Help needed to install PhoneGap Plugin BarcodeScanner.</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022647#M38892</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am new to app development and am in the process of building a JQuery cross platform app using Intel XDK. &amp;nbsp;I need to build in a barcode scanner and want to use&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;PhoneGap BarcodeScanner &lt;/STRONG&gt;&lt;/EM&gt;plugin,&amp;nbsp;but I am really unsure how to go about this. &amp;nbsp;I am able to import the plugin into my project, but it doesn't show up in my developer tab files. I am also not sure how to go about building the javascript file to link to it as there seems to be no documentation with the app explaining anything. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Can anyone point me in the direction of a good tutorial explaining how to import/install a 3rd party plugin into XDK and how to link to it using javascript.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;

&lt;P&gt;TonyD&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 18:24:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022647#M38892</guid>
      <dc:creator>Tony_D_1</dc:creator>
      <dc:date>2015-07-22T18:24:51Z</dc:date>
    </item>
    <item>
      <title>Hi Tony,</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022648#M38893</link>
      <description>&lt;P&gt;Hi Tony,&lt;/P&gt;

&lt;P&gt;Here is our documentation on importing third party plugins.&amp;nbsp;https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app&lt;/P&gt;

&lt;P&gt;It will not show up in your develop tab files. You can only view the plugin details from Project tab -&amp;gt; Plugin -&amp;gt; Third party plugin.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You do not have to do anything extraordinary to link your plugin to your project. Just start calling your plugin methods in your project. This is &amp;nbsp;the most popular Cordova barcode scanner plugin out there:&amp;nbsp;https://github.com/phonegap/phonegap-plugin-barcodescanner. They have a demo you can refer to:&amp;nbsp;https://github.com/wildabeast/BarcodeDemo&lt;/P&gt;

&lt;P&gt;Third party plugins will not work on the emulator or app preview. Please build the app.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2015 19:05:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022648#M38893</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-07-22T19:05:22Z</dc:date>
    </item>
    <item>
      <title>Hi Anusha,</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022649#M38894</link>
      <description>&lt;P&gt;Hi Anusha,&lt;/P&gt;

&lt;P&gt;Thank you for getting back to me so quickly.&lt;/P&gt;

&lt;P&gt;I followed your advice above and went to the demo, unfortunately it is the same as the cordova plugin registry, so doesn't give me any additional help. &amp;nbsp;I am able to import the plugin successfully as per your documentation and already know how to do the build for my app which I have done successfully using core plugins and everything else that goes with it (the documentation for your core plugins is really good and helpful).&lt;/P&gt;

&lt;P&gt;I am really not sure what you mean by calling the plugin methods in my project. &amp;nbsp;Do I call java methods directly or do I call JavaScript functions? &amp;nbsp;I still do not know how to do this in my own code, that is what I have been trying unsuccessfully to do. &amp;nbsp;I would really appreciate an example as the one given in the documentation does not work.&lt;/P&gt;

&lt;P&gt;I have tried to do a build with the imported plugin and am getting the following error at build. &amp;nbsp;I called my plugin "AscertScanner".&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;UL style="color: rgb(255, 255, 255); font-family: arial; font-size: 12px; widows: auto; line-height: 1.6em; background-color: rgb(0, 0, 0);"&gt;
	&lt;LI&gt;&lt;SPAN style="color: red;"&gt;Error: Plugin "AscertScanner" failed to install.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I would be grateful for any additional help you can give me. &amp;nbsp;Perhaps if you could point me to someone in the forums, who has built an app using this plugin or perhaps someone who can give me a worked example. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;I will repay this by doing a fully worked video example myself for future reference for others having difficulty here.&lt;/P&gt;

&lt;P&gt;I do expect my problems are caused by my own inexperience, as I am a recent graduate and new to coding for real! &amp;nbsp;So any help would be appreciated.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 10:02:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022649#M38894</guid>
      <dc:creator>Tony_D_1</dc:creator>
      <dc:date>2015-07-23T10:02:53Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022650#M38895</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Calling the plugin methods in your project means after importing plugin you need to make use of that plugin by calling the methods which comes along with imported plugin.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;For example if you want to get these kinds of functionalities you need to use these built in methods.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;H2 style="box-sizing: border-box; margin-top: 1em; margin-bottom: 16px; line-height: 1.225; font-size: 1.75em; position: relative; padding-bottom: 0.3em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(238, 238, 238); color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif;"&gt;Encoding a Barcode&lt;/H2&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25.6000003814697px;"&gt;The plugin creates the object&amp;nbsp;&lt;CODE style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; padding: 0.2em 0px; margin: 0px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.0392157);"&gt;cordova.plugins.barcodeScanner&lt;/CODE&gt;&amp;nbsp;with the method&amp;nbsp;&lt;CODE style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; padding: 0.2em 0px; margin: 0px; border-radius: 3px; background-color: rgba(0, 0, 0, 0.0392157);"&gt;encode(type, data, success, fail)&lt;/CODE&gt;.&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25.6000003814697px;"&gt;Supported encoding types:&lt;/P&gt;

&lt;UL style="box-sizing: border-box; padding-left: 2em; margin-bottom: 16px; color: rgb(51, 51, 51); font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, freesans, sans-serif; font-size: 16px; line-height: 25.6000003814697px;"&gt;
	&lt;LI style="box-sizing: border-box;"&gt;TEXT_TYPE&lt;/LI&gt;
	&lt;LI style="box-sizing: border-box;"&gt;EMAIL_TYPE&lt;/LI&gt;
	&lt;LI style="box-sizing: border-box;"&gt;PHONE_TYPE&lt;/LI&gt;
	&lt;LI style="box-sizing: border-box;"&gt;SMS_TYPE&lt;/LI&gt;
&lt;/UL&gt;

&lt;PRE style="box-sizing: border-box; overflow: auto; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; margin-top: 0px; margin-bottom: 16px; font-stretch: normal; line-height: 1.45; padding: 16px; border-radius: 3px; word-wrap: normal; color: rgb(51, 51, 51); background-color: rgb(247, 247, 247);"&gt;&lt;CODE style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; font-size: 13.6000003814697px; padding: 0px; margin: 0px; border-radius: 3px; word-break: normal; border: 0px; display: inline; max-width: initial; overflow: initial; line-height: inherit; word-wrap: normal; background: transparent;"&gt;A full example could be:

   cordova.plugins.barcodeScanner.encode(cordova.plugins.barcodeScanner.Encode.TEXT_TYPE, "http://www.nytimes.com", function(success) {
            alert("encode success: " + success);
          }, function(fail) {
            alert("encoding failed: " + fail);
          }
        );&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;FONT face="Consolas, Liberation Mono, Menlo, Courier, monospace"&gt;&lt;SPAN style="font-size: 13.6000003814697px; line-height: 20.4000015258789px;"&gt;Like wise there are many methods which you can use according to your requirements of the app.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 18:29:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022650#M38895</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-07-23T18:29:37Z</dc:date>
    </item>
    <item>
      <title>Hi Amrita C,</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022651#M38896</link>
      <description>&lt;P&gt;Hi Amrita C,&lt;/P&gt;

&lt;P&gt;I am very sorry, I hope you do not think me rude, but you are not answering my questions. &amp;nbsp;All you are doing is re-hashing what is in the documentation that I have already said I do not understand and is not working. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;I cannot start to test out what you are telling me to do as intel xdk keeps bringing up an error when I do a build. &amp;nbsp;This is the error I am getting.&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;

&lt;UL style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;
	&lt;LI&gt;Error: Plugin "AscertScanner" failed to install.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;This is the only information I get. &amp;nbsp;It doesn't tell me why it hasn't installed, which is really quite poor.&lt;/P&gt;

&lt;P&gt;As I explained it is not at all clear from your documentation or the documentation from the plugin developer how it should be used. &amp;nbsp;Add to that the problems with intel xdk not completing the build when I have done everything correctly as per your documentation then I am sure you understand my frustration.&lt;/P&gt;

&lt;P&gt;I would be very grateful if you would pass this problem onto someone who can actually help me. &amp;nbsp;At this stage I am considering moving to another platform as I cannot let let Intel XDK hold me back in the development of my app. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 18:47:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022651#M38896</guid>
      <dc:creator>Tony_D_1</dc:creator>
      <dc:date>2015-07-23T18:47:39Z</dc:date>
    </item>
    <item>
      <title>Hi Tony, I am closing this</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022652#M38897</link>
      <description>&lt;P&gt;Hi Tony, I am closing this one as it looks like you have made a repeat post. Please refer to my answer there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2015 21:48:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022652#M38897</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-07-23T21:48:42Z</dc:date>
    </item>
    <item>
      <title>i have added the phonegap</title>
      <link>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022653#M38898</link>
      <description>&lt;P&gt;i have added the phonegap-plugin-barcodescanner&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;plugin to my project and have come across the following issue.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;
	Error message "Uncaught TypeError: Cannot read property 'plugins' of undefined script"&amp;nbsp;after calling the function from a button click. the alert message is displayed however the program terminates on the barcode scanner function. Please help&lt;/P&gt;

&lt;P&gt;Intel XDK: 3618&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;BarcodeScanner Version 4.10&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function ScanItem(){&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert("Scan Inventory Item now please hold");&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cordova.plugins.barcodeScanner.scan(&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function (result) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert("We got a barcode\n" +&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "Result: " + result.text + "\n" +&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "Format: " + result.format + "\n" +&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "Cancelled: " + result.cancelled);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function (error) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert("Failed to scan item Please try again: " + error);&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; },&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "preferFrontCamera" : true, // iOS and Android&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "showFlipCameraButton" : true, // iOS and Android&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "prompt" : "Place a barcode inside the scan area", // supported on Android only&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "formats" : "QR_CODE,PDF_417", // default: all but PDF_417 and RSS_EXPANDED&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "orientation" : "landscape" // Android only (portrait|landscape), default unset so it rotates with the device&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;);&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 05:39:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022653#M38898</guid>
      <dc:creator>Xavier_P_1</dc:creator>
      <dc:date>2016-10-24T05:39:53Z</dc:date>
    </item>
    <item>
      <title>Xavier- </title>
      <link>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022654#M38899</link>
      <description>&lt;P&gt;Xavier-&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Could you provide some more information about your error:&lt;/P&gt;

&lt;P&gt;Does it specify a line?&amp;nbsp;&lt;SPAN style="font-size: 1em; -webkit-text-size-adjust: 100%;"&gt;How do you know it terminates in this function? And finally, have you gone through the debugger to walk through the program?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 16:51:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Help-needed-to-install-PhoneGap-Plugin-BarcodeScanner/m-p/1022654#M38899</guid>
      <dc:creator>Giselle_G_Intel</dc:creator>
      <dc:date>2016-10-24T16:51:49Z</dc:date>
    </item>
  </channel>
</rss>

