[jira] [Updated] (CB-13447) cordova ios 5.x.x can't merge config-files

2017-10-14 Thread Khalid Awwad (JIRA)

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

Khalid Awwad updated CB-13447:
--
Summary: cordova ios 5.x.x can't merge config-files  (was: cordova ios 
5.x.x can't merge config-file s)

> cordova ios 5.x.x can't merge config-files
> --
>
> Key: CB-13447
> URL: https://issues.apache.org/jira/browse/CB-13447
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: cordova-ios 5.x.x
> cordova-cli 6.5.0
>Reporter: Khalid Awwad
>Assignee: Suraj Pindoria
>Priority: Critical
>
> Two plugins that do this for example:
> 1)
> 
> 
> $(AppIdentifierPrefix)x
> 
> 
> 2)
> 
> 
> $(AppIdentifierPrefix)y
> 
> 
> Will only have the changes of first plugin.
> in 4.5.0 the result was merged:
> 
> 
> $(AppIdentifierPrefix)x
> $(AppIdentifierPrefix)y
> 
> 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13447) cordova ios 5.x.x can't merge config-file s

2017-10-14 Thread Khalid Awwad (JIRA)

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

Khalid Awwad updated CB-13447:
--
Summary: cordova ios 5.x.x can't merge config-file s  (was: cordova ios 
5.x.x can't merge config-file)

> cordova ios 5.x.x can't merge config-file s
> ---
>
> Key: CB-13447
> URL: https://issues.apache.org/jira/browse/CB-13447
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: cordova-ios 5.x.x
> cordova-cli 6.5.0
>Reporter: Khalid Awwad
>Assignee: Suraj Pindoria
>Priority: Critical
>
> Two plugins that do this for example:
> 1)
> 
> 
> $(AppIdentifierPrefix)x
> 
> 
> 2)
> 
> 
> $(AppIdentifierPrefix)y
> 
> 
> Will only have the changes of first plugin.
> in 4.5.0 the result was merged:
> 
> 
> $(AppIdentifierPrefix)x
> $(AppIdentifierPrefix)y
> 
> 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13447) cordova ios 5.x.x can't merge config-file

2017-10-14 Thread Khalid Awwad (JIRA)
Khalid Awwad created CB-13447:
-

 Summary: cordova ios 5.x.x can't merge config-file
 Key: CB-13447
 URL: https://issues.apache.org/jira/browse/CB-13447
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-ios
Affects Versions: cordova-ios 4.5.0
 Environment: cordova-ios 5.x.x
cordova-cli 6.5.0
Reporter: Khalid Awwad
Assignee: Suraj Pindoria
Priority: Critical


Two plugins that do this for example:
1)


$(AppIdentifierPrefix)x


2)


$(AppIdentifierPrefix)y


Will only have the changes of first plugin.

in 4.5.0 the result was merged:


$(AppIdentifierPrefix)x
$(AppIdentifierPrefix)y






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13407) Camera Plugin, Kindle Fire and Android Permissions incompatibility

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-13407:
---

Camera plugin doesn't use CAMERA permission as it uses an intent to launch 
camera app, so it should be another plugin the one adding the CAMERA permission

