cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Realwear Vuforia Development

PabloCastilla
8-Gravel

Realwear Vuforia Development

Hi,

 

I'm trying to build a buttom to open other apps, to be precise, chalk and teams, both are already instaled in the device, a Realwear HMT-1.

 

I've tried this code for chalk:

$scope.chalk = function ( ) {
try{

window.location.href='https://vuforiachalk.com/';
twx.app.fn.addSnackbarMessage("window.location.href="+window.location.href,"twLogo");
}
catch(e)
{
alert('call failed ' + e);
}

 

But it takes me to the website, where I'm request to install the app, which is already instaled. 

Any advise?

Thanks for your help,

3 REPLIES 3

Hello @Suraj_Patil,

 

I've already tried "vuforiachalk://" way.     

 

Also, PTC recommends to use this deeplink:

https://www.ptc.com/en/support/article/cs329921?language=en&posno=1&q=vuforiachalk%3A%2F%2F&source=search

 

But them just does not work. I'm building the experience for "RealwearHMT-1" a 2D eyewear. Also, when I go check admited links to open chalk:

PabloCastilla_0-1669905642047.png

It's empty, so I'm not even sure of the URL to use.

Yes i got it . but i would suggest use vuforia chalk and teams app separately in HMT-realwear-1 instead of including it in vuforia view. Because other apps are hardware related constraints. and in anyways integration all things in view is tedious task. I am also using zoom and teams on HMT realwear-1 that works fine individually.  anyways using this voiceover hardwares are a skills to learn and most of the times customers get irritated because of this and screen size is also an issue.

so i would suggest keep it simple.  

Top Tags