This is a migrated thread and some comments may be shown as answers.

Problems with camera operation in IOS

1 Answer 26 Views
iOS Devices
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Oscar
Top achievements
Rank 1
Oscar asked on 06 Jan 2017, 08:20 PM

Hi,

I have app build in Telerik Platform, I use nativescript with Angular 2.

I use the function 

       cameraModule.takePicture({ width: 300, height: 300, keepAspectRatio: true }).then(picture => {
            console.log("Result is an image source instance");
            var image = new imageModule.Image();
            image.imageSource = picture;
            this.deliveries.foto = picture.toBase64String("jpeg");
        });

This function works fine in Telerik-nativescript in mobil in Android and IOS.

But when i build de app to send to Google Play and AppStore only works in andorid dispositives but when download from app store and TestFlight the app closes when i try to call the function and take the photo.

 

 Any ideas are welcome, thanks.

 

 

 

Closes when I try to call the function to take the photo
Closes when I try to call the function to take the photo
Closes when I try to call the function to take the photo

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsonev
Telerik team
answered on 11 Jan 2017, 01:01 PM
Hello,

As you have submitted a support ticket on the same topic, it would be better to get the details and investigate the issue through the ticket which is private and comes with a guaranteed response time. Once we get to the bottom of this. I'll update this thread with more information for the community in case anyone else encounters the same.

Regards,
nikolay.tsonev
Telerik by Progress
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
iOS Devices
Asked by
Oscar
Top achievements
Rank 1
Answers by
Nikolay Tsonev
Telerik team
Share this question
or