Rahul Pandey
Rahul Pandey
@PeterHdd I am also facing the same issue.
Ok, let me know if you need any help in debugging.
@PeterHdd Thanks for trying. I am also looking it now.
@PeterHdd The plugin works properly, the problem is with the decryption time. If you open the safari inspect window and press reload button you will see that it will work...
@crmolinaz Thanks for pointing out the issue. I have added the missing bracket.
What device are you using? Can you check the log and print out the Java error code using this - http://developer.android.com/tools/help/monitor.html
Are you using the latest version of the plugin, the line 91-93 in CameraSurfacePreview.java file are like this - `if (params.getSceneMode() != null) { params.setSceneMode(Parameters.SCENE_MODE_STEADYPHOTO); }`
Ok. First clone the plugin in new directory, then comment out the line number 94 from the plugin file CameraSurfacePreview.java - ``` params.setFocusMode(Parameters.FOCUS_MODE_FIXED); ``` So the line 91-94 should like...
I have updated the plugin, try the version 0.0.2. And let me know if you are still facing the issue.
how are you calling the plugins and what are the parameters? And when the app crashes, does it crashes immediately or when you try to rotate the app?