cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Vuforia Studio: Header Button doesn't switch view

MB_11019847
2-Guest

Vuforia Studio: Header Button doesn't switch view

Hello everyone,

i am trying to switch to the next view using a button in the header widget, but that doesn't work.
It only works, when i open the Navigation menu, open any view and then go back to the first view and then press the button.
I am using this function :
$scope.nextView = function() {
$scope.app.params.text="call works";
$scope.app.fn.navigate("Explanation_mechanics");
}

 

and i call nextView() with the button in the header.
Also if the button is NOT in the header, but anywhere else in the canvas, everything works just fine.

I hope you understand what my problem is.
Thanks for helping!

1 REPLY 1

Hi @MB_11019847 ,

I tested and reproduced the behavior which you described. For me this looks like an issue so I reportred it to PTC R&D team as Jira Ticket VTS-2024. When there is some status update or feedback from R&D on this issue I will share it to this community topic. Thanks

2024-06-06_15-54-20.gif

attached video and test project. Behavior reproducible in both in priview mode and also in View app (tested on IOS iPad pro)

 

 

Top Tags