Skip to content

Instantly share code, notes, and snippets.

@40
Created September 18, 2012 19:44
Show Gist options
  • Select an option

  • Save 40/3745380 to your computer and use it in GitHub Desktop.

Select an option

Save 40/3745380 to your computer and use it in GitHub Desktop.
Open URL Externally in BB10 C++
// header file
Q_INVOKABLE void openUrlExternally(QString url);
// cpp file implementation
#include <bps/navigator.h>
void xxx:OpenUrlExternally(Qstring url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment