Back to Cordova

2021 08 14

slack-digest/2021-08-14.md

latest2.0 KB
Original Source

Cordova Slack Digest

Sat, 14 Aug 2021 08:20:44 GMT

User count: 4583

Join the conversation at slack.cordova.io

Channel #cordova-android (4 messages)


Fri, 13 Aug 2021 15:39:24 GMT

@cecco974 says

Hi, everyone.... I have a question: Is there a way to know by javascript after "deviceready" what's the splash screen image path used by device?

I would like to use it like background in some pages...

In my project there are many images for many devices and when the device begin with splash screen I supouse that the path is written somewhere

Fri, 13 Aug 2021 16:06:56 GMT

@norman137 says

The splashscreen images would be located inside <cordova-project>platforms/android/app/src/main/res/, there will be several directories for different resolutions. I don't believe this is accessible from the webview however.

You'd be better off having a copy of your splashscreen image inside your www folder, which is a folder that is accessible by the webview.

Fri, 13 Aug 2021 20:46:37 GMT

@zach657 says

Really excited to see [email protected] released when will it be published to NPM registry? I started to switch from master reference to the released version and I couldn’t find documentation on the release process.

Fri, 13 Aug 2021 20:52:50 GMT

@norman137 says

The release process as well goes through the Apache Vote system outlined at https://www.apache.org/foundation/voting.html. You can also read a briefer summary on this vote process at https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md

You can keep track of Apache discussions and decisions by subscribing to the dev mailing list: https://cordova.apache.org/contact/

The vote thread for [email protected] release can be found at: https://lists.apache.org/[email protected]

Feel free to cast your vote, even if you aren't an Apache committee member.