Re: [D] OAuth connection to system's default browser [cordova]

2025-04-30 Thread via GitHub
GitHub user BigBalli added a comment to the discussion: OAuth connection to system's default browser If you want to use the system browser, you will need to use a provider that allows you to specify your own callback redirect URL then use a custom url scheme to get the token (ie re-open the a

Re: [PR] ci: sync workflow w/ paramedic [cordova-plugin-device]

2025-04-30 Thread via GitHub
erisu merged PR #206: URL: https://github.com/apache/cordova-plugin-device/pull/206 -- 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 unsubscribe, e-mail: issues-unsubscr...@c

Re: [PR] Android flash [cordova-plugin-camera]

2025-04-30 Thread via GitHub
YescoSoftware closed pull request #930: Android flash URL: https://github.com/apache/cordova-plugin-camera/pull/930 -- 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] Android flash [cordova-plugin-camera]

2025-04-30 Thread via GitHub
YescoSoftware opened a new pull request, #930: URL: https://github.com/apache/cordova-plugin-camera/pull/930 ### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist -

[PR] ci: sync workflow w/ paramedic [cordova-plugin-device]

2025-04-30 Thread via GitHub
kumo01GitHub opened a new pull request, #206: URL: https://github.com/apache/cordova-plugin-device/pull/206 ### Platforms affected N/A ### Motivation and Context Sync GitHub Action workflow with Paramedic ### Description Update ios.yml. O

Re: [D] OAuth connection to system's default browser [cordova]

2025-04-30 Thread via GitHub
GitHub user breautek added a comment to the discussion: OAuth connection to system's default browser To answer your question, In app browser's target attribute controls where to open the URL inside the plugin's [open](https://github.com/apache/cordova-plugin-inappbrowser?tab=readme-ov-file#co

Re: [I] OAuth connection to system's default browser [cordova]

2025-04-30 Thread via GitHub
breautek closed issue #539: OAuth connection to system's default browser URL: https://github.com/apache/cordova/issues/539 -- 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 un

[I] OAuth connection to system's default browser [cordova]

2025-04-30 Thread via GitHub
jonathangraci opened a new issue, #539: URL: https://github.com/apache/cordova/issues/539 Hi support, I need to make an OAuth connection from my app. I managed to implement it using the inappbrowser plugin. The problem is that I would like to open the system's default browser and not the

[I] OAuth connection to system's default browser [cordova-android]

2025-04-30 Thread via GitHub
jonathangraci opened a new issue, #1797: URL: https://github.com/apache/cordova-android/issues/1797 Hi support, I need to make an OAuth connection from my app. I managed to implement it using the inappbrowser plugin. The problem is that I would like to open the system's default browser a