richeditor-android
richeditor-android copied to clipboard
How can i load SDCard image?
meditor extends webview,thus, just look at http://stackoverflow.com/questions/5051364/load-the-image-saved-in-sdcard-in-webview
change the loadUrl() to loadData(). May it helps.
i wanna know that too,how ?
Use reEditor.insertImage("file://"+"your local file path", imgDes); instead of reEditor.insertImage(uploadImgUrl, imgDes);
@shusheng007 That is the right solution. thanks
it can't be edited after load data ,how i can edit that