Github user omefire commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/534#discussion_r55607956
  
    --- Diff: www/docs/en/dev/config_ref/index.md ---
    @@ -245,6 +244,9 @@ platform. See [Customize icons topic](images.html) for 
more information.
        PopupBlocker(string) | *Default: enable* <br/> ==BlackBerry== <br/> 
Enables the popup blocker, which prevents calls to window.open(). By default, 
popups display in a child browser window. Setting the preference to enable 
prevents it from displaying at all.
        SetFullscreen(boolean) | *Default: false* <br/> ==Android== <br/> Same 
as the Fullscreen parameter in the global configuration of this xml file. This 
Android-specific element is deprecated in favor of the global Fullscreen 
element, and will be removed in a future version.
        ShowTitle(boolean) | *Default: false* <br/> ==Android== <br/> Show the 
title at the top of the screen.
    +   SplashScreen(string) | *Default: splash* <br/> ==Android== <br/> The 
name of the file minus its extension in the ```res/drawable``` directory. 
Various assets must share this common name in various subdirectories.
    --- End diff --
    
    Since they won't work without the splashscreen plugin, It'd be better to 
omit them. 
    
    The fact that their code is part of each platform instead of the plugin's 
native code (if I understood you correctly) is an implementation detail.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to