Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi All,
what i want to achieve is to move to Related experience to select another experience after clicking a button in the project.
the code i am using now is bind to a button so that it will activate scan mode after i click a button. But i want to change it to activate related experience without scanning the thingmark again.
Thanks
use this code to recall an experience from another Experience
$scope.load=function() {
window.location='..URL of Experience'
}
URL of Experience copy the link of experience from Sharing Experience
i hope to help you
Hi,
may i know how did you get to this page? or where is this page located?
because i have 3 projects under the same thingmark. So what i am trying to do is to access to another project straight away without scanning the thingmark again.