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

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

run chalk in experience

Gucio
14-Alexandrite

run chalk in experience

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

Krzysztof
2 REPLIES 2
mwodarz_INNEO
14-Alexandrite
(To:Gucio)

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

(Presales) Senior Technical Consultant @ INNEO Solutions GmbH (Germany)
Gucio
14-Alexandrite
(To:mwodarz_INNEO)

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,

Krzysztof
Top Tags