You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Treer <gi...@git.apache.org> on 2015/08/06 05:55:46 UTC

[GitHub] cordova-plugin-splashscreen pull request: CB-7964 Add cordova-plug...

Github user Treer commented on the pull request:

    https://github.com/apache/cordova-plugin-splashscreen/pull/34#issuecomment-128228076
  
    My unofficial solution:
    
    It looks like splashscreen browser support was accepted in 5.1.1, but the configHelper module it depends on didn't make it in time, so to work around this you can update your project's `\platforms\browser\platform_www\cordova.js` file from version 3.6.0 to [3.7.0-dev](https://raw.githubusercontent.com/apache/cordova-browser/90b24d3f01c7f4d827151327e5d69701f36905f8/cordova-lib/cordova.js).
    
    I diff'd 3.6.0 and 3.7.0-dev, and the only difference between the two files is confighelper.
    
    Then, if you're using Chrome, you'll have to start [launching it with `--allow-file-access-from-files`](https://stackoverflow.com/a/12523274/3343347)


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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