Creating HTML5-based apps for the Mac App Store
Asked Answered
L

4

11

The new Tweetdeck for the Mac is supposedly HTML5-based:

http://www.cultofmac.com/134237/tweetdeck-releases-html5-based-app-in-the-mac-app-store/

Anyone know how to build a HTML5 app for the Mac App Store like this? I can't find any documentation on it.

Lederman answered 13/12, 2011 at 14:48 Comment(0)
O
6

My guess is they do something similar to what PhoneGap does - add a webview in an XCode project. Webviews are basically embedded browsers that can run html5 and javascript. Then, they code their pages in html5 and can call their dataservices via ajax.

Here is actually a tutorial on how to add your html5 code to a webview in xcode: http://www.lostdecadegames.com/how-to-embed-html5-into-a-native-mac-osx-app/

Occidentalize answered 13/12, 2011 at 14:57 Comment(1)
@Lederman - I've updated my answer with a tutorial on how Lost Decade Games converted their Chrome App to a Native Mac App using just this technique.Occidentalize
H
5

Check out this http://www.tidesdk.org/ build apps with html5

Harrar answered 10/6, 2013 at 2:19 Comment(0)
M
1

Today you have some great tools made to build Mac OS X applications with HTML5/CSS3 and JavaScript. Like Sentenza Desktop : http://codecanyon.net/item/sentenza-desktop-for-mac/4070984

Murat answered 19/2, 2013 at 22:51 Comment(0)
S
0

http://nwjs.io/

NW.js lets you call all Node.js modules directly from DOM and enables a new way of writing applications with all Web technologies. It was previously known as "node-webkit" project.

Stokowski answered 23/12, 2015 at 21:8 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.