Android-RTEditor icon indicating copy to clipboard operation
Android-RTEditor copied to clipboard

Photo Capture (Camera Function) not working

Open AlexanderMadani opened this issue 7 years ago • 0 comments

Hello guys,

I am using this Android-RTEditor in my App, and I noticed that at some point recently (perhaps after the release of Nougat API level 24)... I am unable to use the Camera button of RTEditor to capture a Photo. Please note that the Photo Insertion button is working fine as always. That is to say... if I want to insert an existing Photo taken with my camera at some point in the past, it is at least functional.

However, no matter what I do... I cant get the Camera (Photo Capture) to work. Everything else in my project is working normally as far as RTEditor is concerned.

So you guys know ...

in my app level build.gradle, the dependency library I have been using (which was working for the longest time)... happened to be: compile 'com.1gravity:android-rteditor:1.6.1'

But even after I changed my build.gradle to use the latest version of:
'com.1gravity:android-rteditor:1.6.2'

the issue with the Camera not working, still remains.

What happens when I select the Camera button is that I am taken to another Screen (Grey in color)... and it just sits there and does not load my device camera like it used to. And then I have to back out of that activity, and resume.

I hope someone can kindly let me know how I can fix this.
The "newest" version of my App that I am currently testing and trying to publish to the Play store is using builToolsVersion "25.0.3" , with my V7 support dependency libraries using level 24.2.1 My Android Studio is the latest stable version at: 2.3.1 (that I just updated yesterday)

I know very little about GitHub, and had help from another kind developer in implementing RTEditor.

I would greatly appreciate it if anyone can email me at: [email protected] if you have any idea why the Camera Photo capture function is completely "Inert" and non-functional.

Thanks Alex

AlexanderMadani avatar May 11 '17 07:05 AlexanderMadani