I have a native iPhone app loading a cached jQTouch web app inside UIWebView. How can elements within the jQTouch app seamlessly link to elements and actions in the native app (if at all)?
When loading a web app page, a link when pressed, sends an id to the native app.
Yes !
The best way to do a such thing is to implement a UIWebView delegate.
Then you choose an event url scheme (like http://id:123/click/ )
And just parse the URL in this method :
You can check the URL value with :