> Camera Plugin, Kindle Fire and Android Permissions incompatibility
> --
>
> Key: CB-13407
> URL: https://issues.apache.org/jira/browse/CB-13407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Mark Watkins
>Assignee: Jesse MacFadyen
>
> I'm using the Camera plugin and porting a working Android project to Kindle 
> Fire (FireOS). When submitting to the Amazon store, their compatibility 
> tester fails for most recent devices because it states that my manifest file 
> requires the android.hardware.camera.autofocus permission, but that recent 
> devices don't support that permission. So far as I can tell, the plugin does 
> not specifically request this permission, however according to Android docs, 
> the autofocus permission is "implied" by default when the camera permission 
> is requested. 
> ([https://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions](https://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions))
> I am working around this at present by manually adding 
> (https://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions)
> to my AndroidManifest.xml file, but I'm wondering if the plugin itself should 
> explicitly declare this permission not required, so that most recent Kindle 
> Fire devices can be supported out of the box?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13407) Camera Plugin, Kindle Fire and Android Permissions incompatibility

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile updated CB-13407:
--
Component/s: (was: cordova-android)

> Camera Plugin, Kindle Fire and Android Permissions incompatibility
> --
>
> Key: CB-13407
> URL: https://issues.apache.org/jira/browse/CB-13407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Mark Watkins
>Assignee: Jesse MacFadyen
>
> I'm using the Camera plugin and porting a working Android project to Kindle 
> Fire (FireOS). When submitting to the Amazon store, their compatibility 
> tester fails for most recent devices because it states that my manifest file 
> requires the android.hardware.camera.autofocus permission, but that recent 
> devices don't support that permission. So far as I can tell, the plugin does 
> not specifically request this permission, however according to Android docs, 
> the autofocus permission is "implied" by default when the camera permission 
> is requested. 
> ([https://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions](https://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions))
> I am working around this at present by manually adding 
> (https://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions)
> to my AndroidManifest.xml file, but I'm wondering if the plugin itself should 
> explicitly declare this permission not required, so that most recent Kindle 
> Fire devices can be supported out of the box?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13407) Camera Plugin, Kindle Fire and Android Permissions incompatibility

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile updated CB-13407:
--
Component/s: cordova-plugin-camera

> Camera Plugin, Kindle Fire and Android Permissions incompatibility
> --
>
> Key: CB-13407
> URL: https://issues.apache.org/jira/browse/CB-13407
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Mark Watkins
>Assignee: Jesse MacFadyen
>
> I'm using the Camera plugin and porting a working Android project to Kindle 
> Fire (FireOS). When submitting to the Amazon store, their compatibility 
> tester fails for most recent devices because it states that my manifest file 
> requires the android.hardware.camera.autofocus permission, but that recent 
> devices don't support that permission. So far as I can tell, the plugin does 
> not specifically request this permission, however according to Android docs, 
> the autofocus permission is "implied" by default when the camera permission 
> is requested. 
> ([https://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions](https://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions))
> I am working around this at present by manually adding 
> (https://developer.android.com/guide/topics/manifest/uses-feature-element.html#permissions)
> to my AndroidManifest.xml file, but I'm wondering if the plugin itself should 
> explicitly declare this permission not required, so that most recent Kindle 
> Fire devices can be supported out of the box?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13446) Camera plugin template out of sync with README.md

2017-10-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13446:
-

GitHub user jcesarmobile opened a pull request:

https://github.com/apache/cordova-plugin-camera/pull/291

CB-13446: Sync template with previous doc changes



### Platforms affected
README.md

### What does this PR do?
sync the docs template with the README.md

### What testing has been done on this change?


### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jcesarmobile/cordova-plugin-camera 
fix-docs-template

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-camera/pull/291.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #291


commit ebfd4535d32729669bc2103378f391cdab1a91d6
Author: Julio César 
Date:   2017-10-14T22:22:19Z

CB-13446: Sync template with previous doc changes




> Camera plugin template out of sync with README.md
> -
>
> Key: CB-13446
> URL: https://issues.apache.org/jira/browse/CB-13446
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: jcesarmobile
>
> Camera plugin docs are generated with a tool from a template, but some 
> changes have been done in the README.md directly, making the template to be 
> out of sync.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13264) Remove ios usage descriptions from camera plugin

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile reassigned CB-13264:
-

Assignee: jcesarmobile

> Remove ios usage descriptions from camera plugin
> 
>
> Key: CB-13264
> URL: https://issues.apache.org/jira/browse/CB-13264
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13446) Camera plugin template out of sync with README.md

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile reassigned CB-13446:
-

Assignee: jcesarmobile

> Camera plugin template out of sync with README.md
> -
>
> Key: CB-13446
> URL: https://issues.apache.org/jira/browse/CB-13446
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>
> Camera plugin docs are generated with a tool from a template, but some 
> changes have been done in the README.md directly, making the template to be 
> out of sync.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-13446) Camera plugin template out of sync with README.md

2017-10-14 Thread jcesarmobile (JIRA)
jcesarmobile created CB-13446:
-

 Summary: Camera plugin template out of sync with README.md
 Key: CB-13446
 URL: https://issues.apache.org/jira/browse/CB-13446
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-camera
Reporter: jcesarmobile


Camera plugin docs are generated with a tool from a template, but some changes 
have been done in the README.md directly, making the template to be out of sync.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13438) Error validating package name

2017-10-14 Thread Lee Goddard (JIRA)

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

Lee Goddard commented on CB-13438:
--

Jan -- thank you very much!

Lee

> Error validating package name
> -
>
> Key: CB-13438
> URL: https://issues.apache.org/jira/browse/CB-13438
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-cli
>Affects Versions: cordova@7.0.0
> Environment: Windows 10 64
>Reporter: Lee Goddard
>Assignee: Joe Bowser
>
> I'm a new user, but coding for 20+ years, working from what appears to be 
> your main Getting Started walkthrough at 
> https://cordova.apache.org/docs/en/latest/guide/cli/
> {{C:\Users\User\src\izel (master)
> λ cordova create com.izelplants.Maps MapMaker
> Creating a new cordova project.
> C:\Users\User\src\izel (master)
> λ cd com.izelplants.Maps\
> C:\Users\User\src\izel\com.izelplants.Maps (master) (mapmaker@1.0.0)
> λ cordova platform add android
> Using cordova-fetch for cordova-android@~6.3.0
> Adding android project...
> Error: Error validating package name. Package name must look like: 
> com.company.Name
> C:\Users\User\src\izel\com.izelplants.Maps (master) (mapmaker@1.0.0)
> λ}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13438) Error validating package name

2017-10-14 Thread Lee Goddard (JIRA)

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

Lee Goddard commented on CB-13438:
--

config.xml

h6. 
h6. http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";>
h6. HelloCordova
h6. 
h6. A sample Apache Cordova application that responds to the 
deviceready event.
h6. 
h6. http://cordova.io";>
h6. Apache Cordova Team
h6. 
h6. 
h6. 
h6. 
h6. http://*/*"; />
h6. https://*/*"; />
h6. 
h6. 
h6. mailto:*"; />
h6. 
h6. 
h6. 
h6. 
h6. 
h6. 
h6. 
h6. 
h6. 
h6. 

> Error validating package name
> -
>
> Key: CB-13438
> URL: https://issues.apache.org/jira/browse/CB-13438
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-cli
>Affects Versions: cordova@7.0.0
> Environment: Windows 10 64
>Reporter: Lee Goddard
>Assignee: Joe Bowser
>
> I'm a new user, but coding for 20+ years, working from what appears to be 
> your main Getting Started walkthrough at 
> https://cordova.apache.org/docs/en/latest/guide/cli/
> {{C:\Users\User\src\izel (master)
> λ cordova create com.izelplants.Maps MapMaker
> Creating a new cordova project.
> C:\Users\User\src\izel (master)
> λ cd com.izelplants.Maps\
> C:\Users\User\src\izel\com.izelplants.Maps (master) (mapmaker@1.0.0)
> λ cordova platform add android
> Using cordova-fetch for cordova-android@~6.3.0
> Adding android project...
> Error: Error validating package name. Package name must look like: 
> com.company.Name
> C:\Users\User\src\izel\com.izelplants.Maps (master) (mapmaker@1.0.0)
> λ}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13299) CI: Travis doesn't include node by default for Android images anymore

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-13299:
---

Android builds keep failing 

> CI: Travis doesn't include node by default for Android images anymore
> -
>
> Key: CB-13299
> URL: https://issues.apache.org/jira/browse/CB-13299
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-battery-status, cordova-plugin-camera, 
> cordova-plugin-contacts, cordova-plugin-device, cordova-plugin-device-motion, 
> cordova-plugin-device-orientation, cordova-plugin-dialogs, 
> cordova-plugin-file, cordova-plugin-file-transfer, 
> cordova-plugin-geolocation, cordova-plugin-globalization, 
> cordova-plugin-inappbrowser, cordova-plugin-media, 
> cordova-plugin-media-capture, cordova-plugin-network-information, 
> cordova-plugin-screen-orientation, cordova-plugin-splashscreen, 
> cordova-plugin-statusbar, cordova-plugin-vibration, 
> cordova-plugin-wkwebview-engine
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, triaged
>
> Example:
> https://travis-ci.org/apache/cordova-plugin-device-motion/builds/277031526?utm_source=github_status&utm_medium=notification



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13267) Remove ios usage descriptions from geolocation plugin

2017-10-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13267:
-

GitHub user jcesarmobile opened a pull request:

https://github.com/apache/cordova-plugin-geolocation/pull/94

CB-13267 (iOS): Remove ios usage descriptions



### Platforms affected
iOS

### What does this PR do?
Remove variables for setting iOS usage descriptions as they cause conflict 
when other plugins try to access the same variables.

### What testing has been done on this change?


### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jcesarmobile/cordova-plugin-geolocation 
CB-13267

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-geolocation/pull/94.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #94


commit d7d3aeea0f0d860f8c0be2600766498eecd0f73e
Author: Julio César 
Date:   2017-10-14T15:45:59Z

CB-13267 (iOS): Remove ios usage descriptions




> Remove ios usage descriptions from geolocation plugin
> -
>
> Key: CB-13267
> URL: https://issues.apache.org/jira/browse/CB-13267
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13267) Remove ios usage descriptions from geolocation plugin

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile reassigned CB-13267:
-

