[jira] [Commented] (CB-9528) create new core plugin to control screen orientation

2016-06-02 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

I will try version 1.4.2, but it looks good.
https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/84

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin Screen Orientation
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> The interface will be based on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.
> The new core plugin will be based on an existing community-created plugin:
> https://github.com/gbenvenuti/cordova-plugin-screen-orientation
> Work is underway to make the changes needed for it to become a core plugin 
> (switch license to Apache, fix open issues, add tests, update interface to 
> latest spec, etc.).



--
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-9528) create new core plugin to control screen orientation

2016-05-10 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

Great news !

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> The interface will be based on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.
> The new core plugin will be based on an existing community-created plugin:
> https://github.com/gbenvenuti/cordova-plugin-screen-orientation
> Work is underway to make the changes needed for it to become a core plugin 
> (switch license to Apache, fix open issues, add tests, update interface to 
> latest spec, etc.).



--
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-9528) create new core plugin to control screen orientation

2016-04-26 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

No pb.
Still, I would feel safer if this plugin was made core.

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-9528) create new core plugin to control screen orientation

2016-04-26 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

You mean, like the one from the first comment from January ? :)
Anyway, that's good news.

Thx

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-9528) create new core plugin to control screen orientation

2016-04-25 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

thx for the info

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-9528) create new core plugin to control screen orientation

2016-04-04 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

The telerik plugin is reported to work on iOS9.
http://plugins.telerik.com/cordova/plugin/screenorientation

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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] [Comment Edited] (CB-9528) create new core plugin to control screen orientation

2016-03-30 Thread Olivier Allouch (JIRA)

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

Olivier Allouch edited comment on CB-9528 at 3/30/16 9:09 AM:
--

Me too :)

Btw, just so you know: 
http://stackoverflow.com/questions/32684922/ios9-alternative-to-uidevice-currentdevice-setvalue-to-force-orientation
and
https://github.com/rafelbev/cordova-plugin-ipad-multitasking


was (Author: oallouch):
Me too :)

Btw, just so you know: 
http://stackoverflow.com/questions/32684922/ios9-alternative-to-uidevice-currentdevice-setvalue-to-force-orientation

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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] [Comment Edited] (CB-9528) create new core plugin to control screen orientation

2016-03-30 Thread Olivier Allouch (JIRA)

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

Olivier Allouch edited comment on CB-9528 at 3/30/16 9:04 AM:
--

Me too :)

Btw, just so you know: 
http://stackoverflow.com/questions/32684922/ios9-alternative-to-uidevice-currentdevice-setvalue-to-force-orientation


was (Author: oallouch):
Me too :)

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-9528) create new core plugin to control screen orientation

2016-03-30 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

Me too :)

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-9528) create new core plugin to control screen orientation

2016-03-07 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

We're the 7th of March. It's the February of the standard offset dev calandar 
:) I still got hope, but I see the cordova-ios train fading away. Come back, 
train! Come back! 

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-9528) create new core plugin to control screen orientation

2016-02-25 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

gbenvenuti (on github)  was supposed to contact you. Has anything moved forward 
?

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-9528) create new core plugin to control screen orientation

2016-02-10 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

Any news? 

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-9528) create new core plugin to control screen orientation

2016-01-08 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

Good for me.
I can still use the older cordova-ios and the dead 
cordova-plugin-screen-orientation .

Note that most people only need an iOS implementation (Crosswalk on Android has 
the W3C impl).
That could be a nice first version.

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-9528) create new core plugin to control screen orientation

2016-01-05 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9528:
-

love

> create new core plugin to control screen orientation
> 
>
> Key: CB-9528
> URL: https://issues.apache.org/jira/browse/CB-9528
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugins
>Reporter: Tony Homer
>Assignee: Tony Homer
>
> Create a new core Cordova plugin that enables the user to dynamically control 
> the orientation of their app.
> Tentatively base interface on [the screen-orientation spec| 
> http://www.w3.org/TR/screen-orientation/].
> There is a precedent for this behavior being supported as part of Cordova.
> Previously iOS supported a non-standard approach to controlling the 
> orientation dynamically (see last entry in [this section of the 5.1.1 
> docs|http://cordova.apache.org/docs/en/5.1.1/config_ref_index.md.html#The%20config.xml%20File_multi_platform_preferences]).
> Recent platform changes made the iOS-specific approach untenable, but it's 
> removal prompted a discussion about enabling this as a cross-platform feature 
> via a new core plugin.
> See related discussion in CB-8047.



--
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-10258) cordova-plugin-screen-orientation seems dead while it's incompatible with cordova-ios@4.0.x

2015-12-24 Thread Olivier Allouch (JIRA)
Olivier Allouch created CB-10258:


 Summary: cordova-plugin-screen-orientation seems dead while it's 
incompatible with cordova-ios@4.0.x
 Key: CB-10258
 URL: https://issues.apache.org/jira/browse/CB-10258
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 5.4.1
 Environment: cordova-ios@4.0.1 (the latest)
Reporter: Olivier Allouch


cordova-plugin-screen-orientation github seems dead, the issues are piling up 
and it's now incompatible with the new and great cordova-ios@4.0.x (CDVShared.h 
is now gone).
This plugin should be core as it's widely used.

see: https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues/80
and the other repo issues...

The code is quite small and seems simple...for an Objective C coder :(
Note that android/crosswalk doesn't need it because of the W3C API.



--
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-9797) the splashscreens are "optional" in the doc, but a "prepare" for the ios platform always adds the default ones

2015-10-20 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9797:
-

Ok, thx a lot.
I'll use a white png and https://github.com/AlexDisler/cordova-splash to 
generate all formats.

Thx agaiin

> the splashscreens are "optional" in the doc, but a "prepare" for the ios 
> platform always adds the default ones
> --
>
> Key: CB-9797
> URL: https://issues.apache.org/jira/browse/CB-9797
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Olivier Allouch
>Priority: Minor
>
> I've put icons in the  part of my config.xml file, but no 
> splashscreen and a "cordova prepare ios" adds the default cordova screens in 
> the platforms\ios\AirCaptain\Resources\splash directory.
> Is there a way to totally removes any splashscreen from the app.



--
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-9797) the splashscreens are "optional" in the doc, but a "prepare" for the ios platform always adds the default ones

