diff --git a/apps/common/main/lib/controller/Desktop.js b/apps/common/main/lib/controller/Desktop.js index 3e1275143e..dff7ab1aca 100644 --- a/apps/common/main/lib/controller/Desktop.js +++ b/apps/common/main/lib/controller/Desktop.js @@ -281,6 +281,8 @@ define([ })).on('closeclick', function () { this.close(); }).show(); + + native.execCommand('webapps:features', JSON.stringify(features)); } } });