<?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 The problem was the webintent in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152712#M78683</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;The problem was the webintent plugin is not recognized by the cordova cli with the help of NPM.&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Yesterday, I explicitly install the webintent plugin throughthe git hub client and then build the apk,&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;After unzipping the apk file, in the assests folder I got the webintent plugin which is not present earlier.&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;And with this apk file, installed in the phone and webintent plugin starts working.&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Thanks for your help and suggestions.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jul 2017 05:03:31 GMT</pubDate>
    <dc:creator>Anjali_P_</dc:creator>
    <dc:date>2017-07-27T05:03:31Z</dc:date>
    <item>
      <title>Cordova WebIntent Plugin not working</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152705#M78676</link>
      <description>&lt;P&gt;Hii..&lt;/P&gt;

&lt;P&gt;I have used the plugin from the following link :&amp;nbsp;https://github.com/Initsogar/cordova-webintent.git&lt;/P&gt;

&lt;P&gt;Set the minimum android API level as 16 and Maximum target API level as 21 in the build settings.&lt;/P&gt;

&lt;P&gt;After, building the apk by using cordova CLI. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;The code I used to start an activity is shown below :&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;window.cordova.plugins.webintent.startActivity
            ({
                  action: window.plugins.webintent.ACTION_VIEW,
                  url: "file:///storage/emulated/0/Download/anjali/test.apk",
                  type: 'application/vnd.android.package-archive'
                },
                function() {alert("inside success webintent");},
                function(){ alert('Failed to open URL via Android Intent');}
            );&lt;/PRE&gt;

&lt;P&gt;This mentioned above function will be called only after device ready event.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 11.382px;"&gt;An exception is thrown for this plugin as : TypeError : Cannot read property 'webintent' of undefined.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 11.382px;"&gt;Reply as soon as possible.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 05:46:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152705#M78676</guid>
      <dc:creator>Anjali_P_</dc:creator>
      <dc:date>2017-07-24T05:46:38Z</dc:date>
    </item>
    <item>
      <title>I suspect that plugin was not</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152706#M78677</link>
      <description>&lt;P&gt;I suspect that plugin was not added to your app, if you are using PhoneGap Build you can check their build log to see if that is the case, if using Cordova CLI you should have seen an error on the command-line when you attempted to add the plugin using CLI. When I click the link you provided it goes nowhere. See this Ionics forum post &amp;gt; &lt;A href="https://forum.ionicframework.com/t/https-github-com-initsogar-cordova-webintent-is-404/85429" target="_blank"&gt;https://forum.ionicframework.com/t/https-github-com-initsogar-cordova-webintent-is-404/85429&lt;/A&gt; &amp;lt; for more help.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 16:41:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152706#M78677</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-07-24T16:41:34Z</dc:date>
    </item>
    <item>
      <title>From the link you have shared</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152707#M78678</link>
      <description>&lt;P&gt;From the link you have shared I used the following plugin : &lt;A href="https://github.com/marcelchastain/cordova-webintent" target="_blank"&gt;https://github.com/marcelchastain/cordova-webintent&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But, then also same exception is thrown.&lt;/P&gt;

&lt;P&gt;I checked in the simulator, atleast there is no exception thrown.&lt;/P&gt;

&lt;P&gt;But, after building the apk and installing in the phone, an exception is thrown as (&lt;SPAN style="font-size: 12px;"&gt;TypeError : Cannot read property 'webintent' of undefined.&lt;/SPAN&gt;).&lt;/P&gt;

&lt;P&gt;Also, I tried to extract the apk built by using Cordova CLI by using online Java Decomplier tools.&lt;/P&gt;

&lt;P&gt;With the extracted components, all the plugins folder are there, except the web intent plugin folder.&lt;/P&gt;

&lt;P&gt;Need help as soon as possible.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 04:43:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152707#M78678</guid>
      <dc:creator>Anjali_P_</dc:creator>
      <dc:date>2017-07-25T04:43:45Z</dc:date>
    </item>
    <item>
      <title>Please review the plugin</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152708#M78679</link>
      <description>&lt;P&gt;Please review the plugin implementation &amp;gt; &lt;A href="https://github.com/marcelchastain/cordova-webintent/blob/master/www/webintent.js" target="_blank"&gt;https://github.com/marcelchastain/cordova-webintent/blob/master/www/webintent.js&lt;/A&gt; &amp;lt; because the object reference you are making appears to be wrong.&lt;/P&gt;