Assignee: jcesarmobile

> Remove ios usage descriptions from geolocation plugin
> -
>
> Key: CB-13267
> URL: https://issues.apache.org/jira/browse/CB-13267
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13265) Remove ios usage description from media plugin

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile reassigned CB-13265:
-

Assignee: jcesarmobile

> Remove ios usage description from media plugin
> --
>
> Key: CB-13265
> URL: https://issues.apache.org/jira/browse/CB-13265
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13266) Remove ios usage descriptions from media capture plugin

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile reassigned CB-13266:
-

Assignee: jcesarmobile

> Remove ios usage descriptions from media capture plugin
> ---
>
> Key: CB-13266
> URL: https://issues.apache.org/jira/browse/CB-13266
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13266) Remove ios usage descriptions from media capture plugin

2017-10-14 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13266:
-

GitHub user jcesarmobile opened a pull request:

https://github.com/apache/cordova-plugin-media-capture/pull/83

CB-13266 (ios): Remove ios usage descriptions



### Platforms affected
iOS

### What does this PR do?
Removes the usage description variables and document how to set them using 
edit-config tab

### What testing has been done on this change?


### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jcesarmobile/cordova-plugin-media-capture 
CB-13266

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-media-capture/pull/83.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #83


commit 0a13fc9add11df1a7fd6f92c50d231eec3a67561
Author: Julio César 
Date:   2017-10-14T15:33:52Z

