<?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 Quote:Paul F. (Intel) wrote: in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063566#M55228</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Paul F. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;What happens if you build with Crosswalk? My guess is there's something odd in the native webview of those Motorola devices.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Paul, no... I didn't checked the Crosswalk, I will try it later, but at Intel XDK Emulator (Windows) the same two buttons are show, when select Nexus models.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2016 12:25:53 GMT</pubDate>
    <dc:creator>Braglin__Fabio</dc:creator>
    <dc:date>2016-01-07T12:25:53Z</dc:date>
    <item>
      <title>Done and Cancel buttons</title>
      <link>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063561#M55223</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;

&lt;P&gt;Could anyone tell me how to remove these two buttons?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="done close.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8350i18BE16A4EF559BFA/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="done close.png" alt="done close.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Those buttons are just appear in some Motorola Devices, like Moto G.&lt;/P&gt;

&lt;P&gt;Tks!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2015 21:09:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063561#M55223</guid>
      <dc:creator>Braglin__Fabio</dc:creator>
      <dc:date>2015-12-23T21:09:26Z</dc:date>
    </item>
    <item>
      <title>Can I see your code?</title>
      <link>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063562#M55224</link>
      <description>&lt;P&gt;Can I see your code?&lt;/P&gt;

&lt;P&gt;You can also send a PM if you don't want to paste it here.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 09:14:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063562#M55224</guid>
      <dc:creator>Michael_O_2</dc:creator>
      <dc:date>2015-12-24T09:14:58Z</dc:date>
    </item>
    <item>
      <title>Can you provide sample code?</title>
      <link>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063563#M55225</link>
      <description>&lt;P&gt;Can you provide sample code?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 23:04:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063563#M55225</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2015-12-24T23:04:04Z</dc:date>
    </item>
    <item>
      <title>Dear colleagues,</title>
      <link>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063564#M55226</link>
      <description>&lt;P&gt;Dear colleagues,&lt;/P&gt;

&lt;P&gt;Sorry, I'm on vacation trip last weeks...&lt;/P&gt;

&lt;P&gt;Could you refer to the bellow code:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
	&amp;lt;head&amp;gt;
		&amp;lt;meta charset="UTF-8"&amp;gt;
	       &amp;lt;title&amp;gt;Blank App Designer Cordova Web App Project 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="user-scalable=no, initial-scale=1, maximum-scale=2, minimum-scale=0.5, width=device-width, height=device-height, target-densitydpi=device-dpi" /&amp;gt;
		&amp;lt;script src="cordova.js" id="xdkJScordova_"&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;script type="application/javascript" src="app_framework/2.1/appframework.js"&amp;gt;&amp;lt;/script&amp;gt;
		&amp;lt;script type="application/javascript" src="app_framework/2.1/appframework.ui.js" data-ver="1"&amp;gt;&amp;lt;/script&amp;gt;
		&amp;lt;script type="application/javascript" src="js/index_user_scripts.js"&amp;gt;&amp;lt;/script&amp;gt;
		&amp;lt;script type="application/javascript" src="app_framework/pageChangeRepeater.js"&amp;gt;&amp;lt;/script&amp;gt;
		&amp;lt;script type="application/javascript" src="js/modernizr-1.7.min.js"&amp;gt;&amp;lt;/script&amp;gt;
		&amp;lt;script type="application/javascript" src="js/jquery.min.js"&amp;gt;&amp;lt;/script&amp;gt;
		&amp;lt;script type="application/javascript" src="js/jquery-confirm.js"&amp;gt;&amp;lt;/script&amp;gt;
	&amp;lt;/head&amp;gt;
	&amp;lt;body id="afui" onload="Start()"&amp;gt;
	         &amp;lt;div&amp;gt;
		         &amp;lt;div class="inicio" onclick="Start()" align="center"&amp;gt;&amp;lt;/div&amp;gt;
		         &amp;lt;div class="sair" onclick="Sair()" align="center"&amp;gt;&amp;lt;/div&amp;gt;
		         &amp;lt;div class="setup" onclick="Setup()" align="center"&amp;gt;&amp;lt;/div&amp;gt;
	        &amp;lt;/div&amp;gt;
	&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If you need more information, feel free to ask me!&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2016 13:57:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063564#M55226</guid>
      <dc:creator>Braglin__Fabio</dc:creator>
      <dc:date>2016-01-02T13:57:19Z</dc:date>
    </item>
    <item>
      <title>What happens if you build</title>
      <link>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063565#M55227</link>
      <description>&lt;P&gt;What happens if you build with Crosswalk? My guess is there's something odd in the native webview of those Motorola devices.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 22:05:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063565#M55227</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-01-06T22:05:03Z</dc:date>
    </item>
    <item>
      <title>Quote:Paul F. (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063566#M55228</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Paul F. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;What happens if you build with Crosswalk? My guess is there's something odd in the native webview of those Motorola devices.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Paul, no... I didn't checked the Crosswalk, I will try it later, but at Intel XDK Emulator (Windows) the same two buttons are show, when select Nexus models.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 12:25:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Done-and-Cancel-buttons/m-p/1063566#M55228</guid>
      <dc:creator>Braglin__Fabio</dc:creator>
      <dc:date>2016-01-07T12:25:53Z</dc:date>
    </item>
  </channel>
</rss>

