richeditor-android icon indicating copy to clipboard operation
richeditor-android copied to clipboard

Unable to upload image from device

Open shami2812 opened this issue 4 years ago • 5 comments

Unable to insert Image from device Image is selected from device folder, but by using new file path I am unable to insert that image in TextEditor

image

shami2812 avatar Jan 25 '21 11:01 shami2812

@wasabeef Can you please give any solution to select an image from the gallery and display it in Editor's view?

vikas-jain-plutus avatar Feb 25 '21 12:02 vikas-jain-plutus

@shami2812 @bmadaras @lijunjieone @cjwirth Anyone can help me with this?

vikas-jain-plutus avatar Feb 25 '21 12:02 vikas-jain-plutus

editor.getSettings().setAllowFileAccess(true);

Piyushandroidch avatar Apr 07 '21 04:04 Piyushandroidch

What method are you using?

mohamed99akram avatar Nov 11 '21 12:11 mohamed99akram

Instead of an absolute path, use a normal path and add this parameter editor.getSettings().setAllowFileAccess(true);

kuralovsa avatar Jun 15 '22 08:06 kuralovsa