Github user junmin-zhu commented on the pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/8#issuecomment-46939573
As you known, we try to replace the default webview with crosswalk as
backend of the Cordova. And there is forked project
(https://github.com/crosswalk-project/crosswalk-cordova-android) for this.
But the filetransfer plugin requests the cookie support, which would crash
the application in our solution. Because the cookie support requires
android.webkit.CookieManager, which is highly depended on the default webview,
which is missed in our solution.
If you still want cookie support, I suggest to add
"CookieSyncManager.createInstance(Context)" before use the CookieManager as the
android official document
(http://developer.android.com/reference/android/webkit/CookieManager.html#getInstance%28%29)
. Or you may have better suggestion for this.
Anyway, I will close this PR.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---