Community Questions & Answers
Android app only shows splash screen when no debugger is attached
When I run my Titanium app without the debugger attached, it shows the splash screen and never progresses past it. Thinking this was my code, I created a brand new project, made no changes to it and ran that. When the debugger is attached, it runs fine...
App frozen at splash screen ONLY on my device
Application type: mobile Titanium sdk: 3.0.0 - 3.1.0 android 2.3.7 cyanogenmod 7.1.0 device: samsung galaxy s2 host operating system: ubuntu 12.0.4 LOG: V8Object: Runtime disposed, cannot set property 'userAgent' WindowManager: App freeze timeout...
Custom Default.png is displayed correctly on simulator - but not on iPhone - using Alloy
I am running Titanium Studio (3.0.2) on a Mac and am developing an App using Alloy (2.2.0). I added custom Default.png (in all those different sizes and names) and everything is displayed correctly in the iPhone simulator. But when I package the whole...
Splash Screen in Ti Studio 3.0
Hi there, i have a strange question, i have downloaded the latest Ti Studio and while i am building the app in simulator i can see my splash screen but when i test it on my device i see the default appcelerator splash screen. i have only appicon.png and...
Titanium splash image still displays after changing images (Ad-hoc)
This is the last thing I have to deal with before submitting my app, so your help is appreciated! I built and tested my iPhone app without changing the Default.png and Default@2x.png, since I figured it would be a quick fix at the end of my workflow...
Multi-resolution splash screen on Android
Someone can help me understand how I can change splash screen for Android in multiresolution? How I should set it to make it working both with landscape and portrait? How I should set it to make it working with different resolutions? Thanks!
why do i see appcelerator default splash screen
i have Default.png Default@2x.png Default-Portrait.png Default-Portrait@2x.png all of these custom splash screens and it Tiapp.xml i have ~~~ <iphone> <orientations device="iphone"> ...
How to disable splash screen?
How to disable splash screen?
Delaying the splash screen - android
Hi. I want to delay my splash screen for 5 seconds, but I can't seem to do it. I tried this ~~~ setTimeout(function() { tabGroup.open(); }, 5000); ~~~ but it didn't work for me. My app.js code is like this. ~~~ setTimeout(function() { ...
How do I use a 9-patch image for the splash?
I cant find where to change the name of that image, and just overwriting default.png doesnt do er. I think it needs that .9.png extension.
Delay splash screen? Crash on SetTimeout?
Hi! I have an app where I want to keep the loading splashscreen longer than the default time. (don't ask...). I tried: ~~~ setTimeout('tabGroup.open()',100); ~~~ However, this crashes the app on startup. The only error I get is `[DEBUG] Session did end...
android splash screen orientation
Hi guys i want my android app splash screen to be shown only in potrait orientation but dont know how to do that need help with that
Problem with Splash-Screen Animation in 2.1.4 GA and 3.0 GA
Hi, I have an app where I animate the Splash screen like this in app.js: ~~~ var t3 = Ti.UI.create2DMatrix(); t3 = t3.scale(0); var a = Titanium.UI.createAnimation(); a.transform = t3; a.duration = 1000; splash = Ti.UI.createWindow({}); splashimage =...
Black screen on boot in between splash screen and window load. Help please
Hey Guys, I have an app that is essentially finished however i have one or two bugs. The most frustrating is this black screen issue im having. Heres what happens: • I run the app in the emulator or open it on my iPhone • The splash screen appears...
Android splash, weird label?
When I run my app on a device/emultor with Android 4.0 I get a weird label at the middle left of the splash screen, I'm guessing it's the title of the app, but it's trunkated somehow... [See this screenshot](http://imgur.com/Wuevc) How can I remove this...
how do you handle multiple splash screen sizes?
Screen sizes are very fragmented. How do you usually handle this so that the clipped out area is not something useful?
Referencing default.png in Android
Hello, I'm trying to make a loading screen with a progress bar that is displayed while the app is starting up. This screen will be displayed after the splash screen and before the actual start screen of the app. This loading screen is going to have the...
iPhone5 app height and the Default-568h@2x.png image
It very useful to find out that all that is needed to make an app iPhone height compatible is adding a splash image called Default-568h@2x.png - with dimensions of 640 X 1136 pixels. This works fine, but has anyone else noticed that on launch, after...
Splash screen is being distorted
The Default-Portrait.png splash screen image is always "shifting" to the left just before the actual app starts up. I get this behaviour only on iPad, in the simulator as well as on device. If any body have solution for this please help. Thanks...
Android navBarHidden on app start
On Android, is it possible to start an app with the navBarHidden set to true, so that the splash screen doesn't show Nav Bar and quickly hide it again because the first window loaded has it hidden? I know there are some settings like this in tiapp.xml...
New iPhone 5 splash screen dimensions
The new iPhone has new dimensions. 640x1136. I already have the splash screen. But how to implement it?
Android emulator and device freezes on startup every now and then
Hello, I made a small application for Android (2.2). It works fine, but every now and then it freezes on the splash screen and I have to restart it in order to work. It usually starts up regularly and only sometimes freezes so I can't quite find out where...
App Ready?
How can i add an eventlistener for the app if it is ready to open? i am asking this because i want to make a splash screen loader , as i search the Q&A it can be done like this, app.js ~~~ //First i must to add this, var splash_win =...
Orientation switch during splash screen distorts windows
If I boot up my app (which is setup to run in portrait) while holding the iPhone in landscape, the splash screen will rotate an go all distorted. Then, once the app loads, the content of all my windows are squeezed upward about half way up the screen. Is...
Third time posting this, Appcelerator please respond: Activity indicator on splash screen?
Sorry for posting this question yet again, really hoping for a response from Appcelerator. Previously posted question [here](https://developer.appcelerator.com/question/14831/activity-indicator-on-splash-screen-possible) and...
How to localize the name of your App and the Splash/Launch Image
This is actually an answer for a problem that I was looking for, I am working on an App that will be available in 5 languages and the name of the app will be different for some Languages and with that my Launch/Splash Image needs to change accordingly. To...
How to Show a View or Window for 5 seconds everytime the App is Opened
Hi I need to be able to open and show a created view or window everytime the user opens up the app. I know i can automatically use the Default.png image when the app is first opened but i need to be able to bring up a view or image if it is put in the...
Splash Screen doesn't display on launching app
Hi, I custum my Splash Screen for my ios app. ~~~ dimensions: 360 x 480 ~~~ but it doesn't the same dimensions with Splash Screen provides with ~~~ dimensions: 768 x 1004 ~~~ On iphone, does Splash Screen resize automaticly ? because, i have a black...
instagram splash screen
hi i want to make splash screen like instagram app
Problem with splash screen on Android
By default, the splash image comes under notification bar and nav bar. I was able to remove the nav bar without any 'side-effects', but if I remove the notification bar by setting either of the two lines in...
screen splash doesn't appear
Hi, the screen splash doesn't appear when i launch app. i've just a black screen and i don't undesdand why. i placed all pictures into ressources/iphone folder with the name "default.png" ... can you tell me where place the screen splash or why...
advertisment on start iphone
Hi, i want to display advertisement after splash screen. it is a window that contains the same image like splash while loading advertisement image.. but when testing, i have a white screen when loading remote image (ad). here is my code. i tried with a...
Help with 3D Animations...
Can anyone help me with converting this objC code to Titanium create3dMatrix animation of a view... The effect I wanted as explained [here](http://jaysonlane.net/2012/03/path-2-0-style-animated-splash-screen-default-png/) is that of how the Path 2.0 app...
Splash screen freeze on iPhone device
Titanium SDK 1.6.0 On iPhone simulator works fine, but on device splash screen freeze. Already desabled the ANALYTICS option, but not work. Can anyone help me? Thanks.
Keeping Default.png visible on app launch for a few seconds, then fade away. Help!
Hi guys, I want to extend the duration of time users see my Default.png splash graphic when the app is launched. here is my code in app.js ~~~ // this sets the background color of the master UIView (when there are no windows/tab groups on...
Splash screen customization
Im having trouble with the customization of splash screens. If i add a custom default.png file (just overwrite the appceletator one) its working fine on the emulators (iPhone/Android) But when i build it and test it on the actual devices its just not...
Titanium 1.8.0.1 RC2 on iOS: Freeze on splash screen.
Hi, Because I couldn't find anything about this I ask it here: Since version 1.8.0.1 on iOS all my apps freeze on splash screen, also on 1.8.0 and above. Also, IPA files and apps are much smaller, sometimes 1MB difference between 1.8.0 apps and apps...
iPad Retina Splash screen file names
Found this great table: http://docs.appcelerator.com/titanium/2.0/index.html#!/guide/Icons_and_Splash_Screens-section-29004897_IconsandSplashScreens-iOSgraphicassetrequirementsandoptions on file naming conventions for all the iOS graphics requirements...
Android splash full screen
How can I set fullscreen for splash screen in android like KitchenSink? SDK 1.7.5
splash video instead of Default.png
Hi I am a newbie to titanium, just learning it now. I would like to play a small movie as soon as app is launched and then the landing page with buttons. So I would like to remove the Default splash image and play video on launch. How can I achieve that?...
Activity indicator on splash screen?
How can I add activity indicator on splash screen when the app is loading ?
Xcode project - client compile stuck on splash screen
Hi, We've been using transport.py to supply our client with source code for Titanium projects that we've been producing over the last few years. We're currently having an issue where we are producing a standalone Xcode project using transport.py, however...
Only Splash Screen Portrait
my app is finished. :))) it remains only one question. I can lock the splash screen to portrait? my application is based on a TabGroup thanks
Splash Screen Multiple Sizes
I have developed an app for Android and I have included a Default.png with resolution 480*854. now this works for a number of devices, but is there a way to include multiple splash screens so that the splash image is not distorted on multiple devices?
creating a splash screen with loading animation
I'm looking at how to create a splash screen which appears when the app is first laun Any idea how this can be achieved?
Will splash screen dimensions for the new ipad be supported?
The new ipad has the retina display, as we all know. How do I have to add the splash screens to the iphone folder? Default-Landscape@2x.png and Default-Portrait@2x.png like for the iphone retina?
Hi resolution startup/splash images for Android apps
Hi, I am trying to optimize my android app for hi resolution android devices with 1280x800 and 1024x600 screens and can not figure out how to add startup/splash screen images for these resolutions - app keeps on using 320x240 image when I run it on higher...
Localizing Default.png and appicon.png
I'm trying to localize the Default.png and appicon.png on iPhone with the 1.6.1 SDK. I found something about it in [another thread](http://developer.appcelerator.com/question/98921/how-to-localize-the-name-of-your-app-and-the-splashlaunch-image) but this...
android: show splash fullscreen (hide navbar, statusbar, ...)
how can i achieve this, changing the tiapp.xml values do not seem to work for android
App hangs at splash screen on device only
I'm new to Titanium Mobile, and unfortunately have gotten myself stuck right away. I made a simple test app -- nothing too fancy -- and it runs great in the iPhone Simulator. It compiles and runs on the device too, but gets stuck at the splash screen. Any...