Open massimilianocom opened 3 years ago
Hi @massimilianocom. Whilst I'm keeping this code available for use, I'm not in a position to support it myself, I'm afraid. Hopefully other users will be able to support you with this problem.
More generally, I'd always recommend including examples of output or errors when reporting bugs (with this project or any other). This will help others to help you.
Sorry not to be able to help you myself.
I would like to give you some more help by describing a bug but I still haven't figured out with an emulator how to view the console to also check for any errors
Hello I have this plugin in my app for a long time it has always been working but I don't understand why it no longer works since yesterday this is my code:
cordova.getAppVersion.getVersionNumber(function(version) { alert(version); });
I haven't touched anything except it doesn't work anymore