<?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 Do you have the latest XDK? in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028845#M41220</link>
    <description>&lt;P&gt;Do you have the latest XDK?&lt;/P&gt;

&lt;P&gt;Did you enable the plugins that you need under Project Settings?&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2015 17:50:57 GMT</pubDate>
    <dc:creator>John_H_Intel2</dc:creator>
    <dc:date>2015-04-16T17:50:57Z</dc:date>
    <item>
      <title>what codova.js script lib needed</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028843#M41218</link>
      <description>&lt;P&gt;Intel XDK -&amp;nbsp;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 17.7381820678711px;"&gt;using android or crosswalk - Not legacy&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;what codova.js script lib needed for jQuery Mobile imported project (Phonegap build was prior) - use only Cordova lib - Not use xdk - this needed:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;lt;script src="cordova.js" id="xdkJScordova_"&amp;gt;&amp;lt;/script&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;???&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;The Problem with my project is Contacts Write not working... well? Inappbrowser work success but other page...&lt;/P&gt;

&lt;P&gt;I have this in index.html where contact write NOT work: &amp;nbsp;// using android or crosswalk - Not legacy&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;&amp;lt;script&amp;gt;
    $(document).on( "mobileinit", function() {
        $.support.cors = true;
        $.mobile.allowCrossDomainPages = true;
    });
&amp;lt;/script&amp;gt;
&amp;lt;script src="jquery.mobile-1.2.1/jquery.mobile-1.2.1.min.js" type="text/javascript"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type="text/javascript" src="phonegap.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&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, 16 Apr 2015 15:31:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028843#M41218</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-04-16T15:31:45Z</dc:date>
    </item>
    <item>
      <title>BASICALLY THE </title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028844#M41219</link>
      <description>&lt;P&gt;BASICALLY THE&amp;nbsp;&lt;/P&gt;

&lt;P&gt;contact object is like not exist... // may upgrade plugin?&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;    &amp;lt;script type="text/javascript"&amp;gt;
    
    var contact;

    document.addEventListener("deviceready", onDeviceReady, false);

    // PhoneGap is ready
    function onDeviceReady() {
        
		            contact = navigator.contacts.create();

    }&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 15:36:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028844#M41219</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-04-16T15:36:29Z</dc:date>
    </item>
    <item>
      <title>Do you have the latest XDK?</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028845#M41220</link>
      <description>&lt;P&gt;Do you have the latest XDK?&lt;/P&gt;

&lt;P&gt;Did you enable the plugins that you need under Project Settings?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 17:50:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028845#M41220</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-04-16T17:50:57Z</dc:date>
    </item>
    <item>
      <title>yes</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028846#M41221</link>
      <description>&lt;P&gt;yes&lt;/P&gt;

&lt;P&gt;yes&lt;/P&gt;

&lt;P&gt;Please note in ripple inside xdk all work Correct.&lt;/P&gt;

&lt;P&gt;Only on my test real Device the problem ...&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 18:02:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028846#M41221</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-04-17T18:02:01Z</dc:date>
    </item>
    <item>
      <title>what i should use in Cordova</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028847#M41222</link>
      <description>&lt;P&gt;what i should use in Cordova CLI Version - in Build Settings - ...? I use 3.5.1...but as said Contacts Write not work in device but in ripple i get the alert saved... I put in.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2015 16:52:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028847#M41222</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-04-20T16:52:59Z</dc:date>
    </item>
    <item>
      <title>CAN BLEND CORDOVA  API WITH</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028848#M41223</link>
      <description>&lt;P&gt;CAN BLEND CORDOVA &amp;nbsp;API WITH XDK API eg Use XDK Contacts API and elsewhere Cordova APIs??? try with xdk...?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 17:00:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028848#M41223</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-04-22T17:00:29Z</dc:date>
    </item>
    <item>
      <title>Yes you can. You need to</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028849#M41224</link>
      <description>&lt;P&gt;Yes you can. You need to include both of the following lines in your index.html file.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;lt;script type="text/javascript" charset="utf-8" src="intelxdk.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;lt;script type="text/javascript" charset="utf-8" src="cordova.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2015 17:48:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028849#M41224</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-04-22T17:48:24Z</dc:date>
    </item>
    <item>
      <title>this needed ONLY to index</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028850#M41225</link>
      <description>&lt;P&gt;this needed ONLY to index.html... and not in secondary html files - correct?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 06:08:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028850#M41225</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-04-23T06:08:58Z</dc:date>
    </item>
    <item>
      <title>-Not legacy builds-</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028851#M41226</link>
      <description>&lt;P&gt;-Not legacy builds-&lt;/P&gt;

&lt;P&gt;My App apk arm (crosswalk - understand from the size downloaded) in Tablet (&lt;SPAN style="font-size: 13.0080003738403px; line-height: 17.7381820678711px;"&gt;Android 4.4.2&lt;/SPAN&gt;) has series bugs in layout and in ajax calls... 4 screenshots provided....attached.&lt;/P&gt;

&lt;P&gt;In my phone Android 4.1.2 (old phone)... Installed in phone Android (cordova 3.5.1 used) Not crosswalk (neither arm nor x86 - just not crosswalk but other build Android)... and all is fine...&lt;/P&gt;

&lt;P&gt;What cordova version use crosswalk??? crosswalk version 10 - just now understood exist 11 &amp;amp; 12 ver - &lt;STRONG&gt;retry with 12...?&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 16:10:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028851#M41226</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-04-23T16:10:03Z</dc:date>
    </item>
    <item>
      <title>Please note</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028852#M41227</link>
      <description>&lt;P&gt;Please note&lt;/P&gt;

&lt;P&gt;I installed App to smartphone - not crosswalk from xdk - and work&lt;/P&gt;

&lt;P&gt;later I&lt;/P&gt;

&lt;P&gt;purchased my App and seems I installed crosswalk... arm version&lt;/P&gt;

&lt;P&gt;this time I do &lt;STRONG&gt;not &lt;/STRONG&gt;got layout problems&amp;nbsp;&lt;/P&gt;

&lt;P&gt;but seems ajax calls and jsonp &lt;STRONG&gt;&lt;EM&gt;not &lt;/EM&gt;&lt;/STRONG&gt;work like tablet...&amp;nbsp;&lt;/P&gt;

&lt;P&gt;well?&lt;/P&gt;

&lt;P&gt;any tip - why layout problems , why ajax problems &lt;STRONG&gt;but in non-crosswalk neither of them? &lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;xdk app settings are the most identical as can be between crosswalk or not - Android ver min 10 - max 19 ver.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 16:36:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028852#M41227</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-04-23T16:36:11Z</dc:date>
    </item>
    <item>
      <title>PLEASE REPLY ASAP ABOVE - I</title>
      <link>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028853#M41228</link>
      <description>&lt;P&gt;PLEASE REPLY ASAP ABOVE - I UNPUBLISHED APP CURRENTLY - AND ANOTHER Q:&lt;/P&gt;

&lt;P&gt;I upload To PLAY 3 APKs the &lt;STRONG&gt;APP VERSION&lt;/STRONG&gt; &lt;STRONG&gt;CODE &lt;/STRONG&gt;have to be the same in ALL...?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2015 16:43:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/what-codova-js-script-lib-needed/m-p/1028853#M41228</guid>
      <dc:creator>Leonidas_S_</dc:creator>
      <dc:date>2015-04-23T16:43:43Z</dc:date>
    </item>
  </channel>
</rss>

