Skip to content

Instantly share code, notes, and snippets.

@stevez
Created December 4, 2011 04:24
Show Gist options
  • Select an option

  • Save stevez/1429158 to your computer and use it in GitHub Desktop.

Select an option

Save stevez/1429158 to your computer and use it in GitHub Desktop.
public boolean onJsPrompt(WebView view, String url, String message, String defaultValue, JsPromptResult result) {
...
String r = pluginManager.exec(service, action, callbackId, message, async);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment