spell

  1. T

    Android Question How to disable spellcheck in AS TextFieldAdvanced?

    I would like to disable spellcheck in AS TextFieldAdvanced, so that I don't see the red underline below texts. I tried the following, but it crashes. Private Sub DisableSpellcheckAS(tf As AS_TextFieldAdvanced) ' Get the internal B4XView containing the native EditText Dim tfJO As...
Top