You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: