[jira] [Commented] (CB-9703) iPad orientations can no longer differ from iPhone

2015-12-23 Thread Chris Karcher (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15070508#comment-15070508
 ] 

Chris Karcher commented on CB-9703:
---

Would love to see this issue addressed.  I understand why [PR 
207|https://github.com/apache/cordova-lib/pull/207] was merged, but it 
introduced a regression for those of us that want different orientation 
settings for iPad vs. iPhone.

[~shazron], would you consider merging the PR referenced 
[CB-9371|https://issues.apache.org/jira/browse/CB-9371]?  Updating the 
semantics of the 'default' flag to not clobber the Xcode project's settings 
seems like a worthwhile fix, IMO.

> iPad orientations can no longer differ from iPhone
> --
>
> Key: CB-9703
> URL: https://issues.apache.org/jira/browse/CB-9703
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 5.0.1, 5.1.2, 5.2.0, 5.1.1, 5.3.2
> Environment: iOS
>Reporter: Christoph Neumann
>
> The change introduced in 93ab6b61 means that iPhone and iPad orientation 
> values will always be the same. Unfortunately, a universal iOS project 
> defaults to a portrait orientation for iPhone and all orientations for iPad. 
> Because the Cordova "default" for Orientation in config.xml clears all 
> orientation settings, there is no way to get a standard behavior of having 
> separate defaults for iPhone and iPad.
> Some ideas:
> 1. Make "default" actually match what Apple uses as default because clearing 
> out all the flags is *not* truly default behavior.
>   
> 2. Add a platform-specific preference for iPad.
>   
> 
> 
>   



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8875) Splash screen no longer fades when FadeSplashScreen=true

2015-07-27 Thread Chris Karcher (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14643103#comment-14643103
 ] 

Chris Karcher commented on CB-8875:
---

No, my pull request hasn't been merged.

I integrated the fix into my app by creating a public repo on github.com where 
the PR has been merged into master, and then doing a 'cordova plugin add 
http://path/to/repo.git' to source the plugin directly from the repo.  If you 
want to clone my repo with the fix, it's available at: 
https://github.com/chrskrchr/cordova-plugin-splashscreen/commits/master

 Splash screen no longer fades when FadeSplashScreen=true
 

 Key: CB-8875
 URL: https://issues.apache.org/jira/browse/CB-8875
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Chris Karcher

 After upgrading to the latest version of the plugin with the fix for 
 [CB-8836], the splash screen in my iOS app no longer fades even though 
 FadeSplashScreen=true.
 This is the commit that addresses CB-8836:
 [https://github.com/apache/cordova-plugin-splashscreen/commit/559b300d29ba6eb2f951eb19b9bbf7ba9238a862]
 I've found that wrapping the entire call to [UIView transitionWithView] with 
 a dispatch_async (rather than the individual animation and completion blocks) 
 fixes the issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8875) Splash screen no longer fades when FadeSplashScreen=true

2015-04-20 Thread Chris Karcher (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14502767#comment-14502767
 ] 

Chris Karcher commented on CB-8875:
---

Pull request submitted here:

[https://github.com/apache/cordova-plugin-splashscreen/pull/44]

 Splash screen no longer fades when FadeSplashScreen=true
 

 Key: CB-8875
 URL: https://issues.apache.org/jira/browse/CB-8875
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Chris Karcher

 After upgrading to the latest version of the plugin with the fix for 
 [CB-8836], the splash screen in my iOS app no longer fades even though 
 FadeSplashScreen=true.
 This is the commit that addresses CB-8836:
 [https://github.com/apache/cordova-plugin-splashscreen/commit/559b300d29ba6eb2f951eb19b9bbf7ba9238a862]
 I've found that wrapping the entire call to [UIView transitionWithView] with 
 a dispatch_async (rather than the individual animation and completion blocks) 
 fixes the issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8875) Splash screen no longer fades when FadeSplashScreen=true

2015-04-19 Thread Chris Karcher (JIRA)
Chris Karcher created CB-8875:
-

 Summary: Splash screen no longer fades when FadeSplashScreen=true
 Key: CB-8875
 URL: https://issues.apache.org/jira/browse/CB-8875
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Chris Karcher


After upgrading to the latest version of the plugin with the fix for [CB-8836], 
the splash screen in my iOS app no longer fades even though 
FadeSplashScreen=true.

This is the commit that addresses CB-8836:
[https://github.com/apache/cordova-plugin-splashscreen/commit/559b300d29ba6eb2f951eb19b9bbf7ba9238a862]

I've found that wrapping the entire call to [UIView transitionWithView] with a 
dispatch_async (rather than the individual animation and completion blocks) 
fixes the issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org