Norman Breau

Results 826 comments of Norman Breau

I don't think recursive directory creates are supported. e.g. you must first check if `images` is created and if not, create the directory, then check for `profile` directory and create...

I would suggest raising the issue on google's [issue tracker](https://issuetracker.google.com/issues?q=splashscreen) if you're encountering on Android 13 or later. Maybe it's a regression. Be prepared to provide a sample application. This...

PR is welcome. Given that the newer API was implemented in iOS 10 and cordova-ios framework has a min ios of 11, we can simply replace the deprecated method. The...

![image](https://github.com/user-attachments/assets/abdcab07-6316-450f-94d1-c67425a0b529) I do agree that if the OS level has GPS disabled, then returning a `PERMISSION_DENIED` is more reflective of the W3C standard. Note that the android tests is failing...

What kind of accessibility features are required and/or desired that is not supported by the underlying webview / [W3C](https://developer.mozilla.org/en-US/docs/Web/Accessibility)? [monochrome detection](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/monochrome) - supported since iOS Safari 1 / Android Webview...

> At this moment in my humble opinion the text zoom (%) & text zoom changed features are most needed. Depending on text zoom some elements on a page need...

> Can this be closed? tbh I think so. Most accessibility features afaik are available within the webview itself.

When using the cordova command line directly, you should be able to tack on `--verbose` to get the underlying error. The `TypeError [ERR_INVALID_ARG_TYPE]` is an error from our error handler...

> Can someone add an example of that `res/screen/android/splashscreen.xml` file? > > Because at the moment I have the structure mentioned in the documentation but we don't know how to...

>That code resizes the image, is there no way to use similar code for the new version using variants in PNG? Two things I think worth mentioning on this: 1)...