cordova should support launch storyboards https://issues.apache.org/jira/browse/CB-7521 https://issues.apache.org/jira/browse/CB-9161
and "Requires full Screen" should be configurable, right now is set to true (this is the JIRA item that set it to true https://issues.apache.org/jira/browse/CB-9690, AFAIK, there nos issue for making it configurable ) 2016-02-01 15:07 GMT+01:00 Carlos Santana <[email protected]>: > I have an iPad that supports multitasking but it's at home, I can test it > tonight if no one else have gotten to it first > > You said "cordova doesn't officially support multitasking yet" Do you have > a JIRA item describing what would be necessary to have support? > > > On Sun, Jan 31, 2016 at 5:15 PM julio cesar sanchez < > [email protected]> > wrote: > > > I'm trying to fix https://issues.apache.org/jira/browse/CB-10288 > > > > I've tested on simulators and seems to work fine, but I don't have any > real > > iPad with multitasking support to test. > > > > As cordova doesn't officially support multitasking yet, you have to > follow > > these steps to add the support. > > > > On an empty project with ios platform (tested on cordova ios 3.9.2, but I > > think it should work on 4) > > > > Add all orientatios > > <preference name="Orientation" value="all" /> > > > > add my commit of statusbar plugin > > > > cordova plugin add > > https://github.com/jcesarmobile/cordova-plugin-statusbar#578fa1b > > > > Open the xcode project and create a new "Launch Screen" file > > On the target "General" screen, set the file as "Launch Screen File" and > > uncheck "Requires full screen" > > > > I use this as the index.html but you can use your own > > https://gist.github.com/jcesarmobile/114fdb8b771837440752 > > >
