Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在钛中创建了一个密码文本字段,如下所示,但它仅适用于 Iphone,但在 Android 中不起作用。我该怎么做?
var textfield_password=Ti.UI.createTextField({ top:290, left:50, right:50, hintText:'Enter your password', passwordMask:true,
})
此问题已修复: https ://jira.appcelerator.org/browse/TC-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
你的代码也在我的电脑上给出了正确的输出。我正在使用钛 sdk 2.0 和 android 2.3.3