<?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/iframe-no-intel-xdk/m-p/1113103#M73061</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;Using the inAppBrowser plugin and use the API provided by it. You are not in a browser when you write a Cordova app, thus some of those things that work in a browser do not work in a webview. Your code is not associated with a server or a domain, which also causes some issues and confusion.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;lucas s. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I understand, but where to find content to study?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Lucas -- Google is your best friend:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;see the plugin documentation &amp;gt; &lt;A href="https://github.com/apache/cordova-plugin-inappbrowser" target="_blank"&gt;https://github.com/apache/cordova-plugin-inappbrowser&lt;/A&gt; &amp;lt;&lt;/LI&gt;
	&lt;LI&gt;and this short article &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-inappbrowser-short-code-example" target="_blank"&gt;https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-inappbrowser-short-code-example&lt;/A&gt; &amp;lt;&lt;/LI&gt;
	&lt;LI&gt;and this from the Cordova docs &amp;gt; &lt;A href="https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser" target="_blank"&gt;https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser&lt;/A&gt; &amp;lt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 29 Aug 2016 22:34:44 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2016-08-29T22:34:44Z</dc:date>
    <item>
      <title>iframe no intel xdk</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113098#M73056</link>
      <description>&lt;P&gt;Bom dia queridos colegas.&lt;/P&gt;

&lt;P&gt;Quando clico em determinado item do menu, preciso que abra um link no iframe do aplicativo. É possível? Como faço?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 11:51:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113098#M73056</guid>
      <dc:creator>lucas_s_3</dc:creator>
      <dc:date>2016-08-26T11:51:01Z</dc:date>
    </item>
    <item>
      <title>Hello:</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113099#M73057</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hello:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;In your menu item event put this code:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;$('#myIframeID').attr('src', 'http://www.google.com');&lt;/PRE&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 15:16:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113099#M73057</guid>
      <dc:creator>Diego_Calp</dc:creator>
      <dc:date>2016-08-26T15:16:30Z</dc:date>
    </item>
    <item>
      <title>Obrigado Diego.</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113100#M73058</link>
      <description>&lt;P&gt;Obrigado Diego.&lt;/P&gt;

&lt;P&gt;Trabalho com javascript a mais de 5 anos, mas sempre utilizei a linguagem nativa, ou seja, o mesmo codigo que me forneceu eu faria desta forma:&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;window.open('http://www.google.com.br', "corpo");&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Posso utilizar assim, ou devo migrar para a forma que me passou?&lt;/P&gt;

&lt;P&gt;Onde encontro conteúdo para estudar este framework? Qual o nome dele?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Obrigado pela atenção.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 20:13:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113100#M73058</guid>
      <dc:creator>lucas_s_3</dc:creator>
      <dc:date>2016-08-26T20:13:11Z</dc:date>
    </item>
    <item>
      <title>Using the inAppBrowser plugin</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113101#M73059</link>
      <description>&lt;P&gt;Using the inAppBrowser plugin and use the API provided by it. You are not in a browser when you write a Cordova app, thus some of those things that work in a browser do not work in a webview. Your code is not associated with a server or a domain, which also causes some issues and confusion.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 21:39:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113101#M73059</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-08-26T21:39:00Z</dc:date>
    </item>
    <item>
      <title>Hi Lucas,</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113102#M73060</link>
      <description>&lt;P&gt;Hi Lucas,&lt;/P&gt;

&lt;P&gt;The code&lt;SPAN style="font-size: 1em;"&gt;I suggested is using jquery. To work with XDK you could use documentation about javascript, html5 and cordova for any aplication, and depending on your project settings, read about the framework you are using (don't know which one you selected, I suggest Bootstrap) and jquery if you are including it in your projects (XDK adds it automatically, but is optional).&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Good luck,&lt;/P&gt;

&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Sat, 27 Aug 2016 11:52:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113102#M73060</guid>
      <dc:creator>Diego_Calp</dc:creator>
      <dc:date>2016-08-27T11:52:47Z</dc:date>
    </item>
    <item>
      <title>Quote:Paul F. (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113103#M73061</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;Using the inAppBrowser plugin and use the API provided by it. You are not in a browser when you write a Cordova app, thus some of those things that work in a browser do not work in a webview. Your code is not associated with a server or a domain, which also causes some issues and confusion.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;lucas s. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I understand, but where to find content to study?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Lucas -- Google is your best friend:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;see the plugin documentation &amp;gt; &lt;A href="https://github.com/apache/cordova-plugin-inappbrowser" target="_blank"&gt;https://github.com/apache/cordova-plugin-inappbrowser&lt;/A&gt; &amp;lt;&lt;/LI&gt;
	&lt;LI&gt;and this short article &amp;gt; &lt;A href="https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-inappbrowser-short-code-example" target="_blank"&gt;https://software.intel.com/en-us/xdk/articles/cordova-core-plugin-inappbrowser-short-code-example&lt;/A&gt; &amp;lt;&lt;/LI&gt;
	&lt;LI&gt;and this from the Cordova docs &amp;gt; &lt;A href="https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser" target="_blank"&gt;https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser&lt;/A&gt; &amp;lt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 29 Aug 2016 22:34:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113103#M73061</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-08-29T22:34:44Z</dc:date>
    </item>
    <item>
      <title>Realizando os testes em</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113104#M73062</link>
      <description>&lt;P&gt;Realizando os testes em SIMULATE, funcionou perfeitamente, porém quando gerei o APK e instalei em meu celular não abre o conteúdo no iframe, o que posso fazer?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 03:54:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113104#M73062</guid>
      <dc:creator>lucas_s_3</dc:creator>
      <dc:date>2016-09-21T03:54:41Z</dc:date>
    </item>
    <item>
      <title>Quote:lucas s. wrote:</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113105#M73063</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;lucas s. wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Performing tests in SIMULATE, it worked perfectly, but when generate the APK and installed on my mobile phone does not open the content in the iframe, what can I do?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Use the Debug tab to get the best debug environment.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 18:07:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113105#M73063</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-09-21T18:07:53Z</dc:date>
    </item>
    <item>
      <title>Bom dia, não consegui</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113106#M73064</link>
      <description>Bom dia, não consegui identificar o problema ainda, estou utilizando o script abaixo para abrir a página no iframe, funciona perfeitamente mas quando envio para o celular (APK) não funciona.
	
window.open('http://www.google.com.br', "corpo");</description>
      <pubDate>Fri, 23 Sep 2016 06:46:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113106#M73064</guid>
      <dc:creator>lucas_s_3</dc:creator>
      <dc:date>2016-09-23T06:46:08Z</dc:date>
    </item>
    <item>
      <title>Realizei o teste usando a</title>
      <link>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113107#M73065</link>
      <description>&lt;P&gt;Realizei o teste usando a opção TEST do Intel XDK e transferi para o App Preview, funcionou 100%, mas quando realizo a instalação não funciona.&lt;/P&gt;

&lt;P&gt;O nome do App na&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;Play Store é: At the CLUB&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Ficaria grato se alguém testasse e informasse o problema.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 16:17:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iframe-no-intel-xdk/m-p/1113107#M73065</guid>
      <dc:creator>lucas_s_3</dc:creator>
      <dc:date>2016-09-23T16:17:14Z</dc:date>
    </item>
  </channel>
</rss>

