Its yucky and may break in a future platform version, but since each platform requires its own cordova.js -- then each platform could define its own cordova.isWebView?
wp7 is x-wmapp iOS is file:// BB is http://localhost Android is ? On Fri, Nov 30, 2012 at 3:49 PM, Jesse <purplecabb...@gmail.com> wrote: > WP7 app is loaded from x-wmapp1:/ > WP8 app is loaded from x-wmapp0:/ > > So file:// will not work > > There are probably numerous other approches ... > deviceready will/should never fire, but that is difficult to test for, > because it could just be taking a real long time. > > > I see many issues with this though: > - each platform still requires it's own cordova.js, so this would only > work with 1 platform + a webserver, so no idea we come up for this > will solve the bigger problem. > > > > On Fri, Nov 30, 2012 at 3:46 PM, Shazron <shaz...@gmail.com> wrote: > > document.location starts with http://localhost OR starts with file:// > then? > > ;) > > In any case, any js variable that we could set can be overridden of > course. > > > > > > On Fri, Nov 30, 2012 at 3:38 PM, Filip Maj <f...@adobe.com> wrote: > > > >> I think in BB WEbWorks you get http://localhost/somethingsoemthing > >> > >> On 11/30/12 3:35 PM, "Shazron" <shaz...@gmail.com> wrote: > >> > >> >"how do we know if we're in cordova or not?" --> document.location > starts > >> >with file:// ? > >> > >> > > > > -- > @purplecabbage > risingj.com >