2 ways to make the corners don't show up in simulator 1. rotate and rotate back while in split view 2. make the app that I bring from the right take the whole screen, and then bring back cordova app from the right
[1]: https://www.evernote.com/l/ACJTXoqbhYFIn6mo-SThfghBkSEYsP7vTgk [2]: https://www.evernote.com/shard/s34/sh/d42eb658-6d59-41ff-ad94-560aadcf537a/7eac9d69fe1ce687 On Wed, Feb 3, 2016 at 4:43 AM julio cesar sanchez <jcesarmob...@gmail.com> wrote: > They shouldn't disappear, they don't disappear on my tests on the > simulator. > Well, they disappear when there is another app on Slide Over because the > app on the Slide Over is over the app, and the cordova app is grayed out > and not usable, once I hit the white button to change to Split View the > webview is resized an show all the boxes. > > The screen share or screenshots will be helpful, thanks! > > 2016-02-03 4:00 GMT+01:00 Carlos Santana <csantan...@gmail.com>: > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > >