Hi all, big fan of Prosemirror and we are using it in a webview in our iOS/MacOS app. Spell check (red underlines) work great in iOS but spellcheck in a webview on MacOS does not appear to work.
Are there any options to address this? If we can’t get the OS spell check, is there a local spell check option (prefer no web API) we could employ?
Does spell check work for you in Safari, in a stock editor like the one on prosemirror.net? I don’t know anything about macOS webviews, but I would expect it to behave much like Safari.
Yes it works in Safari. So it’s some issue with Webview in MacOS and not a prosemirror issue. I’m just wondering what the best course of action is if I want to provide spellcheck (red underlines) under mispelled words in prose mirror. Is there any existing solution that would help with this?