CB-13266 (ios): Remove ios usage descriptions




> Remove ios usage descriptions from media capture plugin
> ---
>
> Key: CB-13266
> URL: https://issues.apache.org/jira/browse/CB-13266
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13285) cordova-plugin-screen-orientation

2017-10-14 Thread nagaraju (JIRA)

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

nagaraju commented on CB-13285:
---

hi sorry for late reply.
node 6.11.3
npm 3.10.10


> cordova-plugin-screen-orientation
> -
>
> Key: CB-13285
> URL: https://issues.apache.org/jira/browse/CB-13285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllPlatforms
>Affects Versions: cordova@7.0.0
>Reporter: nagaraju
>
> Hi Team ,
>  i have faced issue with cordova-plugin-screen-orientation . i am not able to 
> install this plugin in my sencha+cordova project.
> While i install this cordova-plugin-screen-orientation i got this error.
> Error: Failed to install 'cordova-plugin-screen-orientation': CordovaError: 
> Failed to fetch plugin https://github.com/vstirbu/PromisesPlugin.git via 
> registry.
> Probably this is either a connection problem, or plugin spec is incorrect.
> Check your connection and plugin name/version/URL.
> i followed this link :
> https://github.com/apache/cordova-plugin-screen-orientation
> Used versions:
> cordova version 7.0.1
> extjs modern 6.2.1



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13285) cordova-plugin-screen-orientation

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile updated CB-13285:
--
Priority: Major  (was: Critical)

