Titanium ignoring Autocapitalization setting?
Despite setting AutocapitalizationType to 'None' on the username text field in my app's Settings.bundle, both iPad and iPod continue to autocapitalize the first letter. It doesn't happen on the...
View Articlesettings.bundle - settings in iphone device settings
I found out how to add a row to the device settings so it shows my app there now. I found that here: http://developer.appcelerator.com/question/12311/kitchensink-appears-in-app-settings My question is...
View Article[iOS] App Settings
Hi, I was wondering whether it would be a good idea or not to put a setInterval in order to test if a Ti.App.Properties was changed in the iphone settings panel? (i.e. to unregister for push...
View ArticleiOS Settings
I recreated my project to fix naming for the app, but when I compiled it for iOS, I lost the application setting in the device settings. Whatever I do doesn't get it back in there. I have gone in and...
View ArticleButton in iOS settings
Is there a way to create a button from the root.plist file for iOS settings? Using xcode to modify the .plist file, I don't see an option for a button.
View ArticleWriting app version to Settings.bundle
Is it possible to get a value (i.e., Ti.App.version) into a Settings.bundle DefaultValue so that the app version can be displayed in the iOS settings panel? Presumably this could be done via a...
View Articlesettings.bundle doesnt appear in "Settings".
Hi ... i am trying to integrate the app preferences in my app, but it doesn't appear, i am including the settings.bundle in the modules folder but it doesn't work.. Here you have a screenshot where the...
View ArticleCall / Load the iPhone Settings App view inside the App
Hi, I've setup a traditional settings.bundle/Root.plist to handle all my app properties. Pretty useful and All work perfect... Except that i would like to allow the user to change this properties...
View Article