playMaker

Author Topic: Custom Input Field  (Read 1641 times)

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Custom Input Field
« on: June 06, 2018, 05:06:44 AM »
Hi All,

So in our app I needed to turn off auto-correction and capitalization on iOS and Android. The standard input field did not switch it off. I checked why and the method TouchScreenKeyboard.Open in the InputField was setting auto correct to false only if type was password or url. Maybe I have missed something and there was an easy way to do this but if not then I made these modifications anyway. Use the files and in Custom Input field use Custom - > Standard (This will turn off auto-correct).

TouchScreenKeyboard.Open could also be used manually I guess, if the mobile input is turned off by default in the input field but I haven't tried that.
« Last Edit: June 06, 2018, 05:11:25 AM by elusiven »