Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
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!
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
attached video and test project. Behavior reproducible in both in priview mode and also in View app (tested on IOS iPad pro)