<?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 want make a ebook app which in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Use-Intel-XDK-as-a-normal-webView/m-p/1045281#M47691</link>
    <description>&lt;P&gt;i want make a ebook app which app first time the pdf dawnload from server and the pdf load in memory and scound time when i want to show that then the pdf open from memory.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 13:55:41 GMT</pubDate>
    <dc:creator>Sohel_R_</dc:creator>
    <dc:date>2017-08-02T13:55:41Z</dc:date>
    <item>
      <title>Use Intel XDK as a normal webView?</title>
      <link>https://community.intel.com/t5/Software-Archive/Use-Intel-XDK-as-a-normal-webView/m-p/1045278#M47688</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I was wondering is it possible to load a webpage with the XDK, not with opening the native browser but in the main view, without any address bars and etc. (fullscreen), just like a native webview? I know it will not be as fast as having all the files locally storaged but I want to check how fast it would be.&lt;/P&gt;

&lt;P&gt;Thnk you.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2015 09:20:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Use-Intel-XDK-as-a-normal-webView/m-p/1045278#M47688</guid>
      <dc:creator>Slavi_I_</dc:creator>
      <dc:date>2015-04-28T09:20:26Z</dc:date>
    </item>
    <item>
      <title>You can use window.location</title>
      <link>https://community.intel.com/t5/Software-Archive/Use-Intel-XDK-as-a-normal-webView/m-p/1045279#M47689</link>
      <description>&lt;P&gt;You can use window.location to load any webpage:&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;meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no"&amp;gt;
    &amp;lt;script src="cordova.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;script&amp;gt;
        window.location = "http://www.intel.com";
    &amp;lt;/script&amp;gt;    
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/PRE&gt;

&lt;P&gt;The above code will work, but if there is connection lost when loading website, the app might end up with blank page, and you may have to kill app and reload, here is a better way of opening website in cordova app, it uses connection and in-app browser cordova plugins to do checks before loading website and handles connection loss cases.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;A href="https://github.com/krisrak/html5-cordova-webapp" target="_blank"&gt;https://github.com/krisrak/html5-cordova-webapp&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2015 17:46:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Use-Intel-XDK-as-a-normal-webView/m-p/1045279#M47689</guid>
      <dc:creator>Rakshith_K_Intel</dc:creator>
      <dc:date>2015-04-28T17:46:05Z</dc:date>
    </item>
    <item>
      <title>Thank you. Very nice solution</title>
      <link>https://community.intel.com/t5/Software-Archive/Use-Intel-XDK-as-a-normal-webView/m-p/1045280#M47690</link>
      <description>&lt;P&gt;Thank you. Very nice solution !&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2015 10:35:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Use-Intel-XDK-as-a-normal-webView/m-p/1045280#M47690</guid>
      <dc:creator>Slavi_I_</dc:creator>
      <dc:date>2015-04-29T10:35:48Z</dc:date>
    </item>
    <item>
      <title>i want make a ebook app which</title>
      <link>https://community.intel.com/t5/Software-Archive/Use-Intel-XDK-as-a-normal-webView/m-p/1045281#M47691</link>
      <description>&lt;P&gt;i want make a ebook app which app first time the pdf dawnload from server and the pdf load in memory and scound time when i want to show that then the pdf open from memory.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 13:55:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Use-Intel-XDK-as-a-normal-webView/m-p/1045281#M47691</guid>
      <dc:creator>Sohel_R_</dc:creator>
      <dc:date>2017-08-02T13:55:41Z</dc:date>
    </item>
  </channel>
</rss>