&lt;P&gt;You do not need to decompile anything to figure out if the plugin was added, just unzip the APK file and you'll be able to quickly see if the plugin is present. For example, after building a test project that included that plugin, and unzipping the APK file that I got from PhoneGap Build, I see this when I look at the unzipped folder (I've highlighted the plugin of interest):&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2017-07-25 at 09.48.02 .png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9609iFECF3F973DFE2B4C/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2017-07-25 at 09.48.02 .png" alt="Screen Shot 2017-07-25 at 09.48.02 .png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Or, build a debug version of the app, install it and run it on your device, and attach your device to your USB port to test at the JavaScript console. I took the app I built above that includes that plugin and I can see that the plugin was included by doing the following at the JavaScript console when I'm &lt;A href="https://software.intel.com/en-us/xdk/docs/using-remote-chrome-devtools-to-debug-android-cordova-apps"&gt;using remote CDT to debug the app&lt;/A&gt;:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;&amp;gt; console.log(JSON.stringify(cordova.require('cordova/plugin_list').metadata, null, 1))
{
 "cordova-plugin-device": "1.1.2",
 "cordova-plugin-splashscreen": "3.2.2",
 "cordova-plugin-screen-orientation": "1.4.2",
 "cordova-plugin-dialogs": "1.2.1",
 "phonegap-plugin-barcodescanner": "4.1.0",
 "cordova-plugin-battery-status": "1.1.2",
 "com.borismus.webintent": "1.0.3",
 "cordova-plugin-whitelist": "1.2.2"
}&lt;/PRE&gt;

&lt;P&gt;It's the second-to-last plugin listed. Which I added to my project using this GitHub repo URL &amp;gt; &lt;A href="https://github.com/marcelchastain/cordova-webintent" target="_blank"&gt;https://github.com/marcelchastain/cordova-webintent&lt;/A&gt; &amp;lt; and then built using PhoneGap Build using the ZIP file that I exported from the XDK.&lt;/P&gt;

&lt;P&gt;From that same debug console, you can see that the plugin is present and available, below is a screenshot from the &lt;A href="https://software.intel.com/en-us/xdk/docs/using-remote-chrome-devtools-to-debug-android-cordova-apps"&gt;remote CDT console&lt;/A&gt; and my test above, as well as an expansion of the window.webintent object created by that plugin:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2017-07-25 at 09.51.34 .png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9610i9341ACFE9295044E/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2017-07-25 at 09.51.34 .png" alt="Screen Shot 2017-07-25 at 09.51.34 .png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Also, double-check the process you are using to add the plugin to your project. You can easily confirm that it is in the project by simply looking at the plugin management tool:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Screen Shot 2017-07-25 at 09.54.12 .png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9611iBED7C68FE8942B77/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screen Shot 2017-07-25 at 09.54.12 .png" alt="Screen Shot 2017-07-25 at 09.54.12 .png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 16:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152708#M78679</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-07-25T16:59:00Z</dc:date>
    </item>
    <item>
      <title>As you have mentioned above,</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152709#M78680</link>
      <description>&lt;P&gt;As you have mentioned above, I create a new project and attached the third party webintent plugin.In the intel xdk, after attaching the plugin, in the project tab under plugin management , the plugin has been attached (Shown below is the screenshot)&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="refer1.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9612i00FB435491662D89/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="refer1.png" alt="refer1.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I am using Cordova CLI to build the apk files.&lt;/P&gt;

