Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi,
In my experience I am having a button. When user clicks on this button I want ThingWorx View App should go back to scanning mode (from scan mode I meant when we start ThingWorx View, the app is looking for a ThingMark, the state in which the app is looking for a ThingMark)
Please suggest.
Sample code is welcome .
Thanks and Regards,
Sameer Singh Rathoud
Solved! Go to Solution.
Return to Scan mode is now available in ThingWorx Studio and View, as of release 8.1.1. In your Experience, add a button and put this in the JS for the click event:
app.fn.navigateToScanMode();
Thanks
Pam
I second this question, will appreciate any suggestions.
Regards,
Constantine
I guess this is the same functionality as the "< Scan" button on the top left?
I found some previous discussions (outside of this forum) which state, that a dedicated button functionality or similar to go back to the scan mode or to exit an experience is not implemented.
However it's in R&D's backlog, so it might get implemented in any of the upcoming versions.
I hope that helps,
/Michael
Thanks Michael, that's exactly what I was looking for.
/ Constantine
Return to Scan mode is now available in ThingWorx Studio and View, as of release 8.1.1. In your Experience, add a button and put this in the JS for the click event:
app.fn.navigateToScanMode();
Thanks
Pam