> cordova-plugin-screen-orientation
> -
>
> Key: CB-13285
> URL: https://issues.apache.org/jira/browse/CB-13285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllPlatforms
>Affects Versions: cordova@7.0.0
>Reporter: nagaraju
>
> Hi Team ,
>  i have faced issue with cordova-plugin-screen-orientation . i am not able to 
> install this plugin in my sencha+cordova project.
> While i install this cordova-plugin-screen-orientation i got this error.
> Error: Failed to install 'cordova-plugin-screen-orientation': CordovaError: 
> Failed to fetch plugin https://github.com/vstirbu/PromisesPlugin.git via 
> registry.
> Probably this is either a connection problem, or plugin spec is incorrect.
> Check your connection and plugin name/version/URL.
> i followed this link :
> https://github.com/apache/cordova-plugin-screen-orientation
> Used versions:
> cordova version 7.0.1
> extjs modern 6.2.1



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13281) Cordova crashes with UIPopoverPresentationController exception in web forms

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-13281.
-
Resolution: Won't Fix

Closing as won't fix as we can't really fix it, it's a bug on the webview 
itself.

Cordova makes UIWebView the default as WKWebView still has some important bugs 
that prevent it from being a drop in replacement.
You can use WKWebView using Cordova plugin 
https://github.com/apache/cordova-plugin-wkwebview-engine or Ionic plugin 
https://github.com/ionic-team/cordova-plugin-wkwebview-engine

