kzimny commented on issue #306:
URL: 
https://github.com/apache/cordova-plugin-splashscreen/issues/306#issuecomment-748102952


   Thank you for your response. I'm using the latest version of all plugins and 
the last version of cordova for ios and android.
   ```
   {
       "name": "xxxx",
       "displayName": "xxxxxxx",
       "version": "1.0.0",
       "description": "xxxxxxxx",
       "main": "index.js",
       "scripts": {
           "test": "echo \"Error: no test specified\" && exit 1"
       },
       "keywords": [
           "ecosystem:cordova"
       ],
       "author": "xxxxxx",
       "license": "Apache-2.0",
       "dependencies": {
           "cordova-android": "9.0.0",
           "cordova-ios": "6.1.1",
           "cordova-plugin-device": "^2.0.3",
           "cordova-plugin-inappbrowser": "^4.1.0",
           "cordova-plugin-network-information": "^2.0.2",
           "cordova-plugin-statusbar": "^2.4.3"
       },
       "devDependencies": {
           "cordova-plugin-splashscreen": "^6.0.0",
           "cordova-plugin-whitelist": "^1.3.4"
       },
       "cordova": {
           "plugins": {
               "cordova-plugin-whitelist": {},
               "cordova-plugin-inappbrowser": {},
               "cordova-plugin-device": {},
               "cordova-plugin-statusbar": {},
               "cordova-plugin-network-information": {},
               "cordova-plugin-splashscreen": {}
           },
           "platforms": [
               "android",
               "ios"
           ]
       }
   }
   ```
   The recommendation does not solve the problem because the 
cordova-plugin-splashscreen is needed on android os.
   For ios it's clear, when the plugin is removed from package.json everythings 
woskd fine on ios. But the plugin is needed for android installation and 
deployment. How to install/use cordova-plugin-splashscreen on android only? 


----------------------------------------------------------------
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 comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to