09-21-2012 12:00 AM
Id like to take my bb10 cascades made it (all qml based) and port it over to os 7 and 6 blackphones.
Iv download and setup my enviorment for htmls webworks. Is there an east port i can do. Are do i have to rewrite my all my code again.
Solved! Go to Solution.
10-01-2012 10:12 AM
Hello,
I don't know of any way to just port it over to HTML5. As you are probably aware, WebWorks/HTML5 is all JavaScript, HTML, and CSS so your code would have to be converted over.
There are a lot of amazing libraries, and toolkits out there that can help you create a really full featured HTML5 app though. For example, the bbUI toolkit provides a very native look and feel to your HTML5 application. It replicates things like the Actionbar, Context Menus, Tab Overflow menus, etc., and visually matches what you would see from a native app.
bbUI: https://github.com/blackberry/bbUI.js
Another great example is jQuery Mobile which aims to do the same as far as the look and feel of the app.
jQuery Mobile: http://jquerymobile.com/
jQuery Mobile BB10 theme: https://github.com/blackberry/jQueryMobile-BB10-Th
10-01-2012 10:16 AM