[jira] [Comment Edited] (CB-7633) [iOS 8][SplashScreen] Add support for iPhone 6 and iPhone 6 Plus resolutions

2014-10-20 Thread Angus Bremner (JIRA)

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

Angus Bremner edited comment on CB-7633 at 10/20/14 12:15 PM:
--

Can anyone explain in what capacity does this now support the iPhone 6? I tried 
creating a new project from scratch using Cordova 4.0 and the latest version of 
this plugin still causes the app to launch the iPhone 5 splash image and scale 
up on iPhone 6.  When adding the iOS platform, It would be good if Cordova 
could generate the default splash files under Resources/splash for iPhone 6, so 
it's an easy matter of replacing these files without having to figure out the 
correct file names.

I've noticed that if selecting MainViewController as the Launch Screen File, 
this will display the correct resolution - but the splash is blank to start 
then we get a brief flicker of the actual iPhone 6 splash before it's ready. If 
I use a LaunchImage asset, I get the reverse problem of the splash to start and 
then a delay of blank before device ready. Any advice appreciated.


was (Author: abremner):
Can anyone explain in what capacity does this now support the iPhone 6? I tried 
creating a new project from scratch using Cordova 4.0 and the latest version of 
this plugin still causes the app to launch the iPhone 5 splash image and scale 
up on iPhone 6.  When adding the iOS platform, It would be good if Cordova 
could generate the default splash files under Resources/splash for iPhone 6, so 
it's an easy matter of replacing these files without having to figure out the 
correct file names.

I've noticed that if selecting MainViewController as the Launch Screen File, 
this will display the correct resolution - but the splash is blank to start 
then we get a flicker of the actual iPhone 6 splash before it's ready. For now 
I am using a LaunchImage asset, but this also has a delay of 1 - 2 seconds 
after showing the splash before device ready. Any advice appreciated.

> [iOS 8][SplashScreen] Add support for iPhone 6 and iPhone 6 Plus resolutions
> 
>
> Key: CB-7633
> URL: https://issues.apache.org/jira/browse/CB-7633
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin SplashScreen
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> See https://github.com/apache/cordova-plugin-splashscreen/pull/26



--
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-7633) [iOS 8][SplashScreen] Add support for iPhone 6 and iPhone 6 Plus resolutions

2014-10-20 Thread Angus Bremner (JIRA)

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

Angus Bremner commented on CB-7633:
---

Can anyone explain in what capacity does this now support the iPhone 6? I tried 
creating a new project from scratch using Cordova 4.0 and the latest version of 
this plugin still causes the app to launch the iPhone 5 splash image and scale 
up on iPhone 6.  When adding the iOS platform, It would be good if Cordova 
could generate the default splash files under Resources/splash for iPhone 6, so 
it's an easy matter of replacing these files without having to figure out the 
correct file names.

I've noticed that if selecting MainViewController as the Launch Screen File, 
this will display the correct resolution - but the splash is blank to start 
then we get a flicker of the actual iPhone 6 splash before it's ready. For now 
I am using a LaunchImage asset, but this also has a delay of 1 - 2 seconds 
after showing the splash before device ready. Any advice appreciated.

> [iOS 8][SplashScreen] Add support for iPhone 6 and iPhone 6 Plus resolutions
> 
>
> Key: CB-7633
> URL: https://issues.apache.org/jira/browse/CB-7633
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin SplashScreen
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> See https://github.com/apache/cordova-plugin-splashscreen/pull/26



--
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-6911) [CordovaJS][iOS 8] - "deprecated attempt to access property" errors when accessing anything off window.navigator

2014-09-18 Thread Angus Bremner (JIRA)

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

Angus Bremner commented on CB-6911:
---

"Is there any word on how we can add this to cordova.js without having it 
re-write itself every-time you do a cordova build ios?"

If this is not going to be in the next update, I'd like to know this also.

