Question
How to change a View programmatically in Vuforia Studio
Hello there fellow Vuforians!
I was wondering if anyone has a snippet showing how to change a View in Vuforia Studio. I have an Experience which will require multiple Views and respective targets. I want to code a button Event which should allow the User to jump between Views.
Any help is greatly appreciated!
EDIT: Already answered:
$scope.app.fn.navigate('Enter View Name Here'); 
