QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack
Home Carbon Ads Launch Default Browser using Intel XDK

Launch Default Browser using Intel XDK

This post is a part 12 of Intel XDK Complete Tutorial post series.

You can switch from current application to browser application by just one line of code

//pass the url of the website.
intel.xdk.device.launchExternal("http://www.google.com");

This function only works inside event handlers. So you can’t just call it whenever you like to. For example:

document.addEventListener("intel.xdk.device.ready",function(){
            intel.xdk.device.launchExternal("http://www.google.com");    
},false);

Make sure you have also added Intel XDK Device plugin in your app.

Nov 6, 2014Narayan Prusty
Intel XDK Copy to ClipboardInstall or Run a App using Intel XDK
Comments: 2
  1. trn
    5 years ago

    Hi would it be possible to use intel xdk for google chrome or firefox any other browser apart from internet explorer?if so please do say how?

    ReplyCancel
  2. bnyad
    6 years ago

    hi i want add push notification in the existing website when the post add and remove then the notification will appear in the mobile

    ReplyCancel

Leave a Reply Cancel reply

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

Narayan Prusty

I am a software engineer specialising in Blockchain, DevOps and Go/JavaScript. This is my personal blog where I write about things that I learn and feel interesting to share.

8 years ago 2 Comments Cordova
Share this
0
GooglePlus
0
Facebook
0
Twitter
0
Linkedin
Related Articles
  • Intel XDK Copy to Clipboard
  • Preventing Device From Sleeping Using Intel XDK
  • Vibrating Phone using Intel XDK
  • Sending SMS using Intel XDK
  • Launch Browser Inside Intel XDK App
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license