Community Tip - You can Bookmark boards, posts or articles that you'd like to access again 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,