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/07/15 11:27:54 UTC

[GitHub] [cordova-windows] janpio opened a new issue #357: Broken splashscreen by default

janpio opened a new issue #357: Broken splashscreen by default
URL: https://github.com/apache/cordova-windows/issues/357
 
 
   By default a new project created with Cordova Windows has a missing splashscreen:
   
   ```
   E:\Projects\throwaway
   λ cordova create cordovaWindowsMissingSplash
   Creating a new cordova project.
   
   E:\Projects\throwaway
   λ cd cordovaWindowsMissingSplash\
   
   E:\Projects\throwaway\cordovaWindowsMissingSplash  (helloworld@1.0.0)
   λ cordova platform add https://github.com/apache/cordova-windows
   Using cordova-fetch for https://github.com/apache/cordova-windows
   Warning: using prerelease platform windows@7.1.0-dev.
   Use 'cordova platform add windows@latest' to add the latest published version instead.
   Adding windows project...
   Creating Cordova Windows Project:
           Path: platforms\windows
           Namespace: io.cordova.hellocordova
           Name: HelloCordova
   Windows project created with cordova-windows@7.1.0-dev
   Plugin 'cordova-plugin-whitelist' found in config.xml... Migrating it to package.json
   Discovered saved plugin "cordova-plugin-whitelist". Adding it to the project
   Installing "cordova-plugin-whitelist" for windows
   Adding cordova-plugin-whitelist to package.json
   
   E:\Projects\throwaway\cordovaWindowsMissingSplash  (helloworld@1.0.0)
   λ cordova run windows
   ENV var MSBUILDDIR is set C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin
   Building project: E:\Projects\throwaway\cordovaWindowsMissingSplash\platforms\windows\CordovaApp.Windows10.jsproj
           Configuration : debug
           Platform      : anycpu
           Buildflags    : /p:AppxBundle=Never
           MSBuildTools  : C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin
   buildProject spawn: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\msbuild [
     'E:\\Projects\\throwaway\\cordovaWindowsMissingSplash\\platforms\\windows\\CordovaApp.Windows10.jsproj',
     '/clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal',
     '/nologo',
     '/p:Configuration=debug',
     '/p:Platform=anycpu',
     '/p:AppxBundle=Never'
   ] { stdio: 'inherit' }
     prebuild.js: Patching platform `10`
     - Injected `base.js` reference to `/www/index.html`
     - Removing /( *)(<script\s+(?:type="text\/javascript"\s+)?src="\/\/Microsoft.WinJS.2.0\/js\/base.js">\s*<\/script>)(\s*)/ from /www/index.html
     - Removing /( *)(<script\s+(?:type="text\/javascript"\s+)?src="\/\/Microsoft.Phone.WinJS.2.1\/js\/base.js">\s*<\/script>)(\s*)/ from /www/index.html
     CordovaApp.Windows10 -> E:\Projects\throwaway\cordovaWindowsMissingSplash\platforms\windows\AppPackages\CordovaApp.Windows10_1.0.0.0_anycpu_debug_Test\Cor
     dovaApp.Windows10_1.0.0.0_anycpu_debug.appx
   Deploying windows10 package to device:
   E:\Projects\throwaway\cordovaWindowsMissingSplash\platforms\windows\AppPackages\CordovaApp.Windows10_1.0.0.0_anycpu_debug_Test\CordovaApp.Windows10_1.0.0.0_anycpu_debug.appx
   Attempting to uninstall previous application version...
   Attempting to install application...
   Found package: E:\Projects\throwaway\cordovaWindowsMissingSplash\platforms\windows\AppPackages\CordovaApp.Windows10_1.0.0.0_anycpu_debug_Test\CordovaApp.Windows10_1.0.0.0_anycpu_debug.appx
   
   Installing app...
   
   Success: Your app was successfully installed.
   Starting application...
   ActivateApplication:  io.cordova.hellocordova_h35559jr9hy9m!io.cordova.hellocordova
   ```
   
   Leads to: 
   ![image](https://user-images.githubusercontent.com/183673/61212573-fdb85500-a702-11e9-92b5-2a64768c031b.png)
   

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