2015-10-20 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9797:
-

Indeed, that's always a doc issue, like the problems I had with ios 9 (bitcode 
and aps).

> the splashscreens are "optional" in the doc, but a "prepare" for the ios 
> platform always adds the default ones
> --
>
> Key: CB-9797
> URL: https://issues.apache.org/jira/browse/CB-9797
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Olivier Allouch
>Priority: Minor
>
> I've put icons in the  part of my config.xml file, but no 
> splashscreen and a "cordova prepare ios" adds the default cordova screens in 
> the platforms\ios\AirCaptain\Resources\splash directory.
> Is there a way to totally removes any splashscreen from the app.



--
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-9797) the splashscreens are "optional" in the doc, but a "prepare" for the ios platform always adds the default ones

2015-10-19 Thread Olivier Allouch (JIRA)

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

Olivier Allouch commented on CB-9797:
-

I know they're called launch images, but I see  all over the place.
Anyway, thx a lot for the info. There come white images !

> the splashscreens are "optional" in the doc, but a "prepare" for the ios 
> platform always adds the default ones
> --
>
> Key: CB-9797
> URL: https://issues.apache.org/jira/browse/CB-9797
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Olivier Allouch
>Priority: Minor
>
> I've put icons in the  part of my config.xml file, but no 
> splashscreen and a "cordova prepare ios" adds the default cordova screens in 
> the platforms\ios\AirCaptain\Resources\splash directory.
> Is there a way to totally removes any splashscreen from the app.



--
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] [Updated] (CB-9797) the splashscreens are "optional" in the doc, but a "prepare" for the ios platform always adds the default ones

2015-10-16 Thread Olivier Allouch (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Allouch updated CB-9797:

Priority: Minor  (was: Major)

> the splashscreens are "optional" in the doc, but a "prepare" for the ios 
> platform always adds the default ones
> --
>
> Key: CB-9797
> URL: https://issues.apache.org/jira/browse/CB-9797
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Olivier Allouch
>Priority: Minor
>
> I've put icons in the  part of my config.xml file, but no 
> splashscreen and a "cordova prepare ios" adds the default cordova screens in 
> the platforms\ios\AirCaptain\Resources\splash directory.
> Is there a way to totally removes any splashscreen from the app.



--
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] [Updated] (CB-9797) the splashscreens are "optional" in the doc, but a "prepare" for the ios platform always adds the default ones

2015-10-14 Thread Olivier Allouch (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-9797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Allouch updated CB-9797:

Summary: the splashscreens are "optional" in the doc, but a "prepare" for 
the ios platform always adds the default ones  (was: the splashscreens are 
"optional" in the doc, but a "prepare" for the ios platform alays adds the 
default ones)

> the splashscreens are "optional" in the doc, but a "prepare" for the ios 
> platform always adds the default ones
> --
>
> Key: CB-9797
> URL: https://issues.apache.org/jira/browse/CB-9797
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Olivier Allouch
>
> I've put icons in the  part of my config.xml file, but no 
> splashscreen and a "cordova prepare ios" adds the default cordova screens in 
> the platforms\ios\AirCaptain\Resources\splash directory.
> Is there a way to totally removes any splashscreen from the app.



--
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-9797) the splashscreens are "optional" in the doc, but a "prepare" for the ios platform alays adds the default ones

2015-10-14 Thread Olivier Allouch (JIRA)
Olivier Allouch created CB-9797:
---

 Summary: the splashscreens are "optional" in the doc, but a 
"prepare" for the ios platform alays adds the default ones
 Key: CB-9797
 URL: https://issues.apache.org/jira/browse/CB-9797
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Olivier Allouch


I've put icons in the  part of my config.xml file, but no 
splashscreen and a "cordova prepare ios" adds the default cordova screens in 
the platforms\ios\AirCaptain\Resources\splash directory.

Is there a way to totally removes any splashscreen from the app.



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