[ Feature Request ] - 2 Chromium Args for Spellchecking (Windows OS)
See original GitHub issueI have a client requesting a new feature in our App and for that new feature to use the Windows native spellchecking.
NWJS Version : 0.40.1 Operating System : Windows 10 Pro (64 Bit)
Overview:
NW.js currently allows for spellchecking using chromium-args in the package.json:
"chromium-args": "--enable-spell-checking"
However, it does not seem to respond to two other chromium-args (flags) available in chrome:
- –win-use-native-spellchecker
- –win-use-hybrid-spellchecker
The documentation linked from NW.js found here appears outdated: http://docs.nwjs.io/en/latest/References/Command Line Options/#other-chromium-options
As none of the 3 links provided mention that --enable-spell-checking is available when it is working: https://github.com/nwjs/nw.js/issues/332 …as of June 10th, 2015.
Feature Request: I would prefer the hybrid-spellchecker but I’d like to request both chromium-args.
- Therefore, please add in the two chromium-args listed above so they work in NW.js
- Update the documentation for all chromium-args but at least for spellchecking options
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (4 by maintainers)
Top GitHub Comments
btw, you can try this first in Chrome browser to see if it works in your use case.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.