Narendra Kurapati

Results 8 comments of Narendra Kurapati

If you written it as npm module it should work in other frameworks related to npm like browserify, webpack etc.. If you want to support those you need to export...

I see a fix here, but its still not working for me. Please update if you see fix in this. https://stackoverflow.com/questions/46489706/android-oreo-api-26-create-dir-in-external-storage

May be.. I don't have android 9 so didn't checked.

thank you. Let me know if you need any, I can provide sample apk. On Wed, Jun 13, 2018 at 11:59 AM JoschkaSchulz wrote: > I will check different android...

@JoschkaSchulz Any updates? @crawft Permissions are looking good.

@JoschkaSchulz I have debugged the code and its failing to create folder at line no#115: success = folder.mkdir(). So saveFile function is returning null and scaledFile.toString() is failing at line...

Change `createdCallback` to `connectedCallback`, it will work.