Cordova Slack Digest

Thu, 07 Jan 2021 08:52:43 GMT

User count: 4305

Join the conversation at slack.cordova.io

Channel #general (1 messages)


Wed, 06 Jan 2021 21:34:52 GMT

@joao.pimentel.ferreir says

Is it sill fully reliable for both android and iOS to use LocalFileSystem.PERSISTENT and LocalFileSystem.TEMPORARY within in cordova-plugin-file?

window.requestFileSystem(LocalFileSystem.TEMPORARY, 0, function (fs) {...})```
I'm confused between the function `window.requestFileSystem` and `window.resolveLocalFileSystemURL`. Could you clarify?

Channel #plugins (3 messages)


Wed, 06 Jan 2021 21:37:10 GMT

@joao.pimentel.ferreir says

Is it sill fully reliable for both android and iOS to use LocalFileSystem.PERSISTENT and LocalFileSystem.TEMPORARY within in cordova-plugin-file?

window.requestFileSystem(LocalFileSystem.TEMPORARY, 0, function (fs) {...})```
I'm confused between the function `window.requestFileSystem` and `window.resolveLocalFileSystemURL`. Could you clarify?

Wed, 06 Jan 2021 22:28:13 GMT

@mgatto says

I got a message from someone about my plugin: https://github.com/mgatto/cordova-plugin-lifecycle-events-extra/issues/2

Wed, 06 Jan 2021 22:28:35 GMT

@mgatto says

What's the replacement, if any, for initialize()?