Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: elusiven on June 06, 2018, 05:06:44 AM

Title: Custom Input Field
Post by: elusiven 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.