alexverbitsky opened a new issue #248: Show splash screen with enabled/disabled 
spinner
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/248
 
 
   # Feature Request
   
   ## Motivation Behind Feature
   <!-- Why should this feature be implemented? What problem does it solve? -->
   By default we have a setting to define whether spinner should be shown or 
not:
   `<preference name="ShowSplashScreenSpinner" value="false"/>`
   To comply with [MSTG-STORAGE-9 by 
OWASP](https://github.com/OWASP/owasp-mstg/blob/master/Document/0x06d-Testing-Data-Storage.md)
 I'd like to put splash screen over the app layout to hide sensitive data when 
application goes to a background. But it isn't logical to show splash with 
spinner for this case.
   
   ## Feature Description
   <!-- 
   Describe your feature request in detail
   Please provide any code examples or screenshots of what this feature would 
look like
   Are there any drawbacks? Will this break anything for existing users? 
   -->
   Splash.show() would accept optional parameter that define spinner presence.
   show(enableSpinner?: boolean)
   
   
   
   
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

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

Reply via email to