Building Cordova apps for Firefox OS
hacks.mozilla.org
Building Cordova apps for Firefox OS
1–10 of 31 posts
Re: Building Cordova apps for Firefox OS
#2If you all you need for firefox os apps are: html, css, js then why do I need to add additional cordova library? The big plus of Cordova is you can use HTML5 and write apps that run on other platforms where HTML5 is not natively supported but Firefox OS claims to be HTML5 first.
Cordova seems useless for FireFox OS apps..specially if I'm not using Cordova for any other platform, since performance wise it's not as fast as native on Android/iOS.
Re: Building Cordova apps for Firefox OS
#3What is the advantage of creating Firefox OS using Cordova (if you're only creating firefox os apps)? If you all you need for firefox os apps are: html, css, js then why do I need to add additional cordova library? The big plus of Cordova is you can use HTML5 and write apps that run on other platforms where HTML5 is not natively supported but Firefox OS claims to be HTML5 first. Cordova seems useless for FireFox OS a…
The fact that the platform they are adding already running apps in the same framework you've written your mockup in is secondary. Wrapping an HTML app into a firefoxOS app is fairly simple, but this will now handle that process for you.
Re: Building Cordova apps for Firefox OS
#4What is the advantage of creating Firefox OS using Cordova (if you're only creating firefox os apps)? If you all you need for firefox os apps are: html, css, js then why do I need to add additional cordova library? The big plus of Cordova is you can use HTML5 and write apps that run on other platforms where HTML5 is not natively supported but Firefox OS claims to be HTML5 first. Cordova seems useless for FireFox OS a…
The advantage is if you are already using Cordova to write cross-platform HTML apps, you can simply run `cordova platform add firefoxos` and it'll run on Firefox OS now (barring any issues with the API shims).
Eventually, the Web APIs supported in Firefox OS will hopefully become the standard APIs for hardware access, and Cordova will change their APIs to match it, and in the end you will just need to write apps against the Web APIs and we can get it to run everywhere. But we are not there yet.
Re: Building Cordova apps for Firefox OS
#5What is the advantage of creating Firefox OS using Cordova (if you're only creating firefox os apps)? If you all you need for firefox os apps are: html, css, js then why do I need to add additional cordova library? The big plus of Cordova is you can use HTML5 and write apps that run on other platforms where HTML5 is not natively supported but Firefox OS claims to be HTML5 first. Cordova seems useless for FireFox OS a…
However, if you're also planning on submitting it to the iOS app store, then making a Cordova app is useful.
Similarly, if you already have a Cordova app that you submitted to iOS and Android's stores, then you are now able to turn it also into a Firefox OS app fairly easily without having to fork your entire project.
Re: Building Cordova apps for Firefox OS
#6What is the advantage of creating Firefox OS using Cordova (if you're only creating firefox os apps)? If you all you need for firefox os apps are: html, css, js then why do I need to add additional cordova library? The big plus of Cordova is you can use HTML5 and write apps that run on other platforms where HTML5 is not natively supported but Firefox OS claims to be HTML5 first. Cordova seems useless for FireFox OS a…
I suppose the advantage would be the ability to have your app run on the current biggest app stores, and a possible up-and-coming popular app store.
I'm assuming Mozilla is aware that most developers don't want to create apps that only run on Firefox OS, since it has such a small install base. But if they show how easy it is to write cross-platform apps they can get some traction.
Re: Building Cordova apps for Firefox OS
#7What is the advantage of creating Firefox OS using Cordova (if you're only creating firefox os apps)? If you all you need for firefox os apps are: html, css, js then why do I need to add additional cordova library? The big plus of Cordova is you can use HTML5 and write apps that run on other platforms where HTML5 is not natively supported but Firefox OS claims to be HTML5 first. Cordova seems useless for FireFox OS a…
> What is the advantage of creating Firefox OS using Cordova (if you're only creating firefox os apps)?
The post doesn't seem to say anything about that. I figure this would just be one step for your Cordova app. You would also use it to target Android or iOS (I don't know enough about Cordova to know if iOS is a target).
Re: Building Cordova apps for Firefox OS
#8What is the advantage of creating Firefox OS using Cordova (if you're only creating firefox os apps)? If you all you need for firefox os apps are: html, css, js then why do I need to add additional cordova library? The big plus of Cordova is you can use HTML5 and write apps that run on other platforms where HTML5 is not natively supported but Firefox OS claims to be HTML5 first. Cordova seems useless for FireFox OS a…
That's all the point.
Re: Building Cordova apps for Firefox OS
#9What is the advantage of creating Firefox OS using Cordova (if you're only creating firefox os apps)? If you all you need for firefox os apps are: html, css, js then why do I need to add additional cordova library? The big plus of Cordova is you can use HTML5 and write apps that run on other platforms where HTML5 is not natively supported but Firefox OS claims to be HTML5 first. Cordova seems useless for FireFox OS a…
Re: Building Cordova apps for Firefox OS
#10What is the advantage of creating Firefox OS using Cordova (if you're only creating firefox os apps)? If you all you need for firefox os apps are: html, css, js then why do I need to add additional cordova library? The big plus of Cordova is you can use HTML5 and write apps that run on other platforms where HTML5 is not natively supported but Firefox OS claims to be HTML5 first. Cordova seems useless for FireFox OS a…