I'm looking at some UI and Javascript frameworks for mobile, knowing that I'll need to simulate some features normally only found on a native app. Primary browser (device, platform) will be iOS, and these are awfully nice to have if feasible:
Fixed nav-bar (nice to have, and jQuery provides
data-position="fixed", supposedly more to come for iOS 5); this could be header or footer.Simulate backlit icons with button remembering state (button push-state or background color representing state). This can essentially represent the typical website's 2-level menu.
It looks like there's plenty of cool platforms and demos out there for UI, HTML5 and mobile: jquery-mobile, sencha, iScroll-4, kendoUI, etc.
References, suggestions welcome. thanks in advance.