Hi and thank you for the great video. Just wondering if this plugins works with iOS! I'm getting an error that reads as follow using iOS mobile (ERROR {"code":"UNIMPLEMENTED"}) please help
Thanks. Please refer the documentation at github.com/capawesome-team/capacitor-plugins/tree/main/packages/file-opener They mentions it for IOS too. As I don't have IOS Could not demonstrate or resolve
It works for picking images on web page. But for video and pdf if try to open with file-opener it gives msg not implemented on web. for full web implementation check for other available plugins
@@techbinomial Thank you for your reply, Can you guide me with any plugins that works for pdf and videos for PWA. Looking forward to your future videos
Thanks for this. Can u tell me how we can i open a pdf file from api. Thanks
Hi and thank you for the great video. Just wondering if this plugins works with iOS!
I'm getting an error that reads as follow using iOS mobile (ERROR {"code":"UNIMPLEMENTED"})
please help
Thanks. Please refer the documentation at github.com/capawesome-team/capacitor-plugins/tree/main/packages/file-opener
They mentions it for IOS too. As I don't have IOS Could not demonstrate or resolve
Hi, can I have this same plugin in ionic react project
hi madam, Can this plugin be used in a PWA?
It works for picking images on web page. But for video and pdf if try to open with file-opener it gives msg not implemented on web.
for full web implementation check for other available plugins
@@techbinomial Thank you for your reply, Can you guide me with any plugins that works for pdf and videos for PWA. Looking forward to your future videos
Check if capacitorjs.com/docs/apis/filesystem works for pwa
All support ❤
if I want to present a pdf locally
pdf , i have problem in the path
hi how to download base64, mine type and file name in ionic 7 capacitor
please check for capacitor-community
/http plugin
It provides download file method
const downloadFile = async () => {
const options = {
url: 'example.com/path/to/download.pdf',
filePath: 'document.pdf',
fileDirectory: Directory.Downloads,
// Optional
method: 'GET',
};
// Writes to local filesystem
const response: HttpDownloadFileResult = await Http.downloadFile(options);
// Then read the file
if (response.path) {
const read = await Filesystem.readFile({
path: 'download.pdf',
directory: Directory.Downloads,
});
}
};
github.com/capacitor-community/http
thank you. It is working fine @@techbinomial ❤
Please share ur code in github link
Have you subscribed the channel?
ni sirve