Re: [PR] Remove reference to sizeclasses.com [cordova-docs]

2024-01-06 Thread via GitHub
NiklasMerz commented on code in PR #1342: URL: https://github.com/apache/cordova-docs/pull/1342#discussion_r1443675449 ## www/docs/en/12.x/core/features/splashscreen/index.md: ## Review Comment: This is still the file in the 12.x directory. I think you need to change that

Re: [I] iOS: getPicture returns error(null) when specifying PNG an FILE_URI options [cordova-plugin-camera]

2024-01-06 Thread via GitHub
oduverne commented on issue #832: URL: https://github.com/apache/cordova-plugin-camera/issues/832#issuecomment-1879771673 The error happens for me with 7.0.0 but not with 6.0.0 tag -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] Apps": [ { "app_launch_ordinal": "t", "extension": { "incognito_enabled": true, "remote_install": false,

2024-01-06 Thread via GitHub
Misskruidtuin commented on issue #140: URL: https://github.com/apache/cordova-plugin-device/issues/140#issuecomment-1879774119 - - -- 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 c

Re: [D] Android Web Apps - Save file not working! [cordova]

2024-01-06 Thread via GitHub
GitHub user breautek added a comment to the discussion: Android Web Apps - Save file not working! Short answer is, I don't think it's possible. Long answer: Webviews don't have a default implementation on how to handle "saves", but natively it can be handled via implementing a [DownloadList

Re: [PR] (ios) Continue watchPosition when the App is suspended and reactivated, fixes #224 [cordova-plugin-geolocation]

2024-01-06 Thread via GitHub
breautek commented on PR #225: URL: https://github.com/apache/cordova-plugin-geolocation/pull/225#issuecomment-1879929431 > The thing is a workaround to a bug that Apple's iOS sends once or twice kCLErrorDenied after suspending and resuming the app and then kCLErrorDenied goes away. It may

Re: [I] [iOS] Location update are disabled after one kCLErrorLocationUnknown [cordova-plugin-geolocation]

2024-01-06 Thread via GitHub
breautek commented on issue #244: URL: https://github.com/apache/cordova-plugin-geolocation/issues/244#issuecomment-1879930613 > No, lData is not null so the error callback seems to be called with PERMISSIONDENIED (=1). > > But still it's hard to find out ... I guess we need >

Re: [I] Cordova 12 can not save file to Android API 33 file system [cordova-plugin-file]

2024-01-06 Thread via GitHub
breautek commented on issue #613: URL: https://github.com/apache/cordova-plugin-file/issues/613#issuecomment-1879932729 > FYI, we store files in cordova.file.externalRootDirectory / appName, corresponding to uri storage/emulated/0/appName if I remember, so it is the direct root of Android

Re: [D] Android Web Apps - Save file not working! [cordova]

2024-01-06 Thread via GitHub
GitHub user coder4589 added a comment to the discussion: Android Web Apps - Save file not working! Hello @breautek Thanks for replying. "Short answer is, I don't think it's possible." This is really disappointing, the "Save()" function mentioned in the main post is so simple and elegant, w

[I] window.open doesnt work inside the opened webview [cordova-plugin-inappbrowser]

2024-01-06 Thread via GitHub
AsimDawrat opened a new issue, #1046: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/1046 # Bug Report ## Problem Webpage is opened in InAppBrowser, in that webpage I am calling window.open(..), but this function doesnt work ### What is expected to happen?