Re: [PR] Update specs in readme [cordova-plugin-file]

2024-10-16 Thread via GitHub
GitToTheHub commented on code in PR #638: URL: https://github.com/apache/cordova-plugin-file/pull/638#discussion_r1804146533 ## README.md: ## @@ -27,18 +27,18 @@ description: Read/write files on the device. This plugin implements a File API allowing read/write access to file

[PR] fix(addHelper): Apply plugins sort from package.json [cordova-lib]

2024-10-16 Thread via GitHub
MaximBelov opened a new pull request, #933: URL: https://github.com/apache/cordova-lib/pull/933 ### Platforms affected Any ### Motivation and Context Different installation orders for currently installed plugins iOS https://github.com/MaximBelov/reprodu

Re: [I] Can't play mp3 - No such file / Failed to connect to localhost [cordova-plugin-media]

2024-10-16 Thread via GitHub
breautek commented on issue #401: URL: https://github.com/apache/cordova-plugin-media/issues/401#issuecomment-2418300343 There's a few things to unpack here, most of which doesn't make much sense: > /storage/emulated/0/Android/data/com.hablamedecristo.himnario2/files/test.mp3

Re: [PR] Update specs in readme [cordova-plugin-file]

2024-10-16 Thread via GitHub
breautek commented on code in PR #638: URL: https://github.com/apache/cordova-plugin-file/pull/638#discussion_r1803824180 ## README.md: ## @@ -27,18 +27,18 @@ description: Read/write files on the device. This plugin implements a File API allowing read/write access to files r

Re: [PR] Update specs in readme [cordova-plugin-file]

2024-10-16 Thread via GitHub
breautek commented on code in PR #638: URL: https://github.com/apache/cordova-plugin-file/pull/638#discussion_r1803824180 ## README.md: ## @@ -27,18 +27,18 @@ description: Read/write files on the device. This plugin implements a File API allowing read/write access to files r

Re: [I] Promises [cordova-plugin-file]

2024-10-16 Thread via GitHub
GitToTheHub commented on issue #637: URL: https://github.com/apache/cordova-plugin-file/issues/637#issuecomment-2417400524 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. --

[PR] Update specs in readme [cordova-plugin-file]

2024-10-16 Thread via GitHub
GitToTheHub opened a new pull request, #638: URL: https://github.com/apache/cordova-plugin-file/pull/638 - Ordering specs in a list - Add potential new specs for FileSystem -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [I] Promises [cordova-plugin-file]

2024-10-16 Thread via GitHub
breautek commented on issue #637: URL: https://github.com/apache/cordova-plugin-file/issues/637#issuecomment-2417386808 `FileWriter` is defined in https://dev.w3.org/2009/dap/file-system/file-writer.html, which is one of the documents that has been discontinued. So on that merit I think we

Re: [I] Black Screen gets pop up for 2-3 seconds when we open any link using in-app-browser for Android. [cordova-plugin-inappbrowser]

2024-10-16 Thread via GitHub
Akash-Tapadia-DFT commented on issue #1075: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1075#issuecomment-2417375707 Thank you for your response @breautek I have tried using the flag 'hidden' And in the loadstop event I am calling the show method for the inap

Re: [I] Promises [cordova-plugin-file]

2024-10-16 Thread via GitHub
GitToTheHub commented on issue #637: URL: https://github.com/apache/cordova-plugin-file/issues/637#issuecomment-2417290823 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? -- This is an

Re: [I] Promises [cordova-plugin-file]

2024-10-16 Thread via GitHub
breautek commented on issue #637: URL: https://github.com/apache/cordova-plugin-file/issues/637#issuecomment-2417273010 I don't think so. The file plugin has a lot of really old code that obviously has been mangled and manipulated to not only keep up with standard changes previously

Re: [I] Promises [cordova-plugin-file]

2024-10-16 Thread via GitHub
GitToTheHub commented on issue #637: URL: https://github.com/apache/cordova-plugin-file/issues/637#issuecomment-2417244938 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 do

Re: [I] Black Screen gets pop up for 2-3 seconds when we open any link using in-app-browser for Android. [cordova-plugin-inappbrowser]

2024-10-16 Thread via GitHub
breautek commented on issue #1075: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1075#issuecomment-2417048303 This sounds more like a slow network/device issue rather than a bug. The black (or white screen, depending on the configured theme) is generally the about

Re: [I] Black Screen gets pop up for 2-3 seconds when we open any link using in-app-browser for Android. [cordova-plugin-inappbrowser]

2024-10-16 Thread via GitHub
breautek closed issue #1075: Black Screen gets pop up for 2-3 seconds when we open any link using in-app-browser for Android. URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1075 -- This is an automated message from the Apache Git Service. To respond to the message, please

[I] Black Screen gets pop up for 2-3 seconds when we open any link using in-app-browser for Android. [cordova-plugin-inappbrowser]

2024-10-16 Thread via GitHub
Akash-Tapadia-DFT opened a new issue, #1075: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1075 # Bug Report ## Problem We are getting a black screen for around 2 or 3 seconds and then the page starts loading in Android. We are able to reproduce for all Android

Re: [PR] fix(android): Content FS support in PathHandler [cordova-plugin-file]

2024-10-16 Thread via GitHub
breautek commented on PR #629: URL: https://github.com/apache/cordova-plugin-file/pull/629#issuecomment-2416711762 > If an application is built with the AndroidInsecureFileModeEnabled option set to true in config.xml, the toURL method returns the content:// URL which is not accessible dire

Re: [PR] fix(android): Content FS support in PathHandler [cordova-plugin-file]

2024-10-16 Thread via GitHub
lorenzodallavecchia commented on PR #629: URL: https://github.com/apache/cordova-plugin-file/pull/629#issuecomment-2416216825 I have been doing some manual tests on these changes. All looks good except for one thing that we may have overlooked. If an application is built with the `