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