Skip to content

Instantly share code, notes, and snippets.

@bnorton
Last active August 29, 2015 14:01
Show Gist options
  • Save bnorton/ea248da4636da55c5aaa to your computer and use it in GitHub Desktop.
Save bnorton/ea248da4636da55c5aaa to your computer and use it in GitHub Desktop.
Open in App w/ iframe
var url = 'yourapp://link/305923',
iframe = '<iframe src="'+ url + '" style="display:none;"></iframe>';
$('body').append(iframe);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment