Software Archive
Read-only legacy content
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
17065 Discussions

open a web site url intel XDK

luis_v_
Beginner
164 Views

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

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
164 Views

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

Alex_Hang
New Contributor II
164 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
Reply