Hello, another problem,
So I'm using the UIInput for a profile creation for our game and I modified the validation to only accept lowercase and uppercase letters. I've made sure in the scene that I have the right validation selected on the enum, yet the user can input special characters and numbers on iOS devices.
Also I have the max char limit set for 7 yet it's letting 8 characters be typed and when you type another it just replaces the end character. What's the deal with that? Is there some platform difference with this?
Also, is there anyway to just only use the iOS keyboard with the blue done button? Currently the keyboards change every time uiinput comes into focus.
Note: This is all only occurs on device, works as expected in editor.
Thanks, I appreciate it.