RichTextEditor icon indicating copy to clipboard operation
RichTextEditor copied to clipboard

Context type check error

Open smpgallagher opened this issue 3 years ago • 0 comments

executeJavaScriptInLoadedEditor in AndroidJavaScriptExecutor expects an Activity context. Some parent controls wrap the context with ContextThemeWrapper. This stops js initialization (line 60).

smpgallagher avatar Feb 03 '22 19:02 smpgallagher