> [CordovaJS][iOS 8] - "deprecated attempt to access property" errors when 
> accessing anything off window.navigator
> 
>
> Key: CB-6911
> URL: https://issues.apache.org/jira/browse/CB-6911
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CordovaJS
> Environment: iOS 8 beta 5 (device)
>Reporter: Jeff Schilling
>Assignee: Shazron Abdullah
> Fix For: 3.7.0
>
> Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png, Screen Shot 
> 2014-09-04 at 9.30.58 pm.png
>
>
> references to window.navigator.* (platform, geolocation) etc fail with 
> Deprecated attempt to access property 'geolocation' on a non-Navigator object.



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


[jira] [Commented] (CB-6911) [CordovaJS][iOS 8] - "deprecated attempt to access property" errors when accessing anything off window.navigator

2014-09-18 Thread Angus Bremner (JIRA)

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

Angus Bremner commented on CB-6911:
---

Hey Shazron, why is this pushed to 3.7? Can we get it in the 3.6 release? I 
know you say it doesn't cause any issues, but I am certain it is causing 
various js issues in my app.

> [CordovaJS][iOS 8] - "deprecated attempt to access property" errors when 
> accessing anything off window.navigator
> 
>
> Key: CB-6911
> URL: https://issues.apache.org/jira/browse/CB-6911
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CordovaJS
> Environment: iOS 8 beta 5 (device)
>Reporter: Jeff Schilling
>Assignee: Shazron Abdullah
> Fix For: 3.7.0
>
> Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png, Screen Shot 
> 2014-09-04 at 9.30.58 pm.png
>
>
> references to window.navigator.* (platform, geolocation) etc fail with 
> Deprecated attempt to access property 'geolocation' on a non-Navigator object.



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


[jira] [Comment Edited] (CB-6911) iOS 8 - "deprecated attempt to access property" errors when accessing anything off window.navigator

2014-09-09 Thread Angus Bremner (JIRA)

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

Angus Bremner edited comment on CB-6911 at 9/9/14 11:05 AM:


Hi Shazron

Thanks for looking into this. I am trying to see if your patch works, although 
every time I build my cordova.js is overwritten and the fix is removed. Is 
there a way to update this on an existing cordova project?

EDIT: I was able to edit cordova.js directly in Xcode and can also confirm the 
"deprecated attempt to access property" errors no longer appear. Thanks!


was (Author: abremner):
Hi Shazron

Thanks for looking into this. I am trying to see if your patch works, although 
every time I build my cordova.js is overwritten and the fix is removed. Is 
there a way to update this on an existing cordova project? Thanks.

> iOS 8 - "deprecated attempt to access property" errors when accessing 
> anything off window.navigator
> ---
>
> Key: CB-6911
> URL: https://issues.apache.org/jira/browse/CB-6911
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CordovaJS
> Environment: iOS 8 beta 5 (device)
>Reporter: Jeff Schilling
>Assignee: Shazron Abdullah
> Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png, Screen Shot 
> 2014-09-04 at 9.30.58 pm.png
>
>
> references to window.navigator.* (platform, geolocation) etc fail with 
> Deprecated attempt to access property 'geolocation' on a non-Navigator object.



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


[jira] [Commented] (CB-6911) iOS 8 - "deprecated attempt to access property" errors when accessing anything off window.navigator

2014-09-09 Thread Angus Bremner (JIRA)

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

Angus Bremner commented on CB-6911:
---

Hi Shazron

Thanks for looking into this. I am trying to see if your patch works, although 
every time I build my cordova.js is overwritten and the fix is removed. Is 
there a way to update this on an existing cordova project? Thanks.

> iOS 8 - "deprecated attempt to access property" errors when accessing 
> anything off window.navigator
> ---
>
> Key: CB-6911
> URL: https://issues.apache.org/jira/browse/CB-6911
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CordovaJS
> Environment: iOS 8 beta 5 (device)
>Reporter: Jeff Schilling
>Assignee: Shazron Abdullah
> Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png, Screen Shot 
> 2014-09-04 at 9.30.58 pm.png
>
>
> references to window.navigator.* (platform, geolocation) etc fail with 
> Deprecated attempt to access property 'geolocation' on a non-Navigator object.



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


[jira] [Commented] (CB-6911) Geolocation fails in iOS 8

2014-09-04 Thread Angus Bremner (JIRA)

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

Angus Bremner commented on CB-6911:
---

