@rikkie wrote:
Hi there,
I'm facing a problem with the camera plugin on wp8.1.
Im using the following code:var options = {} navigator.camera.getPicture(options).then(function (imageData) { $scope.imgURI = "data:image/jpeg;base64," + imageData; }, function (err) { // An error occured. Show a message to the user });
On android and IOS this works, it shows the camera but on wp nothing shows up and nothing happens not even a error.
Anybody that can help me? I'm using visual studio 2015
Posts: 1
Participants: 1