Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
1–10 of 47 posts
Re: Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
#2I also think it's good to provide a platform.getOSType() in a cross-platform environment as long as things don't get out of hand. You could switch on this to load the platform's default fonts.
Re: Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
#3http://developer.appcelerator.com/blog/2012/01/the-future-of...
Re: Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
#4This looks like it's based on Titanium, which I've used before and they basically stopped supporting the product for Desktop applications... weary of starting another project using this. Last time I had to convert everything over to an Adobe AIR wrapper with a HTML control. http://developer.appcelerator.com/blog/2012/01/the-future-of...
Re: Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
#5I've been meaning to build something like this using CEF or something, and i'm glad someone else beat me to it. And it has TCP sockets! That seemed like such a glaring omission in cordova/phonegap. I also think it's good to provide a platform.getOSType() in a cross-platform environment as long as things don't get out of hand. You could switch on this to load the platform's default fonts.
Re: Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
#6This looks like it's based on Titanium, which I've used before and they basically stopped supporting the product for Desktop applications... weary of starting another project using this. Last time I had to convert everything over to an Adobe AIR wrapper with a HTML control. http://developer.appcelerator.com/blog/2012/01/the-future-of...
Re: Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
#7I've been meaning to build something like this using CEF or something, and i'm glad someone else beat me to it. And it has TCP sockets! That seemed like such a glaring omission in cordova/phonegap. I also think it's good to provide a platform.getOSType() in a cross-platform environment as long as things don't get out of hand. You could switch on this to load the platform's default fonts.
Try node-webkit[1]. It's a chromium wrapper around nodejs and they have various ready-made binaries for linux/osx/windows platforms. In my experience, it's much cleaner and faster to get up and running than titanium/tide [1] https://github.com/rogerwang/node-webkit
Re: Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
#8Re: Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
#9Re: Create multi-platform desktop apps with HTML5, CSS3 and JavaScript
#10I've been meaning to build something like this using CEF or something, and i'm glad someone else beat me to it. And it has TCP sockets! That seemed like such a glaring omission in cordova/phonegap. I also think it's good to provide a platform.getOSType() in a cross-platform environment as long as things don't get out of hand. You could switch on this to load the platform's default fonts.
Try node-webkit[1]. It's a chromium wrapper around nodejs and they have various ready-made binaries for linux/osx/windows platforms. In my experience, it's much cleaner and faster to get up and running than titanium/tide [1] https://github.com/rogerwang/node-webkit