> Cordova crashes with UIPopoverPresentationController exception in web forms
> ---
>
> Key: CB-13281
> URL: https://issues.apache.org/jira/browse/CB-13281
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 3.5.0, 3.6.0
> Environment: iOS 10.3.1, xCode 8.3.3, Cordova 7.0.0
>Reporter: Nick Marsh
>Assignee: Shazron Abdullah
> Attachments: Crash issue.zip
>
>
> This issue is present on iOS 10, with Cordova 7.0
> When tabbing through web forms, if a select dropdown is tabbed over too 
> quickly, the app crashes with the following exception:
> {code}
> Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch 
> this in the debugger.
> The methods in the UIConstraintBasedLayoutDebugging category on UIView listed 
> in  may also be helpful.
> 2017-09-14 11:23:35.298666-0500 Care At Home[7945:770343] [LayoutConstraints] 
> Unable to simultaneously satisfy constraints.
>   Probably at least one of the constraints in the following list is one 
> you don't want. 
>   Try this: 
>   (1) look at each constraint and try to figure out which you 
> don't expect; 
>   (2) find the code that added the unwanted constraint or 
> constraints and fix it. 
> (
> " _UIButtonBarStackView:0x7ff82141b080.width <= 0   (active)>",
> " H:|-(15)-[UILayoutGuide:0x6019fe40'UIViewLayoutMarginsGuide'](LTR)   
> (active, names: '|':_UIButtonBarStackView:0x7ff82141b080 )>",
> " H:[UILayoutGuide:0x6019fe40'UIViewLayoutMarginsGuide']-(15)-|(LTR)   
> (active, names: '|':_UIButtonBarStackView:0x7ff82141b080 )>"
> )
> Will attempt to recover by breaking constraint 
>  H:[UILayoutGuide:0x6019fe40'UIViewLayoutMarginsGuide']-(15)-|(LTR)   
> (active, names: '|':_UIButtonBarStackView:0x7ff82141b080 )>
> Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch 
> this in the debugger.
> The methods in the UIConstraintBasedLayoutDebugging category on UIView listed 
> in  may also be helpful.
> 2017-09-14 11:23:35.358 Care At Home[7945:770343] *** Terminating app due to 
> uncaught exception 'NSRangeException', reason: '-[UITableView 
> _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:]: row (0) beyond 
> bounds (0) for section (0).'
> *** First throw call stack:
> (
>   0   CoreFoundation  0x000109893b0b 
> __exceptionPreprocess + 171
>   1   libobjc.A.dylib 0x0001092cf141 
> objc_exception_throw + 48
>   2   CoreFoundation  0x0001098fc625 
> +[NSException raise:format:] + 197
>   3   UIKit   0x00010a7f368a 
> -[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:] + 
> 1679
>   4   UIKit   0x00010a7f42b9 
> -[UITableView scrollToRowAtIndexPath:atScrollPosition:animated:] + 39
>   5   UIKit   0x00010ab5d5f4 
> -[UIWebSelectTableViewController viewWillAppear:] + 150
>   6   UIKit   0x00010a847bad 
> -[UIViewController _setViewAppearState:isAnimating:] + 447
>   7   UIKit   0x00010a8483c3 
> -[UIViewController __viewWillAppear:] + 147
>   8   UIKit   0x00010a81df87 
> __56-[UIPresentationController runTransitionForCurrentState]_block_invoke + 
> 1041
>   9   UIKit   0x00010a6ab853 
> _runAfterCACommitDeferredBlocks + 318
>   10  UIKit   0x00010a69881c 
> _cleanUpAfterCAFlushAndRunDeferredBlocks + 532
>   11  UIKit   0x00010a6ca560 
> _afterCACommitHandler + 137
>   12  CoreFoundation  0x000109839717 
> __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
>   13  CoreFoundation  0x000109839687 
> __CFRunLoopDoObservers + 391
>   14  CoreFoundation  0x00010981e720 
> __CFRunLoopRun + 1200
>   15  CoreFoundation  0x00010981e016 
> CFRunLoopRunSpecific + 406
>   16  GraphicsServices 

[jira] [Closed] (CB-13269) correct syntax of function in documentation : "inappbrowser"

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-13269.
-
Resolution: Invalid

Not sure what you are talking about, inAppBrowser doesn't have such methods

> correct  syntax of  function in documentation : "inappbrowser"
> --
>
> Key: CB-13269
> URL: https://issues.apache.org/jira/browse/CB-13269
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Gannouni Mohammed
>
> correct the syntax of  function changeBackgroundColor() and  
> replaceHeaderImage()  in the documentation inappbrowser



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13436) [ERROR] An error occurred while running cordova plugin add cordova-plugin-statusbar --save (exit code 1)

2017-10-14 Thread Daniel Benton (JIRA)

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

Daniel Benton commented on CB-13436:


Info:
cli packages: (/usr/local/lib/node_modules)

@ionic/cli-utils  : 1.13.0
ionic (Ionic CLI) : 3.13.0

global packages:

cordova (Cordova CLI) : 7.1.0 

local packages:

@ionic/app-scripts : 3.0.0
Cordova Platforms  : android 6.3.0 ios 4.5.1
Ionic Framework: ionic-angular 3.7.1

System:

ios-deploy : 1.9.1 
Node   : v7.7.2
npm: 4.1.2 
OS : macOS Sierra
Xcode  : Xcode 9.0 Build version 9A235 

Misc:

backend : legacy

*
Command ran:
ionic cordova plugin add cordova-plugin-statusbar --save

> [ERROR] An error occurred while running cordova plugin add 
> cordova-plugin-statusbar --save (exit code 1)
> 
>
> Key: CB-13436
> URL: https://issues.apache.org/jira/browse/CB-13436
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllComponents, AllPlatforms
> Environment: OSX, Bash, Ionic CLI
>Reporter: Daniel Benton
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> [ERROR] An error occurred while running cordova plugin add 
> cordova-plugin-statusbar --save (exit code 1):
> 
> Error: Failed to fetch plugin 
> git+https://github.com/apache/cordova-plugin-statusbar.git via 
> registry.
> Probably this is either a connection problem, or plugin spec is 
> incorrect.
> Check your connection and plugin name/version/URL.
> Failed to get absolute path to installed module



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13438) Error validating package name

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-13438.
-
Resolution: Not A Problem

