Closed infograisonmendoza closed 1 year ago
@infograisonmendoza I can not reproduce this problem. Can you please create a repository in the GitHub with the sample app demonstrating the problem?
The problem can not be reproduced. Closing
I have the same problem.
Using this code:
FileOpener.open({ filePath: this.rutasDoc[index].download, contentType: 'application/pdf'})
.then(() => {
})
.catch(e => console.log('Error opening file...', e));
I get this error:
@desarrollo3-diapli I can not reproduce this problem. Can you please create a repository in the GitHub with the sample app demonstrating the problem?
Maybe you forgot to cap sync
? This message only comes if it is not implemented OR if you forgot to sync/update the native dependencies which will register them as a native plugin.
The problem can not be reproduced. Closing
Hi, I had the same problem in ios. I managed to fix it following the instructions in https://capacitorjs.com/docs/ios/troubleshooting#plugin-not-implemented (removing the WKAppBoundDomains from Info.plist)
The plugin keeps returnning "FileOpener plugin is not implemented on web" from a real mobile device (Android 10)
Install capacitor file openner
Import file opener to component
Use it : fileOpener.open({ filepath: ' ', contentType })
Return error on console Error: Uncaught (in promise): Error: "FileOpener" plugin is not implemented on web Error: "FileOpener" plugin is not implemented on web { "zone_symbolstate": 0, "zone_symbolvalue": { "code": "UNIMPLEMENTED" } }