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
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
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
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
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
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
>
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
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
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?