I\'m new in android development and I am trying out the WebView example in the official android site.
http://developer.android.com/guide/tutorials/views/hello-webvie
in oncreate method add WebView.enablePlatformNotifications();
WebView.enablePlatformNotifications();
in manifest file add
now it works fine...