Re: [I] Cordova electron is not packaging the dependencies [cordova-electron]

2024-05-22 Thread via GitHub
CHHHAN commented on issue #259: URL: https://github.com/apache/cordova-electron/issues/259#issuecomment-2126333266 @mhammad-extron What can you use NodeJS API in cordova-electron ? I use `require('electron');` console tips error: `require is not defined` -- This is an automated me

Re: [I] Issue with file download on iOS [cordova-plugin-file]

2024-05-22 Thread via GitHub
kunalSBasic commented on issue #623: URL: https://github.com/apache/cordova-plugin-file/issues/623#issuecomment-2125395540 @breautek Sure here's the entire implementation. So I have a component called orderList in which I have a button which is ```

Re: [I] Issue with file download on iOS [cordova-plugin-file]

2024-05-22 Thread via GitHub
breautek commented on issue #623: URL: https://github.com/apache/cordova-plugin-file/issues/623#issuecomment-2125377986 > Code runs successfully and falls under the success block and even present the toast of 'File downloaded successfully.' But file is not downloaded on device. This

Re: [I] open failed: ENOENT (No such file or directory) [cordova-plugin-file-transfer]

2024-05-22 Thread via GitHub
breautek commented on issue #376: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/376#issuecomment-2125343632 I don't think recursive directory creates are supported. e.g. you must first check if `images` is created and if not, create the directory, then check for

Re: [I] open failed: ENOENT (No such file or directory) [cordova-plugin-file-transfer]

2024-05-22 Thread via GitHub
uaza commented on issue #376: URL: https://github.com/apache/cordova-plugin-file-transfer/issues/376#issuecomment-2125269799 @hako2008 I have encountered the same problem, have you found a solution? -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] remove potential error when setting exit code [cordova-cli]

2024-05-22 Thread via GitHub
breautek commented on code in PR #640: URL: https://github.com/apache/cordova-cli/pull/640#discussion_r1609854176 ## bin/cordova: ## @@ -29,7 +29,11 @@ cli(process.argv).catch(err => { const errorOutput = typeof err === 'string' ? err : util.inspect(err); throw