Quill causes the app to crash on Android.
There are no issues on iOS, but when opening Quill on Android, the app crashes. Could it be an issue with the WebView?
I am experiencing same issue. have you found a fix? @YOOYONGHYUN
I haven't found a solution yet. But I suspect that Quill is causing the issue because it uses a WebView. I read that WebView can cause crashes in Android apps. @obrucheoghene
I haven't found a solution yet. But I suspect that Quill is causing the issue because it uses a WebView. I read that WebView can cause crashes in Android apps. @obrucheoghene
yeah I agree but web view alone works fine now when using Quill only getting crashed me too searching for a solution not found yet
The react-native-pell-rich-editor is also WebView-based, and I found that it causes crashes in the Android app. It seems that WebView-based editors all share the same issue. Interestingly, WebView alone works fine, but these WebView-based editors have this problem. I've tried various solutions, but none have worked, so I'm considering switching to the Tentap Editor.
@obrucheoghene @Jeyaprakash-profit Try adding the following to your QuillEditor component: webview={{ dataDetectorTypes: Platform.OS === 'ios' ? 'none' : ['none'], }} It works for me
Thanks @YOOYONGHYUN, it worked for me.
Thanks @YOOYONGHYUN, also works for me!!
@obrucheoghene @Jeyaprakash-profit Try adding the following to your QuillEditor component: webview={{ dataDetectorTypes: Platform.OS === 'ios' ? 'none' : ['none'], }} It works for me
This worked for me as well! Thanks @YOOYONGHYUN! 🎉
@obrucheoghene @Jeyaprakash-profit Try adding the following to your QuillEditor component: webview={{ dataDetectorTypes: Platform.OS === 'ios' ? 'none' : ['none'], }} It works for me
works to me too!!!!
Thanks @YOOYONGHYUN it works for me :)
Thanks @YOOYONGHYUN, this saved lot of time.
Thanks @YOOYONGHYUN, this saved lot of time.