We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 014266b + 45cca65 commit 9861aefCopy full SHA for 9861aef
widget/index.html
@@ -61,7 +61,10 @@
61
buildfire.getContext(function (err, context) {
62
if (context.device.platform != "web") {
63
buildfire.navigation.openWindow(content.facebookId, "_blank");
64
- buildfire.navigation.goBack();
+
65
+ setTimeout(function () {
66
+ buildfire.navigation.goBack();
67
+ },200);
68
} else {
69
document.querySelector(".link-verified").style.display = "block";
70
}
0 commit comments