Re: [I] Could not resolve androidx.core:core:1.6.+. [cordova-plugin-camera]

2024-02-14 Thread via GitHub
breautek commented on issue #880: URL: https://github.com/apache/cordova-plugin-camera/issues/880#issuecomment-1944206797 `androidx.core:core:1.6.+` [definitely exists](https://mvnrepository.com/artifact/androidx.core/core/1.6.0) Can you include the full build output or a [sample rep

[I] Android 14 Won't Play MP3 files [cordova-plugin-media]

2024-02-14 Thread via GitHub
bkervaski opened a new issue, #395: URL: https://github.com/apache/cordova-plugin-media/issues/395 # Bug Report ## Problem On Android 14 (Pixel 5) I can no longer play MP3 files from the bundle either directly or via https://localhost. Using Cordova Android 12.0.1 and co

[I] Geolocation working on android 13,14 even 8 but not on android 12 function does not call no error in console [cordova-plugin-geolocation]

2024-02-14 Thread via GitHub
adeel399 opened a new issue, #273: URL: https://github.com/apache/cordova-plugin-geolocation/issues/273 # Bug Report ## Problem ### What is expected to happen? Geolocation should give current location in all android devices ### What does actually happen? but it

Re: [I] Geolocation working on android 13,14 even 8 but not on android 12 function does not call no error in console [cordova-plugin-geolocation]

2024-02-14 Thread via GitHub
breautek commented on issue #273: URL: https://github.com/apache/cordova-plugin-geolocation/issues/273#issuecomment-1944322748 Are you requesting FINE or COARSE location? (e.g. do you have high accuracy enabled or disabled?) Android 12 has a [known issue](https://issues.chromium.org/

Re: [I] Geolocation working on android 13,14 even 8 but not on android 12 function does not call no error in console [cordova-plugin-geolocation]

2024-02-14 Thread via GitHub
adeel399 commented on issue #273: URL: https://github.com/apache/cordova-plugin-geolocation/issues/273#issuecomment-1944338670 const coordinates = await capacitorgeolocation.getCurrentPosition({ enableHighAccuracy: false, }); right now my code

Re: [I] Geolocation working on android 13,14 even 8 but not on android 12 function does not call no error in console [cordova-plugin-geolocation]

2024-02-14 Thread via GitHub
adeel399 commented on issue #273: URL: https://github.com/apache/cordova-plugin-geolocation/issues/273#issuecomment-1944340047 My androidmanifest -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Geolocation working on android 13,14 even 8 but not on android 12 function does not call no error in console [cordova-plugin-geolocation]

2024-02-14 Thread via GitHub
breautek commented on issue #273: URL: https://github.com/apache/cordova-plugin-geolocation/issues/273#issuecomment-1944345550 > const coordinates = await capacitorgeolocation.getCurrentPosition({ enableHighAccuracy: false, }); right now my code before i did not added any option (not worki

Re: [I] Geolocation working on android 13,14 even 8 but not on android 12 function does not call no error in console [cordova-plugin-geolocation]

2024-02-14 Thread via GitHub
adeel399 commented on issue #273: URL: https://github.com/apache/cordova-plugin-geolocation/issues/273#issuecomment-1944365935 enableHighAccuracy:true this does not fix the issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [I] Geolocation working on android 13,14 even 8 but not on android 12 function does not call no error in console [cordova-plugin-geolocation]

2024-02-14 Thread via GitHub
breautek commented on issue #273: URL: https://github.com/apache/cordova-plugin-geolocation/issues/273#issuecomment-1944391811 > enableHighAccuracy:true this does not fix the issue Can you confirm your device location settings? Settings -> Location -> Location Services !

Re: [I] Geolocation working on android 13,14 even 8 but not on android 12 function does not call no error in console [cordova-plugin-geolocation]

2024-02-14 Thread via GitHub
adeel399 commented on issue #273: URL: https://github.com/apache/cordova-plugin-geolocation/issues/273#issuecomment-1944559182 ok i ll update you regarding that tommorow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] Failed to register a ServiceWorker with Cordova 10 [cordova-android]

