Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upNeed Documentation on how use built-in Spellchecker for WebViews #22216
Comments
|
Hi Team, |
|
4323b6d helps. In your main process, call
Then watch for the
You can use this to build the context menu in your UI. call |
This works when you are trying to use the spellcheck for BrowserWindow. But I would like to integrate the spellcheck for the Webview inside the browserwindow. |
|
See #23363 (comment) for the apparent working example. |


Preflight Checklist
Problem Description
I am not able to use the built-in spellchecker feature in Electron 8.x for Webviews.
Proposed Solution
It would be great if additional documentation is provided on the Spellchecker functionality and how to use it in webviews.