Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit df3c064

Browse files
committed
force isWebPlateform to show the url in the web emulator
done this way to easily revert back
1 parent b1b55b0 commit df3c064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

widget/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
$scope.data = result.data;
6565
$scope.url = $sce.trustAsResourceUrl(content.url);
6666
buildfire.getContext(function (err, context) {
67-
$scope.isWebPlateform = (context.device.platform == "web");
67+
$scope.isWebPlateform = false;//(context.device.platform == "web");
6868
if (!content.openInApp && content.url) {
6969
if (context.device.platform != "web") {
7070
buildfire.navigation.openWindow(content.url, "_system");
@@ -148,4 +148,4 @@
148148
}]);
149149
</script>
150150
</body>
151-
</html>
151+
</html>

0 commit comments

Comments
 (0)