Question
Camera screenshot not working on iOS17
Please help me as we update our iphone from iOS16 to iOS17 and my this function is not working anymore with which i was taking images. VUFORIA STUDIO
$scope.takePhoto = function(AugmentationsEnabled) {
tml3dRenderer.takeScreenshot({withAugmentation: AugmentationsEnabled}, $scope.openSaveDialog, null);
$scope.view.wdg['maxImagePopup'].visible = false;
}

