mghayour opened a new issue #265:
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/265


   # Feature Request
   I need a welcome message in splash screen, a simple text that could be 
changed in application logics
   
   ## Motivation Behind Feature
   <!-- Why should this feature be implemented? What problem does it solve? -->
   We have about 3s to 5s time in splash screen that user waits to load app, we 
can show a usefull message during this time.
   Some example messsages could be (assume that Mahdi is name of end user):
   - Welcome Mahdi
   - Pro version licencesd to Mahdi
   - Licenced to Mahdi
   - Happy new year
   - New version is available
   - Happy birthday Mahdi 🎉 
   And so on ...
   
   ## 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? 
   -->
   We have similar thing in other apps splash screens, for example:
   
   intellij idea splash screen: (Licenced to user text)
   
![image](https://user-images.githubusercontent.com/6480137/83098162-133a3180-a0bf-11ea-9f42-59598bdafa86.png)
   
   My application (Pasokhplus, licenced to user text in persian language)
   
![photo_2020-05-28_08-44-53](https://user-images.githubusercontent.com/6480137/83098358-a07d8600-a0bf-11ea-8c2e-3f884c838bfe.jpg)
   
   ## How it works
   After app loaded completely, you can set a welcome text inside application 
logics, that message will save inside plugin and on the next start user will 
see that before application load.
   
   ## Alternatives or Workarounds
   <!-- 
   Describe alternatives or workarounds you are currently using 
   Are there ways to do this with existing functionality?
   -->
   Alternate solution might be generate splash images inside application code 
and change it dynamicly, that i think its not a good solution (and i dons know 
it works or not)
   I implement this inside my project, and i use it right now, users are happy 
with that.
   Code works correctly in android, i want to share it to community 😃 
   
   


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