Hi Adrian, You’re hitting the NOTIMPLEMENTED code of Crosswalk, https://github.com/crosswalk-project/crosswalk/blob/master/runtime/browser/runtime_download_manager_delegate.cc#L167
Actually, we’re implementing download API (https://crosswalk-project.org/jira/browse/XWALK-1736), is that satisfy your need? Thanks, Halton. From: Crosswalk-help [mailto:[email protected]] On Behalf Of Adrián De León Saldivar Sent: Monday, July 28, 2014 10:38 PM To: [email protected] Subject: [Crosswalk-help] Trying to implement file downloads with the Embedding API Hi, I'm trying to implement file downlad in an app using the CrossWalk Embedding API, I used the sample code in the documentation as a starting point: (https://crosswalk-project.org/apis/embeddingapidocs/reference/org/xwalk/core/XWalkView.html) The problem is that when i try to click on a file to download, logcat shows the following error: 07-25 20:26:16.063 24427-24427<tel:24427-24427>/com.cemex.foo2 E/chromium﹕ [ERROR:runtime_download_manager_delegate.cc(167)] Not implemented reached in void xwalk::RuntimeDownloadManagerDelegate::ChooseDownloadPath(uint32, const DownloadTargetCallback&, const base::FilePath&) Can anyone point me in the right direction? thanks -- Adrián De León Saldivar [email protected]<mailto:[email protected]> skype: adriandeleon
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
