Hi, all
Using wax,it's not hard to implement for iOS.
However,if need to also support android,What's the best way?
in my opinion,TextInputDialog is a good start point to make a more customizable dialog,we can add multiple textfields and one label for each textfield. And when the button clicked,we can choose not to close it and instead show some tips for the textfield.
Something like below:
username: |___________|
invalide character (this tip is optional)
password:|___________|
email:
.......and so on
@atilim,do you think it will not take much to extend the TextInputDialog this way?