Skip to content

Commit ba31262

Browse files
committed
Merge pull request #10 from kmtabish/master
Fixed the issue #114712279(Open link in app browser)
2 parents 2332126 + f6f36be commit ba31262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
buildfire.spinner.hide();
5151
buildfire.getContext(function (err, context) {
5252
if (context.device.platform != "web") {
53-
buildfire.navigation.openWindow(content.facebookId, "_system");
53+
buildfire.navigation.openWindow(content.facebookId, "_blank");
5454
buildfire.navigation.goBack();
5555
} else {
5656
document.querySelector(".link-verified").style.display = "block";

0 commit comments

Comments
 (0)