zdm

Results 2 comments of zdm

setTextBackgroundColor(int color)no work in android 7.0???

Find the problem: richeditor-android-master\richeditor\src\main\assets\rich_editor.js RE.setTextBackgroundColor = function(color) { RE.restorerange();//Annotate,it's redundant document.execCommand("styleWithCSS", null, true); document.execCommand('hiliteColor', false, color); document.execCommand("styleWithCSS", null, false); }