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.

link|improve this question
feedback

1 Answer

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/

link|improve this answer
Thanks - I'm sure you're right. But where's the documentation or the Phonegap equivalent here? – user564320 Dec 13 '11 at 15:06
1  
@user564320 - 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. – swatkins Dec 22 '11 at 14:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.