Is there a “BlackBerry UI” CSS/JS framework available for Blackberry – Similar to IUI for the iPhone?
Hosted over on Google Code http://code.google.com/p/iui/ there is a great open source library for providing a “standard” iPhone UI for web applications.
i.e. a JavaScript and CSS library to provide:
-
BlackBerry look and feel
-
Data Binding
-
Curved corners etc.
-
DOM utilities
-
Handle idiosyncrasies between browser versions
Considering the fact UI changes across blackberry hardware, I guess it’s difficult to create the equivalent of what is found on iOS.
I’m referring you to this forum thread you already saw for sure: Is there a “BlackBerry UI” CSS/JS framework for BB’s – Similar to IUI for the iPhone
In term of compatibility and usability, I guess slightly altering a jQuery Mobile’s theme would be your best option if you want to find one that is open source (unlike Sencha for example).