&lt;P&gt;The following are the screenshot of the cordova CLI :&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="refer2.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9613iE8956EE3C002CD9B/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="refer2.png" alt="refer2.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="refer3.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9614i8DA26D44E0932ECA/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="refer3.png" alt="refer3.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;After the unzipping the apk file, all the plugin files folder are there except : &amp;nbsp;&lt;SPAN style="color: rgb(0, 0, 255); font-family: Consolas, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, Courier, monospace; font-size: 11.382px;"&gt;com.borismus.webintent&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;The following is the code for the index.html:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;title&amp;gt;Blank Cordova Mobile App Template&amp;lt;/title&amp;gt;
    &amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&amp;gt;
    &amp;lt;meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no"&amp;gt;
    &amp;lt;style&amp;gt;
        @-ms-viewport { width: 100vw ; min-zoom: 100% ; zoom: 100% ; }          @viewport { width: 100vw ; min-zoom: 100% zoom: 100% ; }
        @-ms-viewport { user-zoom: fixed ; min-zoom: 100% ; }                   @viewport { user-zoom: fixed ; min-zoom: 100% ; }
        /*@-ms-viewport { user-zoom: zoom ; min-zoom: 100% ; max-zoom: 200% ; }   @viewport { user-zoom: zoom ; min-zoom: 100% ; max-zoom: 200% ; }*/
    &amp;lt;/style&amp;gt;
    &amp;lt;link rel="stylesheet" href="css/app.css"/&amp;gt;
     &amp;lt;script src="cordova.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src="js/app.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src="js/init-app.js"&amp;gt;&amp;lt;/script&amp;gt;
    &amp;lt;script src="xdk/init-dev.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;div&amp;gt;TEST WEBINTENT SAMPLE&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;
    &amp;lt;center&amp;gt;&amp;lt;input type='button' value ='click' id='clickBtn' onclick ='btnClick();'/&amp;gt;&amp;lt;/center&amp;gt;
&amp;lt;/body&amp;gt;
    &amp;lt;script&amp;gt;
        function $(id){ return document.getElementById(id);}
        function btnClick()
        {
            alert("came inside btn click");
            try
            {
                  window.webintent.startActivity({
                            action: window.plugins.webintent.ACTION_VIEW,
                            url: 'file:///storage/emulated/0/Download/anjali/Test.apk',
                            type: 'application/vnd.android.package-archive'
                        },
                        function(){ alert("inside success callback");},
                        function(){alert("inside error callback");}
                    );
            }
            catch(ex)
            {
                alert("Exception Error : "+ex);
            }
        }
    &amp;lt;/script&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;

&lt;P&gt;In the phone, only the exception error is thrown.&lt;/P&gt;

&lt;P&gt;Reply as soon as possible.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152709#M78680</guid>
      <dc:creator>Anjali_P_</dc:creator>
      <dc:date>2017-07-26T05:27:00Z</dc:date>
    </item>
    <item>
      <title>Attachments files:</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152710#M78681</link>
      <description>&lt;P&gt;Attachments files:&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 05:30:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152710#M78681</guid>
      <dc:creator>Anjali_P_</dc:creator>
      <dc:date>2017-07-26T05:30:16Z</dc:date>
    </item>
    <item>
      <title>I just exported a ZIP of my</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152711#M78682</link>
      <description>&lt;P&gt;I just exported a ZIP of my test file that I tried yesterday, unzipped it into a test folder, and built it using Cordova CLI. The image contains the problem plugin:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;~/Downloads/tmp$ unzip ~/Downloads/third-party-plugin-pgb-cli-2017-0726-95045/platforms/android/build/outputs/apk/android-debug.apk
Archive:  ~/Downloads/third-party-plugin-pgb-cli-2017-0726-95045/platforms/android/build/outputs/apk/android-debug.apk
  inflating: AndroidManifest.xml     
  inflating: META-INF/CERT.RSA       
  inflating: META-INF/CERT.SF        
  inflating: META-INF/MANIFEST.MF    
  inflating: META-INF/rxjava.properties  
  inflating: META-INF/services/com.google.protobuf.GeneratedExtensionRegistryLoader  

...stuff deleted...

  inflating: third_party/java_src/error_prone/project/annotations/Google_internal.gwt.xml  
  inflating: third_party/java_src/jsr330_inject/Jsr330_inject.gwt.xml  
