<?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 i use Android not Crosswalk in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010485#M33958</link>
    <description>&lt;P&gt;i use Android not Crosswalk for Android in my builds&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2015 12:53:32 GMT</pubDate>
    <dc:creator>And_P_</dc:creator>
    <dc:date>2015-09-03T12:53:32Z</dc:date>
    <item>
      <title>Problem with Standard Cordova Plugin InAppBrowser on Android</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010477#M33950</link>
      <description>&lt;P&gt;In my App I transfer file and picture from my database on external server a save them locally on smartphone with FileTransfer Plugin. Then to view the downloaded file I use InAppBrowser plugin (V. 0.5.4).&amp;nbsp; This is my code:&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	if (intel.xdk.device.platform == 'Android' || intel.xdk.device.platform == 'android')&lt;BR /&gt;
	&amp;nbsp;var path = strUrl;&lt;BR /&gt;
	&amp;nbsp;window.open(path, '_system', 'location=no');&lt;BR /&gt;
	}&lt;BR /&gt;
	else {&lt;BR /&gt;
	&amp;nbsp;var url = strUrl;&lt;BR /&gt;
	&amp;nbsp;window.open(url, '_blank', 'location=no');&lt;BR /&gt;
	}&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Everything worked well and, for example, I can view a pdf file with default reader on device then i can close them and return to my app.&lt;BR /&gt;
	suddenly while all running fine on ios, on Android devices can no longer go back to my app. In fact there is no button "done" or no way to close the viewer pdf or jpg, for example, and return to my app. If I click the back button on device the application will also close my app and I must log again.&lt;BR /&gt;
	Is use InAppbrowser because it is the only way to view pdf files with the player by default on Android devices. So i don't know why that plugin suddendly show that problem.&lt;BR /&gt;
	Any help and advice is appreciated&lt;BR /&gt;
	Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 08:57:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010477#M33950</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-09-02T08:57:49Z</dc:date>
    </item>
    <item>
      <title>Are you targeting a specific</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010478#M33951</link>
      <description>&lt;P&gt;Are you targeting a specific version of the plugin? If you are not, and the author of the plugin changed something recently and published a new version, your build will be using the newest version unless you target a specific version when you add the plugin to your project.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:14:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010478#M33951</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-09-02T13:14:06Z</dc:date>
    </item>
    <item>
      <title>I tag the standard version of</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010479#M33952</link>
      <description>&lt;P&gt;I&amp;nbsp;use the standard version of Intel XDK i.e 0.5.4&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 13:30:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010479#M33952</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-09-02T13:30:00Z</dc:date>
    </item>
    <item>
      <title>That plugin has not changed</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010480#M33953</link>
      <description>&lt;P&gt;That plugin has not changed in quite some time.&lt;/P&gt;

&lt;P&gt;Did you update your device recently?&lt;/P&gt;

&lt;P&gt;What happens if you include the pdf in your app and launch it locally with the inAppBrowser? Does it render correctly?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 15:34:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010480#M33953</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-09-02T15:34:12Z</dc:date>
    </item>
    <item>
      <title>no recent changes...</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010481#M33954</link>
      <description>&lt;P&gt;no recent changes...&lt;/P&gt;

&lt;P&gt;as I said in my first post i download file pdf correctly and my app lauch it with inAppBrowser and render it correctly..This in not the problem..the problem is&amp;nbsp;I can't close pdfviewer and I can't back to my app..if I touch back button of device it close the viewer and also the app...&lt;/P&gt;

&lt;P&gt;in IOS all is ok&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 16:02:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010481#M33954</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-09-02T16:02:42Z</dc:date>
    </item>
    <item>
      <title>Are you using Android's</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010482#M33955</link>
      <description>&lt;P&gt;Are you using Android's native webview or are you using Crosswalk (did you choose Crosswalk for Android in your build settings)?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 16:37:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010482#M33955</guid>
      <dc:creator>Pamela_H_Intel</dc:creator>
      <dc:date>2015-09-02T16:37:33Z</dc:date>
    </item>
    <item>
      <title>Use target as '_blank' for</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010483#M33956</link>
      <description>&lt;P&gt;Use target as '_blank' for Android as well. &amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;window.open(url, '_blank', 'location=no');&lt;/PRE&gt;

&lt;P&gt;In your code you are using '_system'. When you use '_system', the app opens an instance of system browser and the control gets transferred to the browser instance. When you use '_blank', an inAppBrowser instance gets created within your app and the back button is displayed as part of that instance and pressing back button brings the control back to the app.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 21:19:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010483#M33956</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-09-02T21:19:40Z</dc:date>
    </item>
    <item>
      <title>I use _system because is the</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010484#M33957</link>
      <description>&lt;P&gt;I use _system because is the only way i can view pdf file.....if i use _blank I can't view them on android...&lt;/P&gt;

&lt;P&gt;with _system a time ago it was all ok!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 12:50:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010484#M33957</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-09-03T12:50:27Z</dc:date>
    </item>
    <item>
      <title>i use Android not Crosswalk</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010485#M33958</link>
      <description>&lt;P&gt;i use Android not Crosswalk for Android in my builds&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 12:53:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010485#M33958</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-09-03T12:53:32Z</dc:date>
    </item>
    <item>
      <title>InAppBrowser plugin does not</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010486#M33959</link>
      <description>&lt;P&gt;InAppBrowser plugin does not support pdf viewing on Android. The system browser does, but then as I said it will not give control back to your app. Since you are downloading the pdf on your device, I would recommend you use a file opener plugin to view the pdf.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/don/FileOpener" target="_blank"&gt;https://github.com/don/FileOpener&lt;/A&gt; (Android only) or&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/pwlin/cordova-plugin-file-opener2" target="_blank"&gt;https://github.com/pwlin/cordova-plugin-file-opener2&lt;/A&gt; (Android and iOS)&lt;/P&gt;

