I am looking for a hybrid app development strategies. I read about some strategies but one of them is commonly used to put webview in a navigation controller. So the navigation would be done via native app but rest of the visible area would relate to html web.
http://venturebeat.com/2011/08/16/linkedin-node/
http://www.nngroup.com/articles/mobile-native-apps/
My question is, is it possible to communicate from javascript to native events. I have reverse of it, as it is implemented in the phonegap but i haven't found javascript functions are calling some native code events.
Please provide some demo links that are implementing apps via hybrid strategy.