~/Downloads/tmp$ ll
total 7432
-rw-rw-rw-   1 test  staff    11K Dec 31  1979 AndroidManifest.xml
drwxr-xr-x   7 test  staff   238B Jul 26 10:58 META-INF/
drwxr-xr-x   3 test  staff   102B Jul 26 10:58 assets/
-rw-r--r--   1 test  staff   963B Dec 31  1979 build-data.properties
-rw-r--r--   1 test  staff   3.3M Dec 31  1979 classes.dex
drwxr-xr-x   3 test  staff   102B Jul 26 10:58 error_prone/
drwxr-xr-x   3 test  staff   102B Jul 26 10:58 javax/
drwxr-xr-x   3 test  staff   102B Jul 26 10:58 jsr305_annotations/
drwxr-xr-x   3 test  staff   102B Jul 26 10:58 jsr330_inject/
drwxr-xr-x  26 test  staff   884B Jul 26 10:58 res/
-rw-rw-rw-   1 test  staff   350K Dec 31  1979 resources.arsc
drwxr-xr-x   3 test  staff   102B Jul 26 10:58 third_party/
~/Downloads/tmp$ ll assets/
total 0
drwxr-xr-x  10 test  staff   340B Jul 26 10:58 www/
~/Downloads/tmp$ ll assets/www
total 168
drwxr-xr-x   6 test  staff   204B Jul 26 10:58 cordova-js-src/
-rw-r--r--   1 test  staff    71K Dec 31  1979 cordova.js
-rw-r--r--   1 test  staff   3.1K Dec 31  1979 cordova_plugins.js
drwxr-xr-x   3 test  staff   102B Jul 26 10:58 css/
-rw-r--r--   1 test  staff   4.4K Dec 31  1979 index.html
drwxr-xr-x   4 test  staff   136B Jul 26 10:58 js/
drwxr-xr-x  10 test  staff   340B Jul 26 10:58 plugins/
drwxr-xr-x   5 test  staff   170B Jul 26 10:58 xdk/
~/Downloads/tmp$ ll assets/www/plugins/
total 0
drwxr-xr-x  3 test  staff   102B Jul 26 10:58 com.borismus.webintent/
drwxr-xr-x  3 test  staff   102B Jul 26 10:58 cordova-plugin-battery-status/
drwxr-xr-x  3 test  staff   102B Jul 26 10:58 cordova-plugin-device/
drwxr-xr-x  3 test  staff   102B Jul 26 10:58 cordova-plugin-dialogs/
drwxr-xr-x  3 test  staff   102B Jul 26 10:58 cordova-plugin-screen-orientation/
drwxr-xr-x  3 test  staff   102B Jul 26 10:58 cordova-plugin-splashscreen/
drwxr-xr-x  3 test  staff   102B Jul 26 10:58 phonegap-plugin-barcodescanner/
drwxr-xr-x  3 test  staff   102B Jul 26 10:58 phonegap-plugin-push/ &lt;/PRE&gt;

&lt;P&gt;If you are not seeing the plugin inside your built APK, I would double-check the process you are using to create your CLI project and to build it. Did you try building with PhoneGap Build as a comparison point?&lt;/P&gt;

&lt;P&gt;Likewise, I recommend you &lt;A href="https://software.intel.com/en-us/xdk/docs/using-remote-chrome-devtools-to-debug-android-cordova-apps"&gt;use the remote CDT debug tool&lt;/A&gt; to confirm what is present in your built and installed APK, similar to what I did (see my previous post and the links I've provided for additional help with that).&lt;/P&gt;

&lt;P&gt;Just an observation, the way you are using Cordova CLI is somewhat unusual. It (and Node.js and npm) should be installed as globally accessible tools that are part of your path. You should not be creating Cordova projects inside of "C:\Program Files\nodejs\node_modules\npm" as you show in your images. And you should not have to run those tools as Administrator. I have a Windows machine and I am able to run all of those tools as a normal user, which is the expected usage model. This may be part of the problem...&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 18:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152711#M78682</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2017-07-26T18:10:00Z</dc:date>
    </item>
    <item>
      <title>The problem was the webintent</title>
      <link>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152712#M78683</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;The problem was the webintent plugin is not recognized by the cordova cli with the help of NPM.&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Yesterday, I explicitly install the webintent plugin throughthe git hub client and then build the apk,&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;After unzipping the apk file, in the assests folder I got the webintent plugin which is not present earlier.&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;And with this apk file, installed in the phone and webintent plugin starts working.&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Thanks for your help and suggestions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 05:03:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Cordova-WebIntent-Plugin-not-working/m-p/1152712#M78683</guid>
      <dc:creator>Anjali_P_</dc:creator>
      <dc:date>2017-07-27T05:03:31Z</dc:date>
    </item>
  </channel>
</rss>

