Skip to main content
16-Pearl
August 22, 2020
Question

run chalk in experience

  • August 22, 2020
  • 1 reply
  • 1149 views

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

    1 reply

    14-Alexandrite
    August 24, 2020

    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

    Gucio16-PearlAuthor
    16-Pearl
    August 24, 2020

    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,