Plugin documentation: doc/index.md
(iOS and Android only) Added InAppBrowser option "clearsocialnetworkcookie" through window.open that clears InAppBrowser social network cookies specifically:
- facebook.com
- linkedin.com
- twitter.com
// Clears social network cookies on InAppBrowser open.
var window.open(url, name, 'clearsocialnetworkcookie=yes');
Hopefully, this can be extended to a more generic way of clearing cache by providing domains as arguments in InAppBrowser through window.open options.