This has been marked as resolved yet I don't believe the original issue in the 
description has been addressed. I have tried Xcode beta 7 with iOS 8 beta 5. I 
have updated the geolocation plugin to include this fix. I have added this 
script that was meant to address the issue

{code}
if (navigator.userAgent === undefined) {
navigator.__defineGetter__('userAgent', function() {
return("Mozilla/5.0 (iPhone; CPU iPhone OS 8_0 like Mac OS X) 
AppleWebKit");
});
}
{code}

I am still getting a large number of errors:
Deprecated attempt to access property 'userAgent' on a non-Navigator object.
Deprecated attempt to access property 'geolocation' on a non-Navigator object.

Screenshot attached.


> Geolocation fails in iOS 8
> --
>
> Key: CB-6911
> URL: https://issues.apache.org/jira/browse/CB-6911
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Geolocation
> Environment: iOS 8 beta 1
>Reporter: Jeff Schilling
>Assignee: Shazron Abdullah
> Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png, Screen Shot 
> 2014-09-04 at 9.30.58 pm.png
>
>
> references to window.navigator.* (platform, geolocation) etc fail with 
> Deprecated attempt to access property 'geolocation' on a non-Navigator object.



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


[jira] [Updated] (CB-6911) Geolocation fails in iOS 8

2014-09-04 Thread Angus Bremner (JIRA)

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

Angus Bremner updated CB-6911:
--
Attachment: Screen Shot 2014-09-04 at 9.30.58 pm.png

> Geolocation fails in iOS 8
> --
>
> Key: CB-6911
> URL: https://issues.apache.org/jira/browse/CB-6911
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Geolocation
> Environment: iOS 8 beta 1
>Reporter: Jeff Schilling
>Assignee: Shazron Abdullah
> Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png, Screen Shot 
> 2014-09-04 at 9.30.58 pm.png
>
>
> references to window.navigator.* (platform, geolocation) etc fail with 
> Deprecated attempt to access property 'geolocation' on a non-Navigator object.



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


[jira] [Comment Edited] (CB-6911) References to window.navigator (iOS 8) fail

2014-09-01 Thread Angus Bremner (JIRA)

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

Angus Bremner edited comment on CB-6911 at 9/1/14 11:15 AM:


I'm still seeing many occurrences of this issue on Cordova 3.5 and iOS 8 beta 
6. Will this be resolved before the iOS 8 release? Screen shot showing some of 
the errors attached.

Also to note, this is preventing the to request to allow location services from 
popping up causing all geoLocation services to fail.


was (Author: abremner):
I'm still seeing many occurrences of this issue on Cordova 3.5 and iOS 8 beta 
6. Will this be resolved before the iOS 8 release? Screen shot showing some of 
the errors attached.

> References to window.navigator (iOS 8) fail
> ---
>
> Key: CB-6911
> URL: https://issues.apache.org/jira/browse/CB-6911
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CordovaJS, iOS
> Environment: iOS 8 beta 1
>Reporter: Jeff Schilling
>Assignee: Shazron Abdullah
> Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png
>
>
> references to window.navigator.* (platform, geolocation) etc fail with 
> Deprecated attempt to access property 'geolocation' on a non-Navigator object.



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


[jira] [Updated] (CB-6911) References to window.navigator (iOS 8) fail

2014-09-01 Thread Angus Bremner (JIRA)

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

Angus Bremner updated CB-6911:
--
Attachment: Screen Shot 2014-09-01 at 9.03.30 pm.png

I'm still seeing many occurrences of this issue on Cordova 3.5 and iOS 8 beta 
6. Will this be resolved before the iOS 8 release? Screen shot showing some of 
the errors attached.

> References to window.navigator (iOS 8) fail
> ---
>
> Key: CB-6911
> URL: https://issues.apache.org/jira/browse/CB-6911
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: CordovaJS, iOS
> Environment: iOS 8 beta 1
>Reporter: Jeff Schilling
>Assignee: Shazron Abdullah
> Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png
>
>
> references to window.navigator.* (platform, geolocation) etc fail with 
> Deprecated attempt to access property 'geolocation' on a non-Navigator object.



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