Skip to content

Instantly share code, notes, and snippets.

@Ansh1234
Last active April 26, 2017 17:34
Show Gist options
  • Save Ansh1234/623a057c9b6ddb10a281de655a59d67f to your computer and use it in GitHub Desktop.
Save Ansh1234/623a057c9b6ddb10a281de655a59d67f to your computer and use it in GitHub Desktop.
function showToast(){
handler.handleMessage('This is a toast message from Javascript !!');
}
function giveCallbackToClient(){
handler.setWebViewTextCallback();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment