Asynctask Inside Execute Method Of Cordova Plugin Not Working Properly
I am developing cordova plugin for the first time and stuck in the following issue. I have created a class extending CorodvaPlugin and override execute method as given . What I wa
Solution 1:
Use this link and don't return true from execute method ,return Pluginresult only.
Post a Comment for "Asynctask Inside Execute Method Of Cordova Plugin Not Working Properly"