Search code examples
javascriptxcodeipadweb-applicationstabbar

Convert my Xcode application to a webapp (to use tabbar)


I have made a basic tabbar view app in xcode but I need it to be a webapp as I will be viewing the data from a server so do not need/ want it on the app store.

I've looked at some other questions with this kind of topic and nothing is relevant. Also I've done plenty of googling and looking into other code plus using things like cubiq.org's slide-in menu.

I really want that tabbar look. I've tried to do this in HTML with images as buttons and using frames but (I think) because I'm using the JS code to stop the UIview from moving (to look more native) it seems that the buttons open the link in a new page, or switch to Safari, rather then open them in the same frame as they would in a regular browser.

Alternatively, does anyone know of a way I can implement a taskbar in a webapp?

Regards,

Eric.


Solution

  • Have you seen JQuery Mobile !?

    It's awesome... but still in Beta.

    They have precisely the toolbar you're looking for: JQuery Mobile Navbar