Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image not save #47

Open
bigdevi opened this issue Oct 26, 2018 · 7 comments
Open

image not save #47

bigdevi opened this issue Oct 26, 2018 · 7 comments

Comments

@bigdevi
Copy link

bigdevi commented Oct 26, 2018

try to insert image, in edit mode, image is show. but when it save. no image url in html.

@chinalwb
Copy link
Owner

Sorry for the issue. I'll check when I get time, this may need some time please aware..

@chinalwb
Copy link
Owner

chinalwb commented Nov 7, 2018

@bigdevi Sorry for my late response. I could not reproduce, can you let me know your steps to reproduce? Thanks.

@tigerTuji
Copy link

Hi @chinalwb,
Image div is getting save properly. When try to reload it I am getting an exception:

java.lang.SecurityException: Permission Denial: opening provider com.android.externalstorage.ExternalStorageProvider from ProcessRecord{126da800 6308:com.app.learn/u0a61} (pid=6308, uid=10061) requires android.permission.MANAGE_DOCUMENTS or android.permission.MANAGE_DOCUMENTS.

Editor is working fine. Then I am saving html in database and on loading html from database is causing problem for image.

Please look into it ASAP.

Thanks.

@chinalwb
Copy link
Owner

chinalwb commented Jun 9, 2019

I'll check but looks the exception seems like you should add the specified permission to your manifest file.

@tigerTuji
Copy link

We cannot add permission for MANAGE_DOCUMENTS in apps which are not system app. It seems we cannot access gallery document by the URL that we have saved. Or requires to save image in local directory of app.
Hope you will get a best solution soon.

@tigerTuji
Copy link

Are you not getting this issue while reopening ARE after saving some image? Your demo app also not included any special permission regarding this and even after adding MANAGE_DOCUMENTS permission, I am getting same error.

@chinalwb
Copy link
Owner

Yes, I know this. No schedule for fixing this in this community version. Waiting for the commercial version please.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants