Re: [I] Build failed with Invalid for given resource value. error [cordova-android]

2024-10-10 Thread via GitHub
GitToTheHub commented on issue #1714: URL: https://github.com/apache/cordova-android/issues/1714#issuecomment-2404550158 @breautek @eduardojmrosa If found the bug in cordova-plugin-googlemaps. The plugin sets `` in `config.xml`, for the deprecated Crosswalk WebView. It shou

[PR] Versioning fork [cordova-plugin-camera]

2024-10-10 Thread via GitHub
buhleryesco opened a new pull request, #897: URL: https://github.com/apache/cordova-plugin-camera/pull/897 ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist - [

Re: [PR] Feature/android [cordova-plugin-geolocation]

2024-10-10 Thread via GitHub
breautek commented on PR #279: URL: https://github.com/apache/cordova-plugin-geolocation/pull/279#issuecomment-2405593269 > Reduce the difference between iOS and Android The plugin is suppose to implement the [W3C](https://w3c.github.io/geolocation/) standard as close as possible. C

[PR] chore(deps): bump cookie and socket.io [cordova-docs]

2024-10-10 Thread via GitHub
dependabot[bot] opened a new pull request, #1361: URL: https://github.com/apache/cordova-docs/pull/1361 Bumps [cookie](https://github.com/jshttp/cookie) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `cookie` from 0.4.2 t

Re: [I] Why in Cordova, EventSource and/or fetch do not behave the same way they behave in a browser like chrome, when fetching SseEmitter tokens? [cordova]

2024-10-10 Thread via GitHub
breautek commented on issue #500: URL: https://github.com/apache/cordova/issues/500#issuecomment-2405661989 > Any idea why this behavior in Cordova? Is it possible to get the same tokens generation effect in Cordova without using a websocket connection? To my knowledge, Cordova doesn'

[PR] build(deps): bump cookie and socket.io [cordova-js]

2024-10-10 Thread via GitHub
dependabot[bot] opened a new pull request, #279: URL: https://github.com/apache/cordova-js/pull/279 Bumps [cookie](https://github.com/jshttp/cookie) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `cookie` from 0.4.2 to 0.

Re: [PR] Versioning fork [cordova-plugin-camera]

2024-10-10 Thread via GitHub
buhleryesco closed pull request #897: Versioning fork URL: https://github.com/apache/cordova-plugin-camera/pull/897 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[PR] Add ZSH config for setting environment variables on macOS Catalina and newer [cordova-docs]

2024-10-10 Thread via GitHub
GitToTheHub opened a new pull request, #1360: URL: https://github.com/apache/cordova-docs/pull/1360 On macOS Catalina and newer, Apple switched from Bash to ZSH. The new file for ".bash_profile" is ".zprofile". Also the AnroidSDK path is different on a current macOS with the latest A

[PR] Feature/android [cordova-plugin-geolocation]

2024-10-10 Thread via GitHub
kumo01GitHub opened a new pull request, #279: URL: https://github.com/apache/cordova-plugin-geolocation/pull/279 ### Platforms affected ### Motivation and Context - Reduce the difference between iOS and Android - Check Location Service enabled before reque

Re: [PR] WIP feat!: SPM support [cordova-plugin-device]

2024-10-10 Thread via GitHub
jcesarmobile closed pull request #196: WIP feat!: SPM support URL: https://github.com/apache/cordova-plugin-device/pull/196 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [I] Why in Cordova, EventSource and/or fetch do not behave the same way they behave in a browser like chrome, when fetching SseEmitter tokens? [cordova]

2024-10-10 Thread via GitHub
yonoss commented on issue #500: URL: https://github.com/apache/cordova/issues/500#issuecomment-2405925018 @breautek Thanks for your reply! I don't believe there is a problem with the back end or with the javascript EventSource handling code, as it is working correctly on standard browsers