cordova-plugin-camerapicturebackground icon indicating copy to clipboard operation
cordova-plugin-camerapicturebackground copied to clipboard

Problem with java code

Open crmolinaz opened this issue 10 years ago • 1 comments
trafficstars

Hi, thanks for share this. In CameraSurfacePreview you have a issue.

if (params.getSceneMode() != null) params.set Scene Mode(Parameters.SCENE_MODE_STEADYPHOTO); }

You forgot the { when you open the if. Changing this, the plugin works.

crmolinaz avatar Nov 10 '15 08:11 crmolinaz

@crmolinaz Thanks for pointing out the issue. I have added the missing bracket.

an-rahulpandey avatar Nov 10 '15 08:11 an-rahulpandey