Solved
Javascript
Hej everyone,
could someone put in an advice on how to get javascript to work with hololens?
even the simplest ones that I tried are failing. (opacity, visibility and so on)
Thanks
Martin
Hej everyone,
could someone put in an advice on how to get javascript to work with hololens?
even the simplest ones that I tried are failing. (opacity, visibility and so on)
Thanks
Martin
In the Home.js:
$scope.app.visibility = function(){
$scope.view.wdg['modelItem-2']['visible'] = false;
}
the prefix "app" is important .
In the function you are calling it by:
app.visibility();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.