Hi , I am new to appcelerator . I need to restrict the orientation of splash screen to landscpe only . I have managed to restrict the orientation for the other screens using the orientationModes in app.tss file. But that does not work for splash. I also have tried by coping the manifest inside the build in to the TiApp under android tag .added tag android:screenOrientation="landscape" and removed orientation from android:configChanges.The splash screen disappears and blank screen comes when I add android:screenOrientation="landscape" in launcher activity ie .mainActivity. Please let me know if I am missing anything. Thanks in advance.
↧