Github user Inwinder commented on the pull request:
https://github.com/apache/cordova-plugin-splashscreen/pull/13#issuecomment-41538040
Hi,
The "&&" is creating a problem. I am using an iPad in landscape mode and
when i fire up the application proper landscape splash screen is shown (default
ios splash screen function) and as soon as the cordova splash screen function
kicks in it shows the portrait splash screen. I changed the operator to "||"
and even removed "&& isOrientationLocked" in both these cases it works fine on
and iPad both on landscape and portrait mode. Can you please look into this?
Thanks
Inwinder
---
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 [email protected] or file a JIRA ticket
with INFRA.
---