Software Archive
Read-only legacy content
17061 Discussions

Start app with a remote page

L_c_
Beginner
205 Views

Hi, I am new to Intel XDK.

I have built my Hello World app with Intel XDK. It starts with a local index.html. Is it possible to make ti starts with a remote page(e.g. http://example.com/home). If it is, could you teach me how.

Thanks in advance.

0 Kudos
2 Replies
Diego_Calp
Valued Contributor I
205 Views

Hi,

 

You can build it as web app and upload to your server, it will work as you need.

In XDK Build tab check Web Application, bottom right option, then Satrt Builds button. After the process, in Web Application section press the down arrow. This will download your app zip compressed.

Unzip it and upload to your server.

Regards,

Diego

0 Kudos
Elroy_A_Intel
Employee
205 Views

you can find some resources for opening a remote web page in your app with the following links:

http://www.w3schools.com/jsref/met_win_open.asp

https://www.npmjs.com/package/cordova-plugin-inappbrowser

0 Kudos
Reply