开发者

UINavigationBar for JQuery Mobile, or other HTML solution

开发者 https://www.devze.com 2023-03-30 15:10 出处:网络
I am building a PhoneGap app that uses JQuery Mobile, and I would like the app to feel as much like a native app as possible.What out there emulates the look and feel of a native UINavigationControlle

I am building a PhoneGap app that uses JQuery Mobile, and I would like the app to feel as much like a native app as possible. What out there emulates the look and feel of a native UINavigationController best in Safari-land?

I'd much prefer to write all the silly user interface code in HTML/Javascript, rather than using verbose O开发者_开发问答bjective C code.


A lot of the other JavaScript mobile frameworks (Sencha Touch, jQTouch, ChocolateChip-UI, AppML, etc) have built-in navigation emulating the UINavigationController in HTML/JavaScript/CSS.

jQuery Mobile does too, but it seems less like it is trying to look exactly like a UINavigationController.

eg: http://jquerymobile.com/demos/1.0a4.1/#docs/pages/index.html

In the above demo you can see that there is a top menu bar with back buttons as you navigate through the demo.

However, if you want it to emulate the native UINavigationController more closely, you might be better off looking at one of the other frameworks I mentioned above.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号