Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

open a web site url intel XDK

luis_v_
Beginner
685 Views

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

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
685 Views

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

0 Kudos
Alex_Hang
New Contributor II
685 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