yes I tried it your index.html, red boxes some time disappear but they also disappear on simulator so didn't know what you were looking for.
ping me tomorrow on slack, maybe I can screen share and do a live session. On Tue, Feb 2, 2016 at 9:18 AM julio cesar sanchez <jcesarmob...@gmail.com> wrote: > Thanks for testing. > Did you try with my index.html? do the red boxes always appeared on the app > corners? > CB-10288 is about webview not resizing correctly in multitasking screens > (Split View - Slide Over) > > 2016-02-02 3:15 GMT+01:00 Carlos Santana <csantan...@gmail.com>: > > > Julio I tested on my iPad Air 2 used ios@4.0.1 the buttons show up, > > buttons > > work, I can do splitview no crashes > > > > > > On Mon, Feb 1, 2016 at 10:36 AM julio cesar sanchez < > > jcesarmob...@gmail.com> > > wrote: > > > > > 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 <csantan...@gmail.com>: > > > > > > > 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 < > > > > jcesarmob...@gmail.com> > > > > 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 > > > > > > > > > > > > > > >