Skip to content

Instantly share code, notes, and snippets.

@winstongubantes
Created May 19, 2017 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winstongubantes/dd6cf44972014ee48a0bc2fca57ffb2b to your computer and use it in GitHub Desktop.
Save winstongubantes/dd6cf44972014ee48a0bc2fca57ffb2b to your computer and use it in GitHub Desktop.
CalendarWebView.RegisterLocalCallback("selectdate", (str) =>
{
DisplayAlert("Selected Date", str, "OK");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment