Platform Standardizations & Inconsistencies - grantges/alloy-bootstrap GitHub Wiki

Across Appcelerator Titanium, there are certain inconsistencies that this bootstrap file tries to normalize OR workaround. This section documents the querks that are seen and references how they are addressed in the Alloy-Bootstrap app.tss file.

All Platforms

Ti.UI.ImageView.preventDefaultImage

Nothing says amatuer hour like seeing this default images load up

Ti.UI.Window

Standardized the background color to white for all windows

Ti.UI.TextField

Borders will be rounded with a standard 1px border

Android

Ti.UI.Label.color

By default, the color property on Android is set to white. Normalized to black with this Bootstrap stylesheet.