Choppel

Results 40 comments of Choppel

Hi @tester12345678910111213 , what size does the taken image have? Try setting width to 1920 and height to 1080. What size is the image then? Also. What device are you...

@millecker I think you might be mistaking here. The for loop only returns immediately if it finds an exactly matching supportedSize - that's the 'return' inside the loop (line 482)....

@tester12345678910111213 I assume the problem is S8 specific. I don't own one so I cannot help you, sorry.

@tester12345678910111213 The fact that getSupportedPictureSizes does not work could be a time problem. Calling getSupportedPictureSizes directly in the success handler of startCamera does not work properly. You need to insert...

@waitopiggu @millecker I tried getOptimalPictureSize with various combinations and it runs perfectly for me. Please create a fresh cordova app and paste the following code in the index.js ```` document.addEventListener('deviceready',...

@waitopiggu Looks like an elegant solution to the whole problem. Please create a PR for this. Maybe someone on this thread who is affected by this problem can give you...

@hyoungbin Hi the options x, y, width and height on startCamera default to values that make the preview fullscreen. So you can omit these. Because I don't know what value...

If you omit width and height, the plugin does not use the maximum dimensions available. In www/CameraPreview.js at lines 65 to 66 it uses 0 as width and height, if...

Because this project is actively seeking maintainers I suppose that browser support is not on anyone's radar right now.