You missed the first param on create command.

the command is

cordova create path id appName

the only mandatory is path

you passed the id as path and appName as id, and you appName is not a valid id.

More info about the create command 
https://cordova.apache.org/docs/en/latest/reference/cordova-cli/index.html#cordova-create-command

> Error validating package name
> -
>
> Key: CB-13438
> URL: https://issues.apache.org/jira/browse/CB-13438
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android, cordova-cli
>Affects Versions: cordova@7.0.0
> Environment: Windows 10 64
>Reporter: Lee Goddard
>Assignee: Joe Bowser
>
> I'm a new user, but coding for 20+ years, working from what appears to be 
> your main Getting Started walkthrough at 
> https://cordova.apache.org/docs/en/latest/guide/cli/
> {{C:\Users\User\src\izel (master)
> λ cordova create com.izelplants.Maps MapMaker
> Creating a new cordova project.
> C:\Users\User\src\izel (master)
> λ cd com.izelplants.Maps\
> C:\Users\User\src\izel\com.izelplants.Maps (master) (mapmaker@1.0.0)
> λ cordova platform add android
> Using cordova-fetch for cordova-android@~6.3.0
> Adding android project...
> Error: Error validating package name. Package name must look like: 
> com.company.Name
> C:\Users\User\src\izel\com.izelplants.Maps (master) (mapmaker@1.0.0)
> λ}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-13436) [ERROR] An error occurred while running cordova plugin add cordova-plugin-statusbar --save (exit code 1)

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-13436:
---

Can you provide more details like Cordova CLI version, node version, npm 
version, ionic CLI version?
Also, what's the exact command you ran?

> [ERROR] An error occurred while running cordova plugin add 
> cordova-plugin-statusbar --save (exit code 1)
> 
>
> Key: CB-13436
> URL: https://issues.apache.org/jira/browse/CB-13436
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllComponents, AllPlatforms
> Environment: OSX, Bash, Ionic CLI
>Reporter: Daniel Benton
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> [ERROR] An error occurred while running cordova plugin add 
> cordova-plugin-statusbar --save (exit code 1):
> 
> Error: Failed to fetch plugin 
> git+https://github.com/apache/cordova-plugin-statusbar.git via 
> registry.
> Probably this is either a connection problem, or plugin spec is 
> incorrect.
> Check your connection and plugin name/version/URL.
> Failed to get absolute path to installed module



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-13436) [ERROR] An error occurred while running cordova plugin add cordova-plugin-statusbar --save (exit code 1)

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile updated CB-13436:
--
Priority: Major  (was: Blocker)

> [ERROR] An error occurred while running cordova plugin add 
> cordova-plugin-statusbar --save (exit code 1)
> 
>
> Key: CB-13436
> URL: https://issues.apache.org/jira/browse/CB-13436
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: AllComponents, AllPlatforms
> Environment: OSX, Bash, Ionic CLI
>Reporter: Daniel Benton
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> [ERROR] An error occurred while running cordova plugin add 
> cordova-plugin-statusbar --save (exit code 1):
> 
> Error: Failed to fetch plugin 
> git+https://github.com/apache/cordova-plugin-statusbar.git via 
> registry.
> Probably this is either a connection problem, or plugin spec is 
> incorrect.
> Check your connection and plugin name/version/URL.
> Failed to get absolute path to installed module



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13437) App crashes iOS11 when saving photo to album

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-13437.
-
Resolution: Duplicate

Closing as duplicate of CB-13332

