Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide a password text-field widget #25

Open
inder123 opened this issue Oct 8, 2012 · 1 comment
Open

provide a password text-field widget #25

inder123 opened this issue Oct 8, 2012 · 1 comment

Comments

@inder123
Copy link

inder123 commented Oct 8, 2012

HTML, Android, and iOS have native widgets for accepting password input. It would be great if tripleplay can provide an abstraction that maps to native widgets.

Thanks.

@roguenet
Copy link
Contributor

iOS has some of this support. It is not yet ported to the other platforms, but if you set the Field.SECURE_TEXT_ENTRY style to true on a Field, it will do the normal password text field thing on iOS. Note that this requires registering the IOSTPPlatform at app initialization. See tripleplay.platform.TPPlatform class docs.

Also note that intializing the IOSTPPlatform will make all Fields on iOS be native platform fields, instead of using the lame popup entry dialog that it otherwise uses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants