WebTextField.AutoCorrect

From Xojo Documentation

Property (As Boolean )
aWebTextField.AutoCorrect = newBooleanValue
or
BooleanValue = aWebTextField.AutoCorrect

New in 2011r2

Supported for all project types and targets.

If True, the browser will attempt to correct spelling errors as the user types. Supported on iOS.

Example

Enable auto-correct on iOS browsers:

Me.AutoCorrect = True