Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lapinek/592026a345433f28f2a539736b157beb to your computer and use it in GitHub Desktop.
Save lapinek/592026a345433f28f2a539736b157beb to your computer and use it in GitHub Desktop.
// WebViewController.js
(function () {
if (window.webkit) {
var response = {
"authId": "authId",
"callbacks": [
{
"type": "Code",
"input": [],
"output": []
}
]
}
window.webkit.messageHandlers.callback.postMessage(JSON.stringify(response))
}
}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment