Software Archive
Read-only legacy content
17061 Discussions

open a web site url intel XDK

luis_v_
Beginner
285 Views

How do i open a web page in the app without using any browser ?

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
285 Views

Try using the inAppBrowser plugin > https://github.com/apache/cordova-plugin-inappbrowser <

0 Kudos
Alex_Hang
New Contributor II
285 Views
You can also use an Iframe. Set it's src parameter to the website you want to access, and you will have that page integrated inside the app page
0 Kudos
Reply