You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/01/31 11:28:49 UTC

[GitHub] tibersept opened a new issue #322: SplashScreen tag name does not match entry in Windows 10 Manifest file

tibersept opened a new issue #322: SplashScreen tag name does not match entry in Windows 10 Manifest file
URL: https://github.com/apache/cordova-windows/issues/322
 
 
   The Windows 10 Manifest uses the _uap_ namespace for UAP/UWP tags. The following tag name for UWP in _confighelper.js_ does not match the _SplashScreen_ tag in that manifest, a modified _uap:SplashScreen_ tag name does. 
   
   https://github.com/apache/cordova-windows/blob/8cc627b8f5fb4a0959c4ef7a5994a4f358215fd6/template/www/cordova.js#L848
   
   https://github.com/apache/cordova-windows/blob/8cc627b8f5fb4a0959c4ef7a5994a4f358215fd6/cordova-js-src/confighelper.js#L28
   
   Results in _undefined_ access when retrieving splash screen image path etc.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org