Force app to landscape mode

Hi. I need to force my app to run in landscale mode. It works by putting <preference name="orientation" value="landscape" /> in config.xml file, but the problem is that even the splashscreen is in landscape mode. Is there a way to prevent Only the splashscreen to be in portrait mode? thanks