Installations
npm install cordova-plugin-animated-splashscreen-excprotection
Developer Guide
Typescript
Yes
Module System
N/A
Node Version
12.13.0
NPM Version
6.12.0
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
Objective-C (66.84%)
Java (14.26%)
C# (9.57%)
JavaScript (9.33%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
Amryasin
Download Statistics
Total Downloads
870
Last Day
4
Last Week
12
Last Month
18
Last Year
133
GitHub Statistics
1 Stars
8 Commits
1 Watching
3 Branches
1 Contributors
Package Meta Information
Latest Version
1.0.1
Package Id
cordova-plugin-animated-splashscreen-excprotection@1.0.1
Unpacked Size
261.58 kB
Size
52.30 kB
File Count
67
NPM Version
6.12.0
Node Version
12.13.0
Total Downloads
Cumulative downloads
Total Downloads
870
Last day
0%
4
Compared to previous day
Last week
300%
12
Compared to previous week
Last month
200%
18
Compared to previous month
Last year
-31.1%
133
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Dev Dependencies
1
cordova-plugin-animated-splashscreen-excprotection
Animated Splash Screen Plugin This Plugin is the real plugin cordova-plugin-animated-splashscreen i just do som edit on it Based on cordova-custom-config plugin and cordova-plugin-splashscreen
- Animation based on changing images one-by-one. Created animation slides and place to the resourses directory
- Update config.xml file (listed below)
- API is the same as in cordova-plugin-splashscreen
Installation
// npm hosted (new) id cordova plugin add cordova-plugin-animated-splashscreen-excprotection
// you may also install directly from this repo cordova plugin add https://github.com/kitolog/cordova-plugin-animated-splashscreen-excprotection
Setup:
Add to config.xml:
Common:
Duration in seconds
<preference name="AnimatedSplashScreenAnimationDuration" value="5" />
Disable original splashscreen plugin, it's not needed
<preference name="SplashScreen" value="none" />
Repeat count
0 - no repeat
<preference name="AnimatedSplashScreenAnimationRepeatCount" value="0" />
iOS
IOS Images Order:
<preference name="AnimatedSplashScreenIosImages" value="animated-1.png,animated-2.png,animated-3.png,animated-4.png,animated-5.png" />
...
IOS Images paths:
<platform name="ios">
...
<custom-resource catalog="animated-1" idiom="universal" scale="1x" src="resources/ios/splash/animated-1.png" type="image" />
<custom-resource catalog="animated-2" idiom="universal" scale="1x" src="resources/ios/splash/animated-2.png" type="image" />
...</platform>
`
Android
Time For Each Image
in confige.xml
<preference name="AnimatedSplashScreenAndroidTimeoutValue" value="120" />
Android Images Order:
<preference name="AnimatedSplashScreenAndroidImages" value="animated1,animated2,animated3,animated4,animated5" />
...
Android Images paths:
<platform name="android">
...
<resource-file src="resources/android/splash/animated-1.png" target="app/src/main/res/drawable-port-xxxhdpi/animated1.png" />
<resource-file src="resources/android/splash/animated-2.png" target="app/src/main/res/drawable-port-xxxhdpi/animated2.png" />
...</platform>
NOTE: Android screen sizes:
(in example code, image has 1920 x 1280 px size, so it should be placed to drawable-port-xxxhdpi)
LDPI:
- Portrait: 200 x 320 px
- Landscape: 320 x 200 px
MDPI:
- Portrait: 320 x 480 px
- Landscape: 480 x 320 px
HDPI:
- Portrait: 480 x 800 px
- Landscape: 800 x 480 px
XHDPI:
- Portrait: 720 x 1280 px
- Landscape: 1280 x 720 px
XXHDPI:
- Portrait: 960 x 1600 px
- Landscape: 1600 x 960 px
XXXHDPI:
- Portrait: 1280 x 1920 px
- Landscape: 1920 x 1280 px
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
12 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9
- Warn: Project is vulnerable to: GHSA-4cpg-3vgw-4877
- Warn: Project is vulnerable to: GHSA-4rq4-32rv-6wp6
- Warn: Project is vulnerable to: GHSA-64g7-mvw6-v9qj
- Warn: Project is vulnerable to: GHSA-gff7-g5r8-mg8m
- Warn: Project is vulnerable to: GHSA-h6q6-9hqw-rwfv
- Warn: Project is vulnerable to: GHSA-5fg8-2547-mr8q
- Warn: Project is vulnerable to: GHSA-crh6-fp67-6883
Score
1.7
/10
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More