> App crashes iOS11 when saving photo to album
> 
>
> Key: CB-13437
> URL: https://issues.apache.org/jira/browse/CB-13437
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Affects Versions: cordova-ios@4.4.0
> Environment: iOS 11.0.3
> cordova-ios 4.4.0
> cordova-plugin-camera 2.4.1
>Reporter: Spencer Hehl
>Priority: Minor
>
> On iOS 10.3.3 there was no issue with using the option savetophotoalbum. Upon 
> upgrading to iOS 11 that option now causes the app to crash after selecting 
> "use photo" for a freshly captured image.
> Other things i've noticed while troubleshooting:
> 1. The permissions for the camera seem to be different between iOS 10.3.3 and 
> iOS 11. I have not been asked to allow permissions to the photos. Not when 
> taking a photo nor when uploading from the photo library.
> 2. because of the above, when i look under my app in settings, it only shows 
> permissions for the camera. on iOS 10.3.3 it showed permissions for both 
> camera and photo



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-13439) CDVLaunchScreen.storyboard has wrong constraint to support iPhone X

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile closed CB-13439.
-
Resolution: Duplicate

Closing as duplicate of CB-13411

> CDVLaunchScreen.storyboard has wrong constraint to support iPhone X
> ---
>
> Key: CB-13439
> URL: https://issues.apache.org/jira/browse/CB-13439
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios, cordova-plugin-splashscreen
>Affects Versions: cordova-ios 4.5.0
> Environment: cordova-plugin-splashscreen 4.0.3
>Reporter: Roberto De Simone
>Assignee: Suraj Pindoria
> Attachments: Screen Shot 2017-10-13 at 10.50.08.png
>
>
> In order to support the iPhone X correctly, the constraint 
> LaunchStoryboard.bottom must be modified.
> The Second item must be "Superview.Bottom" (now it is Bottom Layout 
> Guide.Top). See also screen shot for modification.
> Otherwise the Launchscreen will not cover the full screen. Additionally it 
> will make a jump when the splash screen appears.
> Making the mentioned modification will work also for the other phone models 
> (tested with iPhone SE, 8, 8 Plus and X Simulators).  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Comment Edited] (CB-13414) Space in App name is gone on iOS 11

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile edited comment on CB-13414 at 10/14/17 11:28 AM:
--

is it an iOS 11 thing? I have the same behavior on iOS 10.
Have you updated your Cordova version recently?

EDIT. sorry, on iOS 10 there was a space, but it was very small.

This is an iOS 11 bug (or feature). 
For now a workaround is to replace spaces with {code} {code}
https://stackoverflow.com/questions/46337691/bundle-display-name-missing-space-characters


was (Author: jcesarmobile):
is it an iOS 11 thing? I have the same behavior on iOS 10.
Have you updated your Cordova version recently?

EDIT. sorry, on iOS 10 there was a space, but it was very small.

This is an iOS 11 bug (or feature). 
For now a workaround is to replace spaces with  
https://stackoverflow.com/questions/46337691/bundle-display-name-missing-space-characters

> Space in App name is gone on iOS 11
> ---
>
> Key: CB-13414
> URL: https://issues.apache.org/jira/browse/CB-13414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-lib
>Affects Versions: 7.0.0
>Reporter: Dennis Patzer
>
> For some odd reason the space in my app name is gone while deploying to iOS, 
> i.e. "My App" is transformed to "MyApp" :-(
> Is it a bug?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Assigned] (CB-13394) iPhone X StatusBar rendering in landscape

2017-10-14 Thread jcesarmobile (JIRA)

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

jcesarmobile reassigned CB-13394:
-

Assignee: jcesarmobile

> iPhone X StatusBar rendering in landscape
> -
>
> Key: CB-13394
> URL: https://issues.apache.org/jira/browse/CB-13394
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-statusbar
>Affects Versions: cordova-ios 4.5.0
> Environment: iPhone X, iOS11 landscape mode
>Reporter: Dan Field
>Assignee: jcesarmobile
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When rotating the iPhone X into landscape mode, a thick bar with no status 
> indicators is rendered that covers content in the web view.  Default 
> applications on the phone hide the status bar when in landscape; this seems 
> to be the preferable solution, as the landscape statusbar shows no 
> information to the user.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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