Community Questions & Answers

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...

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"> ...

366 views
asked 4 months ago by sk cr
last activity 3 months ago

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() { ...

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...

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...

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 =...

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...

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...

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...

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?...

Showing 1-50 of 106 1 2 3