Screenshot function is not working in vuforia studio
I have updated my iphone from iOS 16 to iOS 17 and this function is not working on the iphone now. can anyone please help me
$scope.takePhoto = function(AugmentationsEnabled) {
tml3dRenderer.takeScreenshot({withAugmentation: AugmentationsEnabled}, $scope.openSaveDialog, null);
$scope.view.wdg['maxImagePopup'].visible = false;
}

