
Featured
- 
        
No Featured Found!
 
Tags
Javascript function call in webview
                      Hello Readers,
In order to call javascript functions within webview,following code snippet may be used:
Specify path of the html file which contains the javascript function:
NSString *path;
NSBundle *bundle = [NSBundle mainBundle];
p... 
                      
        
        