dankito / RichTextEditor

Rich text WYSIWYG editor for Android and JavaFX
Apache License 2.0
92 stars 36 forks source link

Context type check error #72

Open smpgallagher opened 2 years ago

smpgallagher commented 2 years ago

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