DaVince opened a new issue, #1798: URL: https://github.com/apache/cordova-android/issues/1798
# Feature Request ## Motivation Behind Feature The business I work at would like to have consistent spell checking features enabled for the application on both the desktop (web) version and the Cordova version of the same application that we roll out. Setting `spellcheck="true"` on inputs and textareas works fine on desktop, but on Cordova, enabling it doesn't change anything. Diving into the issue, I came to the conclusion that this seems to be a shortcoming in either Cordova or Android's WebView feature set (not sure which, but I gotta start somewhere). While the Android keyboard already makes suggestions on misspelled words on the spot, it does not underline misspelled words in the way that Chrome for Android would, for example. Having this available would provide a consistent experience whether our users are using the desktop or the mobile app. ## Feature Description As an example, I will post a screenshot of the text I've been typing in this very issue that demonstrates Chrome's spellcheck feature in action:  I envision this to be enabled through a preference in config.xml that allows enabling support for spellcheck in Android's WebView: ```xml <preference name="EnableSpellcheck" value="true" /> ``` ## Alternatives or Workarounds The current workaround is not really a workaround; rather, it is relying on the functionality that is already available through whatever keyboard the user has installed. This only provides limited functionality. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org