Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello
How do i get back from the experince to the library with a command. I found the command $scope.goToLibrary(); but it doesn't work. I know that i get back to the scan process with a voice command, but i want to get back with a button press.
Can someone help me please, thanks in advance
It appears like you are on the right track by pressing a button to return to the Vuforia Studio library. The command $scope.goToLibrary(); should work.
This should link the $scope.goToLibrary(); function to the button push, allowing you to return to the library whenever the button is hit.
Invoke Functions from a Button -https://support.ptc.com/help/vuforia/studio/en/index.html#page/Studio_Help_Center/Beginner_JSInvokeFunction.html
Is this helpful in resolving your issue?
Hi,
Firstly thanks for your answer.
I have already tried that command via function in the javascript function and linking the button to it, but this way it doesn't work.
Have I to implement directly into the button to make it work, or can i use the javascript command section and use it via function?