Keeping the currently active spatial target when switching between views programmatically
Is it possible to keep the currently tracked / locked spatial target when switching / chaning the view programmatically (using $scope.app.fn.navigate('MyView))?
E.g. I have several views containing different parts of the entire device / machine and I have some UI controls which enable switching between them. Currently if I place a separate spatial target in each view, I have to re-acquire / re-enable tracking each time I switch to a new view.
I could do it all within the same view and just hide / show respective objects, but doing it in separate views seems way more convenient and flexible in terms of handling the JavaScript code and UI stuff related to the particular parts / subassemblies.
So, is it possible to retain currently active and tracked spatial target when switching programmatically (using $scope.app.fn.navigate('MyView)) between views?
Any other ideas / suggestions are much appreciated.

