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 FirefoxOS Hey Piotr

Re: onNativeReady and FirefoxOS

2013-07-01 Thread Piotr Zalewa
Tanner gtan...@gmail.com 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=cordova-js.git

Re: onNativeReady and FirefoxOS

2013-07-01 Thread Filip Maj
solution for this? Piotr - Original Message - From: Gord Tanner gtan...@gmail.com 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

onNativeReady and FirefoxOS

2013-06-25 Thread Piotr Zalewa
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. It should be fired in https://github.com/apache/cordova-firefoxos/blob/master/lib/cordova.firefoxos.js#L5977 after

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 pzal...@mozilla.com 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

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