I have to manage cookies (delete it) from my phonegap app running on a windows phone 8.
I've created a C# phonegap plugin. On the web, I've found that WebBroswer class can be the way to delete the cookies of my webView.
But I cannot find the exact way to access to this class from my phonegap plugin.
The phonegap plugin in windows phone 8 extends the "BaseCommand" phonegap class.
Any help will be really appreciated.
Julien T.