Great @atanas.
I just created a public repository and upload our rb-display lib that includes our newTextField “widget” version.
In few words, it basically substitutes the native textField with a newText together a newRect (or newRoundedRect) when the native textField is not in use (focus)).
Some features already implemented:
– . Keyboard automatically hides when touching outside the textField
– . Auto-translate the screen to avoid the inputField to be hidden by the keyboard device
– . Obey to group behaviors, specially useful for use together with storyboard
Improvements still needed:
– . Adjust font differences between the placeholder text and the text inside the native field, specially on Android devices
– . Support to native textBox
The link to repository is https://bitbucket.org/redbeach/