-
Notifications
You must be signed in to change notification settings - Fork 445
setEditorBackgroundColor not working #134
Comments
same here |
Make sure you call it from the richEditorDidLoad RichEditorDelegate method |
@steviemo I tried this and it worked but you still have a white background whose colour you can't change when your view is higher than the I thought that this was the background colour of the I suppose that the white colour is the background if the rendered HTML...? |
@Heckscheibe In Debug View Hierarchy you can see that view with white background is some webview's subview called UIWebBrowserViewMinusAccessoryView. There is some hack code in CJWWebView+HackishAccessoryHiding.h/m, but looks like in doesn't work |
Should be fixed with these changes: #208 |
not working to me |
there is method with name "setEditorBackgroundColor" to change background color of editor. But when i call this method, it is not working as required.
The text was updated successfully, but these errors were encountered: