Skip to content

Commit

Permalink
Merge pull request #10 from kmtabish/master
Browse files Browse the repository at this point in the history
Fixed the issue #114712279(Open link in app browser)
  • Loading branch information
DanielHindi committed Mar 7, 2016
2 parents 2332126 + f6f36be commit ba31262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
buildfire.spinner.hide();
buildfire.getContext(function (err, context) {
if (context.device.platform != "web") {
buildfire.navigation.openWindow(content.facebookId, "_system");
buildfire.navigation.openWindow(content.facebookId, "_blank");
buildfire.navigation.goBack();
} else {
document.querySelector(".link-verified").style.display = "block";
Expand Down

0 comments on commit ba31262

Please sign in to comment.