Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 8, 2011 20:11
Show Gist options
  • Save feedhenry-gists/1015279 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1015279 to your computer and use it in GitHub Desktop.
Web View Call
var url = http://www.example.com;
$fh.webview({'url':url, 'title':"hello"},
function(result){alert(result)},
function(result){alert(result)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment