WebView implementation in iOS
webkit on OS x suports WebView which provides hundreds of APIs for interacting with html DOM objet in HTML page directly...
following components will make UIWebview to behave like WebView in webkit
- JSToObjCBridge (will reside in javascript)
- windowSriptObject (object in objC which enables to execute JS from objective-C)