Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
hi all,
I'm wondering if is it possible to create an experience that will run Chalk. I would like to have a button that will run app on ios device.
any idea ??
thx
Vuforia Studio provides a 2D widget for chalk. Using this in an experience ill directly open chalk on the mobile device.
Hope that helps
Cheers
Marco
Marco,
thx for answer.
Finally, I added function to button, and it seems to works ok 🙂
$scope.openChalk = function() {
var alertPopup = $ionicPopup.alert({
title: 'Call Chalk',
template: 'click to navigate to https://admin.vuforiachalk.com/call',
onclick: window.location = "https://admin.vuforiachalk.com/call"
}
);
}
regards,
