Reputation: 61
I'm currently working on an Android Application using Phonegap/Cordova. I need to finish the current activity and go back to the previously active activity/app.
Is there an easy way to call the finish()
method (of the Activity class) from my Javascript code using Cordova?
Thanks in advance.
Upvotes: 2
Views: 1294