Skip to main content
1-Visitor
February 6, 2017
Solved

Need to navigate back to scan mode

  • February 6, 2017
  • 3 replies
  • 3122 views

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

Best answer by pvermeer

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

3 replies

7-Bedrock
March 23, 2017

I second this question, will appreciate any suggestions.

Regards,

Constantine

16-Pearl
March 24, 2017

I guess this is the same functionality as the "< Scan" button on the top left?

16-Pearl
March 24, 2017

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

7-Bedrock
March 24, 2017

Thanks Michael, that's exactly what I was looking for.

/ Constantine

pvermeer1-VisitorAnswer
1-Visitor
December 19, 2017

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