RE: onNativeReady and FirefoxOS

2013-07-09 Thread Herm Wong
I took an older snapshot of the repo that we had working on the FxOS simulator and ran it in the current FxOS simulator. Got the same result as Piotr. > From: f...@adobe.com > To: dev@cordova.apache.org > Date: Mon, 1 Jul 2013 12:43:35 -0700 > Subject: Re: onNativeReady and Firefo

Re: onNativeReady and FirefoxOS

2013-07-01 Thread Filip Maj
lib/cordova.firefo >xos.js#L5379-L5410 but this code isn't run and hence it's not called when >cordova ready is fired. > >Any solution for this? > >Piotr > >----- Original Message - >From: "Gord Tanner" >To: dev@cordova.apache.org >Sent: Tue

Re: onNativeReady and FirefoxOS

2013-07-01 Thread Piotr Zalewa
--- From: "Gord Tanner" To: dev@cordova.apache.org Sent: Tuesday, June 25, 2013 5:38:01 PM Subject: Re: onNativeReady and FirefoxOS I could have swore there was one at one point ;) but it is going to look exactly like the webos one [1] [1] - https://git-wip-us.apache.org/repos/asf?p=cord

Re: onNativeReady and FirefoxOS

2013-06-25 Thread Gord Tanner
I could have swore there was one at one point ;) but it is going to look exactly like the webos one [1] [1] - https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=blob_plain;f=lib/scripts/bootstrap-webos.js;hb=HEAD On Tue, Jun 25, 2013 at 10:52 AM, Andrew Grieve wrote: > likely you want

Re: onNativeReady and FirefoxOS

2013-06-25 Thread Andrew Grieve
likely you want to add a bootstrap.firefoxos.js file On Tue, Jun 25, 2013 at 3:40 AM, Piotr Zalewa wrote: > Hi, > > Here is me again. > > I commented out the "reinstantiating" window.navigator to make it not > throw SecurityError under FxOS. > > I then realized the 'deviceready' isn't fired. >