cordova-plugin-camerapicturebackground
cordova-plugin-camerapicturebackground copied to clipboard
Problem with java code
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 Thanks for pointing out the issue. I have added the missing bracket.