Skip to content

Instantly share code, notes, and snippets.

@LeeHanYeong
Created October 24, 2019 09:34
Show Gist options
  • Save LeeHanYeong/5e8986e4082f99bad52fde215e01fc20 to your computer and use it in GitHub Desktop.
Save LeeHanYeong/5e8986e4082f99bad52fde215e01fc20 to your computer and use it in GitHub Desktop.
var n = e.target,
t = n.closest("a"),
r = n.closest("img");
if (t || r) {
var o = {};
t && (o.link = t.href), r && (o.image = r.src), (o.link || o.image) && webkit.messageHandlers.webViewContextMenuHandler.postMessage(o)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment