views:

154

answers:

2

Hi there,

After experimenting with a bunch of javascript tabbars (most fail when using forms), i've decided it might be a good idea to go native.

Would anyone know how to incorporate native UIControls (tabbar & header) in a jqTouch app. I'd still need to retain control of the 'back' and 'info' buttons in the header.

Thanks! Glen

A: 

What you need to determine at this point is what is the benefit of the hybrid approach? After you spend all of the time writing the native code to support the navigation and the tabs and the header bar you will have written a fair bit of code.

Then attempting to put that code together in a way to interface back to the Phonegap UIWebview it will, IMHO, become overly complex... however it can be done.

I woud suggest you first write the native application and get it functioning and then integrate that code back in to the PhoneGap Applicate Delegate

Here is a complete tutorial that will be a good starting point

Aaron Saunders
A: 
Nelga
did you find a solution for updating the buttons on the Navigation Bar?
Aaron Saunders
Not just yet sorry... Currently i'm trying iScroll integrated, but am having a slight problem: http://groups.google.com/group/phonegap/browse_thread/thread/b54b3519391a0731
Nelga