diachedelic/capacitor-blob-writer

Bug Report: Run on Android but receiving "Not implement for web"

thanhhoa214 opened this issue · 4 comments

After hours, running & debugging on my devices, I found out it works well on iOS ✅ (iPad) but on Android ❌ (JOI 4G Lite) raises an error "Not implement for web" (debug on Chrome inspector).

For a clearer scenario, I'm running a feature with the following step:

Download encrypted file >>>> Read, decrypt and re-write a temp file

Screen Shot 2020-07-31 at 11 56 24

✅ Reading passed
✅ Decrypting passed
❌ Re-writing error

Here's my code:

Don't mind about path, I checked it.
Screen Shot 2020-07-31 at 12 10 50

Many thanks and please help!

Strange! Have you properly configured BlobWriter in your MainActivity.java? Can you post the output of await Plugins.Device.getInfo() from your Android?

It's really strange.
Screen Shot 2020-08-01 at 07 44 32

I don't know why actually. Now it worked without any fix. I closed this issue.

👍👍👍 Thanks for your help.