erisu opened a new pull request #282:
URL: https://github.com/apache/cordova-plugin-splashscreen/pull/282
### Platforms affected
all
### Motivation and Context
The shared JS content is being clobbered on all platforms even if the
platform is not supported.
iOS is affected by this clobber because it has its own JS file that is
clobbered on the same `window.navigator` scope.
### Description
Move the shared JS clobber into each defined platform until a better
solution is implemented to be more strict on plugin installs.
### Testing
- plugin install & simulator run
- With mobile spec
- Without mobile spec
- With changes
- With out changes
### Checklist
- [x] I've run the tests to see all new and existing tests pass
----------------------------------------------------------------
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]