<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to exit Vuforia View app on button click in Vuforia Studio</title>
    <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984436#M12750</link>
    <description>&lt;P&gt;Hi &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/308271"&gt;@sebben&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We just want to exit the app or go to home screen or something after we are done executing a particular experience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2024 10:09:01 GMT</pubDate>
    <dc:creator>Aditya1702</dc:creator>
    <dc:date>2024-11-19T10:09:01Z</dc:date>
    <item>
      <title>How to exit Vuforia View app on button click</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984162#M12747</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to exit Vuforia View app on click of a button.&lt;/P&gt;&lt;P&gt;Can anyone please help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya Gupta&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 08:45:02 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984162#M12747</guid>
      <dc:creator>Aditya1702</dc:creator>
      <dc:date>2024-11-18T08:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to exit Vuforia View app on button click</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984240#M12749</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this is not possible. As for most mobile apps you just use the home or back button of the device to close the app.&lt;/P&gt;&lt;P&gt;And there is always the arrow in the top left corner of Vuforia View to exit the experience.&lt;/P&gt;&lt;P&gt;In which situation do you feel its necessary to have a exit button for the app?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 13:59:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984240#M12749</guid>
      <dc:creator>sebben</dc:creator>
      <dc:date>2024-11-18T13:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to exit Vuforia View app on button click</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984436#M12750</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/308271"&gt;@sebben&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We just want to exit the app or go to home screen or something after we are done executing a particular experience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 10:09:01 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984436#M12750</guid>
      <dc:creator>Aditya1702</dc:creator>
      <dc:date>2024-11-19T10:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to exit Vuforia View app on button click</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984676#M12753</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/478189"&gt;@Aditya1702&lt;/a&gt;&amp;nbsp; one possibly option I think , is to navigate to a dummy view or back to scan mode&lt;/P&gt;
&lt;P&gt;to naviage to view&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$scope.navigate("dummyView"); 
//or 
$scope.app.fn.navigate('CHAR2DVIEW');&lt;/LI-CODE&gt;
&lt;P&gt;that will emit also the event app-fn-navigate. If you want you can handle it via listener:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;$scope.$on('app-fn-navigate', function(evt, arg) {
console.log("app-fn-navigate :"+arg);
 
});&lt;/LI-CODE&gt;
&lt;P&gt;to navigate to scan mode you can use navigateToScanMode api example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;
$scope.app.fn.navigateToScanMode();&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 20 Nov 2024 09:33:13 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984676#M12753</guid>
      <dc:creator>RolandRaytchev</dc:creator>
      <dc:date>2024-11-20T09:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to exit Vuforia View app on button click</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984916#M12755</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/24955"&gt;@RolandRaytchev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks the navigate to scan mode is working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we navigate to library instead of scan mode is there any way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya Gupta&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 09:08:31 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/984916#M12755</guid>
      <dc:creator>Aditya1702</dc:creator>
      <dc:date>2024-11-21T09:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to exit Vuforia View app on button click</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/985201#M12757</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/478189"&gt;@Aditya1702&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;because could not find such option I reported it to Vuforia R&amp;amp;D team&amp;nbsp; as Jira VTS-2209 as mentioned in the other post where directly &lt;A href="https://community.ptc.com/t5/Vuforia-Studio/How-Do-i-get-in-the-HoloLens-back-into-the-library-with-a/td-p/983301" target="_blank" rel="noopener"&gt;that question was asked&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks, BR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 12:28:00 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/985201#M12757</guid>
      <dc:creator>RolandRaytchev</dc:creator>
      <dc:date>2024-11-22T12:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to exit Vuforia View app on button click</title>
      <link>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/985390#M12758</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/24955"&gt;@RolandRaytchev&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea if I want to restart the experience after finishing it from Vuforia View?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya Gupta&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 06:39:28 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Vuforia-Studio/How-to-exit-Vuforia-View-app-on-button-click/m-p/985390#M12758</guid>
      <dc:creator>Aditya1702</dc:creator>
      <dc:date>2024-11-25T06:39:28Z</dc:date>
    </item>
  </channel>
</rss>

