Bug Report: Run on Android but receiving "Not implement for web"
thanhhoa214 opened this issue · 4 comments
thanhhoa214 commented
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
✅ Reading passed
✅ Decrypting passed
❌ Re-writing error
Here's my code:
Don't mind about path
, I checked it.
Many thanks and please help!
diachedelic commented
Strange! Have you properly configured BlobWriter in your MainActivity.java? Can you post the output of await Plugins.Device.getInfo()
from your Android?
thanhhoa214 commented
diachedelic commented
In your device logs (in Android Studio) do you see any reference to BlobWriter? It should log if the plugin loads successfully.
… On 1 Aug 2020, at 10:48 am, Hòa Nguyễn ***@***.***> wrote:
It's really strange.
<https://user-images.githubusercontent.com/32329202/89090159-45238900-d3cb-11ea-8252-2b9ecaa19727.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#18 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACLZQFQI3G3W3RM5PFECSLR6NQ5LANCNFSM4PPOCHMQ>.
thanhhoa214 commented
I don't know why actually. Now it worked without any fix. I closed this issue.