Because I did not use this OCTO widget in the past - wanted to test. - OCTO navigator and tested on IOS - added in the Home.js:
$scope.$on('$ionicView.afterEnter',()=> {
$scope.view.wdg['navigator-1'].poidata = [
{ position: "0,0,0", // defined as a string of xyz coordinates
gaze: "0,0,1", // defined as a string, this is a unit vector pointing away from the view
up: "0, 1, 0", // defined as a string, this is a unit vector pointing up through the device
cutoff: 1.2, // optional, if provided this will override the widget-level cutoff setting FOR THIS poi
metadata: "optional" // optional data that can be used to describe what this row indicates. can be string or {} object
}
];
})
specified the IPad in the device property of the navigator-1

linked 3 buttons to the available service and tested.
The first impression is that it seems to work in the current studio version - so tested it in chrome preview and then on IOS IPad pro device - this worked -> means it could show the colored points to the specified space point/coord. The navigation was working in generally but of course need to verify further if the behavior is as indented and also what the other settings will do but seems that in generally it should work