Re: [I] SuppressesLongPressGesture / Suppresses3DTouchGesture preferences not working since iOS 15.1 [cordova-ios]

2025-06-08 Thread via GitHub
dpogue commented on issue #1216: URL: https://github.com/apache/cordova-ios/issues/1216#issuecomment-2954738928 I've tried to reproduce this in several simulators across several iOS versions, and I'm unable to get the magnifier to show up as long as `` is specified in config.xml. Th

Re: [I] Gamepad API does not work (WKWebView needs to be firstResponder?) [cordova-ios]

2025-06-08 Thread via GitHub
erisu commented on issue #1397: URL: https://github.com/apache/cordova-ios/issues/1397#issuecomment-2954706348 Closing out the issue as resolved since the fix has been released in WebKit for iOS 18+. For older iOS versions, it was mentioned that setting the WebView as the first respo

Re: [I] Gamepad API does not work (WKWebView needs to be firstResponder?) [cordova-ios]

2025-06-08 Thread via GitHub
erisu closed issue #1397: Gamepad API does not work (WKWebView needs to be firstResponder?) URL: https://github.com/apache/cordova-ios/issues/1397 -- 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

Re: [PR] fix(plugins): Handle uninstalling multiple plugin assets [cordova-ios]

2025-06-08 Thread via GitHub
erisu merged PR #1540: URL: https://github.com/apache/cordova-ios/pull/1540 -- 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...@cordova.a

Re: [I] cordova plugin rm fails when multiple asset elements add content to plugins/ folder [cordova-ios]

2025-06-08 Thread via GitHub
erisu closed issue #1530: cordova plugin rm fails when multiple asset elements add content to plugins/ folder URL: https://github.com/apache/cordova-ios/issues/1530 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] cordova plugin rm fails when multiple asset elements add content to plugins/ folder [cordova-ios]

2025-06-08 Thread via GitHub
erisu closed issue #1530: cordova plugin rm fails when multiple asset elements add content to plugins/ folder URL: https://github.com/apache/cordova-ios/issues/1530 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] Make CDVPlugin's webView a WKWebView [cordova-ios]

2025-06-08 Thread via GitHub
jcesarmobile closed issue #1542: Make CDVPlugin's webView a WKWebView URL: https://github.com/apache/cordova-ios/issues/1542 -- 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

Re: [I] Make CDVPlugin's webView a WKWebView [cordova-ios]

2025-06-08 Thread via GitHub
jcesarmobile commented on issue #1542: URL: https://github.com/apache/cordova-ios/issues/1542#issuecomment-2954315788 Since none exists we also don’t know if when it exists it would be a subclass of UIView. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] chore(template): Move xcconfig files into the template folder [cordova-ios]

2025-06-08 Thread via GitHub
dpogue merged PR #1543: URL: https://github.com/apache/cordova-ios/pull/1543 -- 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...@cordova.

Re: [PR] fix(swift): Fix some new Swift deprecation warnings [cordova-ios]

2025-06-08 Thread via GitHub
dpogue merged PR #1544: URL: https://github.com/apache/cordova-ios/pull/1544 -- 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...@cordova.

Re: [PR] Android guide: How to get java home path on mac [cordova-docs]

2025-06-08 Thread via GitHub
GitToTheHub closed pull request #1415: Android guide: How to get java home path on mac URL: https://github.com/apache/cordova-docs/pull/1415 -- 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 speci

Re: [PR] Android guide: How to get java home path on mac [cordova-docs]

2025-06-08 Thread via GitHub
GitToTheHub commented on PR #1415: URL: https://github.com/apache/cordova-docs/pull/1415#issuecomment-2954095179 Created a new PR: https://github.com/apache/cordova-docs/pull/1420 because squashing didn't work with GitHub Desktop on mac -- This is an automated message from the Apache Git

[PR] Android guide: How to set java home path on mac [cordova-docs]

2025-06-08 Thread via GitHub
GitToTheHub opened a new pull request, #1420: URL: https://github.com/apache/cordova-docs/pull/1420 - Add a shell command how to get the current java home path - Add ANDROID_HOME section to separate the guide from the JAVA_HOME guide - Add "Reload Terminal" section - Added to 12.x-20

Re: [PR] Plugin Guide: Notes for --link option [cordova-docs]

2025-06-08 Thread via GitHub
GitToTheHub closed pull request #1416: Plugin Guide: Notes for --link option URL: https://github.com/apache/cordova-docs/pull/1416 -- 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

Re: [PR] Plugin Guide: Notes for --link option [cordova-docs]

2025-06-08 Thread via GitHub
GitToTheHub commented on PR #1416: URL: https://github.com/apache/cordova-docs/pull/1416#issuecomment-2954027283 I created a new pr for this: https://github.com/apache/cordova-docs/pull/1419 Because I couldn't squash the commits -- This is an automated message from the Apache Git Servic

[PR] Plugin Guide: Notes for --link option when the linking will be lost [cordova-docs]

2025-06-08 Thread via GitHub
GitToTheHub opened a new pull request, #1419: URL: https://github.com/apache/cordova-docs/pull/1419 - Added notice, that the linking only works, when the plugin is added after a platform was added and that the linking will be lost if a platform is re-added or a project is restored - Adde

Re: [PR] Plugin Guide: Notes for --link option [cordova-docs]

2025-06-08 Thread via GitHub
GitToTheHub commented on code in PR #1416: URL: https://github.com/apache/cordova-docs/pull/1416#discussion_r2134646454 ## www/docs/en/12.x-2025.01/guide/hybrid/plugins/index.md: ## @@ -194,7 +194,7 @@ cordova plugin add ../path/to/my/plugin/relative/to/project --link ``` T

Re: [I] How to recompile with 16ko memory [cordova-android]

2025-06-08 Thread via GitHub
breautek closed issue #1802: How to recompile with 16ko memory URL: https://github.com/apache/cordova-android/issues/1802 -- 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 uns

Re: [I] How to recompile with 16ko memory [cordova-android]

2025-06-08 Thread via GitHub
breautek commented on issue #1802: URL: https://github.com/apache/cordova-android/issues/1802#issuecomment-2953764223 This is only applicable if the project imports native source code (compiled against the NDK) which Cordova framework does not have. But if your project is importing n