I have an html5 app that runs fine on n9 when served from a web site.
How can I make that into an installable application that I can make available from the Nokia Store?
I have an html5 app that runs fine on n9 when served from a web site.
How can I make that into an installable application that I can make available from the Nokia Store?
I spoke to one of our MeeGo experts who provided this link on how to create html5 code into something that is an app for the N9:
http://harmattan-dev.nokia.com/docs/...framework.html
This link provides the example on how to actually code it:
http://harmattan-dev.nokia.com/docs/.../qtwebkit.html
This link provides the example on how to actually code it:
http://harmattan-dev.nokia.com/docs/.../qtwebkit.html
QtWebKit allows you to develop modern HTML5 applications for Harmattan. QtWebKit is Nokia's version of the open source WebKit layout engine, ported to Qt. It is used to render HTML content and execute JavaScript.
To develop Harmattan applications with QtWebKit, you can:
• Create a Qt Quick Components application and use the QML WebView element to show the actual web content.
• Create a C++ MeeGo Touch application and use the QGraphicsWebView class.
For more information, see QtWebKit documentation provided by Qt.
I hope this helps.
Andrew
Follow @AndrewAtNokia on Twitter for news and updates about Nokia Publish!
Andrew is now on Facebook to assist you with any publishing related inquiries.