Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

open a web site url intel XDK

luis_v_
Beginner
661 Views

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

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
661 Views

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

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