エリス

Results 167 comments of エリス

Might try and follow this PR as a reference to update your PR. Or create a new PR that is dedicated to the Cordova-Electron 3.0 support. Might be better to...

Can you rebase against the main branch? The PR has changes to file [`bin/templates/scripts/cordova/build`](https://github.com/apache/cordova-ios/pull/956/files#diff-6c53c92102136f10ec331ad99c14d0caf3631038ca90e1925e8e628ccad6d542) which has been removed in the main branch. This file should be deleted.

@ollm any of these variants should work. If you want to install the main branch of your fork, on github. * `cordova platform add github:ollm/cordova-ios` * `cordova platform add [email protected]:ollm/cordova-ios.git`...

@dpa99c was this fixed and related to the plugin's `config-file` target? If this was resolved, can we close this ticket?

Was this tested against both use cases of using either http/https and file scheme?

Can you provide me the source of your information where it says that malloc will lead to a heap overflow attack and that calloc should be used instead to prevent...

> We do not want to display a splash screen at all, and the only way to do so is to include the `cordova-plugin-spashscreen` and then turn it off using...

We do not add `accent` to the `colors.xml` file. You are most likely installing some plugin that is updating the colors.xml file. Also, see Cordova's Core Feature SplashScreen Documentation on...

It was an unintentional change. There is no reason why it can not go back to the original behavior. I created code changes locally that should revert to the original...

@bonjourjoel I am seeing mixed reports. Can you upload a minimum reproduction repo so that I can run a test? When tested before release, the `navigator.splashscreen.hide()` method was working. @ljudbane...