Enable JavaScript to use search. / 検索を使用するには JavaScript を有効にしてください。
Posts with #titanium-mobile
Sat, August 25, 2012
1 min read
[Titanium Mobile] How to Disable Splash Screen
How to hide the Titanium Mobile splash screen — impossible on iOS, doable on Android by editing theme.xml.
read more →
Tue, August 7, 2012
[Titanium Mobile] invalid method (createCoverFlowView) passed to UIModule
Fixing Titanium Mobile's `invalid method passed to UIModule` error by forcing a full rebuild via `rm -rf build/iphone`.
Wed, August 22, 2012
[Titanium Mobile][ERROR] Script Error = Parse error (unknown file)
Titanium Mobile's `Script Error = Parse error (unknown file)` almost always points to a JavaScript syntax bug.
Tue, September 4, 2012
Summary of Titanium Mobile SDK 2.1.2 Release Information
A bookmark of links to Titanium Mobile SDK 2.1.2 release information from official and Japanese sources.
Sun, July 1, 2012
2 min read
Titanium Mobile Introduction (Titanium Studio Installation/Configuration ~ Running on iPhone/Android Simulator)
Setting up Titanium Studio and getting a first project running on iPhone and Android simulators.
Mon, August 20, 2012
[Titanium Mobile] How to Make View Background Transparent
Set a Titanium Mobile View background to transparent by passing `'transparent'` to `backgroundColor`.