I'm creating an app which is not a native android app , it is created with html5 and jquery. And I use cordova 3.1.0 to convert it to an android app. I've installed the cordova according to the apache cordova documentation and it is working fine. I'm even able to add plugins and everything , but the problem im facing is , I'm not able to use those plugins.
For example I've installed camera plugin and I write the code according to the documentation example , but it does not work for me. Even the simple navigator.notification.prompt() does not work. Can someone please tell me what the problem is?
Regards
Anush