2024-02-14 Thread via GitHub
breautek commented on issue #1693: URL: https://github.com/apache/cordova-android/issues/1693#issuecomment-1945328209 > I used Cordova version 10.0 to create an offline web game, which provides the WebViewAssetLoader class to access local web pages using HTTPS URLs. But for the convenien

Re: [I] Missing privateHelpers.extractStringFromManifest method. [cordova-android]

2024-02-14 Thread via GitHub
breautek closed issue #1686: Missing privateHelpers.extractStringFromManifest method. URL: https://github.com/apache/cordova-android/issues/1686 -- 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

[I] ```cordova run --emulator ``` not working with Android SDK Command-line Tool 11.0 [cordova-docs]

2024-02-14 Thread via GitHub
txcxjp opened a new issue, #1346: URL: https://github.com/apache/cordova-docs/issues/1346 # Bug Report ## Problem ```cordova run --emulator``` command fails and the emulator don't be launched. ### What is expected to happen? The emulator starts and launch the sample a

Re: [I] cordova-android build tools not found issue [cordova-android]

2024-02-14 Thread via GitHub
breautek closed issue #1691: cordova-android build tools not found issue URL: https://github.com/apache/cordova-android/issues/1691 -- 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 commen

Re: [I] Specify target architecture at build time [cordova-android]

2024-02-14 Thread via GitHub
breautek closed issue #1643: Specify target architecture at build time URL: https://github.com/apache/cordova-android/issues/1643 -- 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: [I] CordovaWebViewImpl memory leak [cordova-android]

2024-02-14 Thread via GitHub
breautek commented on issue #1641: URL: https://github.com/apache/cordova-android/issues/1641#issuecomment-1945344102 I still fail to understand exactly where the memory leak is. ```java final boolean _recreatePlugins = recreatePlugins; cordova.getActivity().runOnUiThread(ne

Re: [I] CordovaWebViewImpl memory leak [cordova-android]

2024-02-14 Thread via GitHub
www586089 commented on issue #1641: URL: https://github.com/apache/cordova-android/issues/1641#issuecomment-1945344397 这是来自QQ邮箱的假期自动回复邮件。   您好,我已经收到你的邮件,谢谢! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] HTML 5 Video seekbar not working when exporting apk to cordova. [cordova-android]

2024-02-14 Thread via GitHub
breautek closed issue #1592: HTML 5 Video seekbar not working when exporting apk to cordova. URL: https://github.com/apache/cordova-android/issues/1592 -- 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 t

Re: [I] How to include the setting to change storage location? [cordova-android]

2024-02-14 Thread via GitHub
breautek commented on issue #1121: URL: https://github.com/apache/cordova-android/issues/1121#issuecomment-1945365925 There's no explicit option to enable it, but [](https://cordova.apache.org/docs/en/12.x/plugin_ref/spec.html#edit-config) (docs are for `plugin.xml`, but `edit-config` can

Re: [I] Change Absolute Assets Path to Internal Storage Android [cordova-android]

2024-02-14 Thread via GitHub
breautek closed issue #964: Change Absolute Assets Path to Internal Storage Android URL: https://github.com/apache/cordova-android/issues/964 -- 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 spec

Re: [I] Could not resolve androidx.core:core:1.6.+. [cordova-plugin-camera]

2024-02-14 Thread via GitHub
tmwebs closed issue #880: Could not resolve androidx.core:core:1.6.+. URL: https://github.com/apache/cordova-plugin-camera/issues/880 -- 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 comm

Re: [I] Could not resolve androidx.core:core:1.6.+. [cordova-plugin-camera]

2024-02-14 Thread via GitHub
tmwebs commented on issue #880: URL: https://github.com/apache/cordova-plugin-camera/issues/880#issuecomment-1945440319 I managed to solve it, it was a connection problem, it was not downloading the dependencies. Thank you. -- This is an automated message from the Apache Git Service. To