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,