&lt;P&gt;Another option is, if your file is served from your own server then you can set up pdf.js library (https://mozilla.github.io/pdf.js/) on your server and directly point inAppBrowser to the pdf.js location with your pdf filename.&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;window.open('http://YOUR_DOMAIN/pdfjs/web/viewer.html?file=YOUR_PDF_URL', '_blank', 'location=no');&lt;/PRE&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 16:33:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010486#M33959</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-09-03T16:33:34Z</dc:date>
    </item>
    <item>
      <title>thanks for your explanation</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010487#M33960</link>
      <description>&lt;P&gt;thanks for your explanation very useful ...i already tried with fileopener but i can't open file...i try with pfd.js....&lt;SPAN class="hps"&gt;but in any&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;case&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;I do not understand&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;why using&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the following code&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;for a while&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;everything was working&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;fine on&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;Android&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;if (intel.xdk.device.platform == 'Android' || intel.xdk.device.platform == 'android')&lt;BR /&gt;
	&amp;nbsp;var path = strUrl;&lt;BR /&gt;
	&amp;nbsp;window.open(path, '_system', 'location=no');&lt;BR /&gt;
	}&lt;BR /&gt;
	else {&lt;BR /&gt;
	&amp;nbsp;var url = strUrl;&lt;BR /&gt;
	&amp;nbsp;window.open(url, '_blank', 'location=no');&lt;BR /&gt;
	}&lt;/P&gt;

&lt;P&gt;thanks so much&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 20:01:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010487#M33960</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-09-03T20:01:38Z</dc:date>
    </item>
    <item>
      <title>i try with my app's release</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010488#M33961</link>
      <description>&lt;P&gt;i try with my app's release of may 2015 and all work very well...but with release of now not...maybe new version of xdk has some problem...&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 16:29:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010488#M33961</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-09-04T16:29:14Z</dc:date>
    </item>
    <item>
      <title>I have seen back button work</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010489#M33962</link>
      <description>&lt;P&gt;I have seen back button work on some devices when you use '_system' but may not work on all devices. If you are using the same device and if it worked for you earlier, check these few things.&lt;/P&gt;

&lt;P&gt;1) You are missing opening curly bracket '{' for your if statement in the code snippet you provided. Correct that, if that's in your actual code.&lt;/P&gt;

&lt;P&gt;2) In your code you are usig &amp;nbsp;Intel XDK device plugin to check for Android platform, make sure you check the Intel XDK device plugin checkbox on the right side of plugins section&lt;/P&gt;

&lt;P&gt;3) Make sure you have set the whitelisting in Projects &amp;gt; Build Settings &amp;nbsp;properly. Put * in the Access List box&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;and select internal whitelist.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 18:12:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010489#M33962</guid>
      <dc:creator>Swati_S_Intel1</dc:creator>
      <dc:date>2015-09-04T18:12:06Z</dc:date>
    </item>
    <item>
      <title>on same device old release</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010490#M33963</link>
      <description>&lt;P&gt;on same device old release work ..newest not!&lt;/P&gt;

&lt;P&gt;if i miss some bracket when i launch emulator it must to check it!&lt;/P&gt;

&lt;P&gt;I have check device plugin&lt;/P&gt;

&lt;P&gt;I put * in the Access List box&amp;nbsp;and select internal whitelist&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2015 08:26:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010490#M33963</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-09-05T08:26:03Z</dc:date>
    </item>
    <item>
      <title>I find the problem:</title>
      <link>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010491#M33964</link>
      <description>&lt;P&gt;I find the problem:&lt;/P&gt;

&lt;P&gt;my app use nfc plugin too and I need to modify Android Manifest to add an intent to open my app where read nfc tag.&lt;/P&gt;

&lt;P&gt;I Use this code:&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;xml&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;version&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;1.0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;encoding&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;utf-8&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;?&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;plugin&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;xmlns&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;A href="http://apache.org/cordova/ns/plugins/1.0" target="_blank"&gt;http://apache.org/cordova/ns/plugins/1.0&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;id&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;com.sicursell.wwsrsicursell&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;version&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;1.0.0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;Intent NFC&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;description&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;Modify AndroidManifest.xml&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;description&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;license&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;MIT&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;license&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;keywords&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;android, WebIntent, Intent, Activity, NFC&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;keywords&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;engines&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;engine&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;cordova&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;version&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;=3.0.0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; /&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;engines&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;!--&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt; android &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;--&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;platform&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;android&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;config-file&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;target&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;AndroidManifest.xml&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;parent&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;/manifest/application&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;activity&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;android:label&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;@string/app_name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;android:name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;CordovaApp&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;android:noHistory&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &amp;gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;intent-filter&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;action&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;android:name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;android.nfc.action.TAG_DISCOVERED&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; /&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;category&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;android:name&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;android.intent.category.DEFAULT&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt; /&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;intent-filter&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;activity&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;config-file&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;platform&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;plugin&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;if I delete &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;android:noHistory&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;true&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;" all work well and I can view file (image or pdf) then return to my app without problem&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT face="Consolas" size="2"&gt;Thanks to all&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2015 16:11:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Problem-with-Standard-Cordova-Plugin-InAppBrowser-on-Android/m-p/1010491#M33964</guid>
      <dc:creator>And_P_</dc:creator>
      <dc:date>2015-09-05T16:11:33Z</dc:date>
    </item>
  </channel>
</rss>

