Manuel Beck

Results 146 comments of Manuel Beck

Please remove the folders `node_modules`, `platforms` and `plugins` and try again

Hi, I have the same Problem, but with a Cordova app and a plugin. I'm using `cordova-plugin-googlemaps` which add some values to `AndroidManifest.xml` with `config-file`: ``` ``` (Sources can be...

Related Issues: https://github.com/apache/cordova-android/issues/1280 https://github.com/apache/cordova-android/issues/1126

Documentation for Android, how to handle input actions: https://developer.android.com/develop/ui/views/notifications/build-notification#reply-action

Hi @breautek, thanks four thoughts and suggestions. So you think it's ok to change something on the filesystem api, but not on the file api, except to make a Facade...

@breautek Nobody reacted on this except you, is this a lazy agreement?

Ok thanks, then I will do a final call. I'm registered in Slack, but the mailing list is ok for me. And as you wrote, the PR will be a...

Hi @breautek, I found a W3C Community Group Draft Report of the `File and Directory Entries API` from 7 June 2024 on https://wicg.github.io/entries-api and a documented `FileSystemDirectoryEntry` on MDN: https://developer.mozilla.org/en-US/docs/Web/API/FileSystemDirectoryEntry....

Ok I understand. Another thing I noticed is that `FileWriter` is not specified in https://www.w3.org/TR/FileAPI/. So this can get also Promises?

Ok I saw this also now. I formatted the readme regarding the specs, so it's clearer which specs are used, which are discontinued and which could be a replacement.