[jira] [Updated] (CB-10465) cordova.raw.emulate fires a cordova.raw.prepare with incorrect arguments

2016-01-28 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-10465:
---
Affects Version/s: (was: 3.5.0)
   5.4.1

> cordova.raw.emulate fires a cordova.raw.prepare with incorrect arguments
> 
>
> Key: CB-10465
> URL: https://issues.apache.org/jira/browse/CB-10465
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 5.4.1
>Reporter: Manuel Martiarena
>  Labels: cordova-lib
>
> All cordova.raw command now need to be called with arguments like this ticket 
> expains: https://issues.apache.org/jira/browse/CB-9987.
> Unfortunately the raw emulate command executes the raw prepare with the wrong 
> structure of arguments, with the side effect that if you want to emulate only 
> iOS, the other configured projects will also be add/checked/prepared.
> emulate.js calls it like this: 
> return require('./cordova').raw.prepare(options.platforms);
> https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/emulate.js
>  line 36
> But the argument should be an object with a key named platforms. like so:
> return require('./cordova').raw.prepare({platforms: options.platforms}); 



--
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-10465) cordova.raw.emulate fires a cordova.raw.prepare with incorrect arguments

2016-01-28 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-10465:
---
Description: 
All cordova.raw command now need to be called with arguments like this ticket 
expains: https://issues.apache.org/jira/browse/CB-9987.

Unfortunately the raw emulate command executes the raw prepare with the wrong 
structure of arguments, with the side effect that if you want to emulate only 
iOS, the other configured projects will also be add/checked/prepared.

emulate.js calls it like this: 
return require('./cordova').raw.prepare(options.platforms);
https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/emulate.js
 line 36

But the argument should be an object with a key named platforms. like so:
return require('./cordova').raw.prepare({platforms: options.platforms}); 

  was:
All cordova.raw command now need to be called with arguments like this ticket 
expains: https://issues.apache.org/jira/browse/CB-9987.

Unfortunately the raw emulate command executes the raw prepare with the wrong 
structure of arguments, with the side effect that if you want to emulate only 
iOS, the other configured projects will also be add/checked/prepared.

emulate.js calls it like this: return 
require('./cordova').raw.prepare(options.platforms);
https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/emulate.js
 line 36

But the argument should be an object with a key named platforms. like so:
return require('./cordova').raw.prepare({platforms: options.platforms}); 


> cordova.raw.emulate fires a cordova.raw.prepare with incorrect arguments
> 
>
> Key: CB-10465
> URL: https://issues.apache.org/jira/browse/CB-10465
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 3.5.0
>Reporter: Manuel Martiarena
>  Labels: cordova-lib
>
> All cordova.raw command now need to be called with arguments like this ticket 
> expains: https://issues.apache.org/jira/browse/CB-9987.
> Unfortunately the raw emulate command executes the raw prepare with the wrong 
> structure of arguments, with the side effect that if you want to emulate only 
> iOS, the other configured projects will also be add/checked/prepared.
> emulate.js calls it like this: 
> return require('./cordova').raw.prepare(options.platforms);
> https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/emulate.js
>  line 36
> But the argument should be an object with a key named platforms. like so:
> return require('./cordova').raw.prepare({platforms: options.platforms}); 



--
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-10465) cordova.raw.emulate fires a cordova.raw.prepare with incorrect arguments

2016-01-28 Thread Manuel Martiarena (JIRA)
Manuel Martiarena created CB-10465:
--

 Summary: cordova.raw.emulate fires a cordova.raw.prepare with 
incorrect arguments
 Key: CB-10465
 URL: https://issues.apache.org/jira/browse/CB-10465
 Project: Apache Cordova
  Issue Type: Bug
Affects Versions: 3.5.0
Reporter: Manuel Martiarena


All cordova.raw command now need to be called with arguments like this ticket 
expains: https://issues.apache.org/jira/browse/CB-9987.

Unfortunately the raw emulate command executes the raw prepare with the wrong 
structure of arguments, with the side effect that if you want to emulate only 
iOS, the other configured projects will also be add/checked/prepared.

emulate.js calls it like this: return 
require('./cordova').raw.prepare(options.platforms);
https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/emulate.js
 line 36

But the argument should be an object with a key named platforms. like so:
return require('./cordova').raw.prepare({platforms: options.platforms}); 



--
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-9684) Viewport inconsistency between iOS8 and iOS9

2015-11-20 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena commented on CB-9684:
---

Adding 'shrink-to-fit=no' does not fix the issue in this particular viewport 
configuration

> Viewport inconsistency between iOS8 and iOS9
> 
>
> Key: CB-9684
> URL: https://issues.apache.org/jira/browse/CB-9684
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode 7
> iPhone 5 iOS8.4 Simulator
> iPhone 5 iOS9.0 Simulator 
>Reporter: Manuel Martiarena
>  Labels: iOS9
> Attachments: Simulator_iPhone5_iOS8.png, Simulator_iPhone5_iOS9.png
>
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width:
> 
> 3. Launch app, and rotate device to trigger rescaling
> 4. Scale in iOS8 result different than in iOS9



--
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-10040) Compile Error in InAppBrowser Plugin for iOS - No known instance method for selector 'URLIsWhitelisted:'

2015-11-19 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena commented on CB-10040:


It is ok like that [~shazron], no need to fix the attribution. Thank you very 
much for the quick review and commit :).

> Compile Error in InAppBrowser Plugin for iOS - No known instance method for 
> selector 'URLIsWhitelisted:'
> 
>
> Key: CB-10040
> URL: https://issues.apache.org/jira/browse/CB-10040
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser
>Affects Versions: 4.0.0
> Environment: OS X 10.11.1, Xcode 7.1.1, iOS 9.1
>Reporter: Inderpreet
>Assignee: Shazron Abdullah
>  Labels: Triaged, cordova-ios-4.0.x, cordova-plugin-inappbrowser, 
> ios
> Attachments: CB-10040V1.patch, CB-10040V2.patch
>
>
> While working with cordova-ios branch 
> (https://github.com/apache/cordova-ios.git#master) we are facing a compile 
> error in InAppBrowser 
> Plugin(https://github.com/apache/cordova-plugin-inappbrowser.git#master), it 
> can be due to the recent update to cordova-ios i.e. iOS whitelist removal 
> CB-9972 
> Error details : CDVInAppBrowser.m:231:31: No known instance method for 
> selector 'URLIsWhitelisted:'



--
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-9754) Images.xcassets two warnings

2015-10-08 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena edited comment on CB-9754 at 10/8/15 9:49 AM:


Modified project template launch image and icons content.json in patch file
Waiting for review


was (Author: martias0):
Modified project template launch image and icons content.json

> Images.xcassets two warnings
> 
>
> Key: CB-9754
> URL: https://issues.apache.org/jira/browse/CB-9754
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: iOS 9, Xcode 7
>Reporter: Shazron Abdullah
>  Labels: cordova-ios-4.0.x
> Attachments: CB-9754.patch, icon-sm...@3x.png
>
>
> Images.xcassets: The app icon set "AppIcon" has 2 unassigned children.
> Images.xcassets: LaunchImage.launchimage/Default@2x~iphone.png is 640x960 but 
> should be 640x1136.



--
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-9754) Images.xcassets two warnings

2015-10-08 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9754:
--
Assignee: (was: Manuel Martiarena)

> Images.xcassets two warnings
> 
>
> Key: CB-9754
> URL: https://issues.apache.org/jira/browse/CB-9754
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: iOS 9, Xcode 7
>Reporter: Shazron Abdullah
>  Labels: cordova-ios-4.0.x
> Attachments: CB-9754.patch, icon-sm...@3x.png
>
>
> Images.xcassets: The app icon set "AppIcon" has 2 unassigned children.
> Images.xcassets: LaunchImage.launchimage/Default@2x~iphone.png is 640x960 but 
> should be 640x1136.



--
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-9754) Images.xcassets two warnings

2015-10-08 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9754:
--
Attachment: icon-sm...@3x.png
CB-9754.patch

Modified project template launch image and icons content.json

> Images.xcassets two warnings
> 
>
> Key: CB-9754
> URL: https://issues.apache.org/jira/browse/CB-9754
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: iOS 9, Xcode 7
>Reporter: Shazron Abdullah
>Assignee: Manuel Martiarena
>  Labels: cordova-ios-4.0.x
> Attachments: CB-9754.patch, icon-sm...@3x.png
>
>
> Images.xcassets: The app icon set "AppIcon" has 2 unassigned children.
> Images.xcassets: LaunchImage.launchimage/Default@2x~iphone.png is 640x960 but 
> should be 640x1136.



--
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] [Assigned] (CB-9754) Images.xcassets two warnings

2015-10-07 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena reassigned CB-9754:
-

Assignee: Manuel Martiarena

> Images.xcassets two warnings
> 
>
> Key: CB-9754
> URL: https://issues.apache.org/jira/browse/CB-9754
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
> Environment: iOS 9, Xcode 7
>Reporter: Shazron Abdullah
>Assignee: Manuel Martiarena
>  Labels: cordova-ios-4.0.x
>
> Images.xcassets: The app icon set "AppIcon" has 2 unassigned children.
> Images.xcassets: LaunchImage.launchimage/Default@2x~iphone.png is 640x960 but 
> should be 640x1136.



--
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-9762) App icon and Launch image for iPad Pro

2015-10-07 Thread Manuel Martiarena (JIRA)
Manuel Martiarena created CB-9762:
-

 Summary: App icon and Launch image for iPad Pro
 Key: CB-9762
 URL: https://issues.apache.org/jira/browse/CB-9762
 Project: Apache Cordova
  Issue Type: Task
  Components: iOS
Affects Versions: 4.0.0
Reporter: Manuel Martiarena


Provide app icon image and launch image for iPad Pro
iPad Pro (@2x) App icon required 167x167
iPad Pro (@2x) Launch image required 2048 x 2732 (portrait)
2732 x 2048 (landscape)

https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html



--
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-9730) Invalid build.json example on the iOS Shell Tool Guide

2015-10-02 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9730:
--
Assignee: (was: Manuel Martiarena)

> Invalid build.json example on the iOS Shell Tool Guide
> --
>
> Key: CB-9730
> URL: https://issues.apache.org/jira/browse/CB-9730
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs, iOS
>Reporter: jcesarmobile
> Attachments: CB-9730.patch
>
>
> on the iOS Shell Tool Guide, on the Signing the App section, the example of 
> the build.json is not a valid JSON
> https://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#iOS%20Shell%20Tool%20Guide
> {code}
> {
>  "ios": {
>  "debug": {
>  "codeSignIdentitiy": "iPhone Development",
>  "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954",
>  },
>  "release": {
>  "codeSignIdentitiy": "iPhone Distribution"
>  "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306",
>  }
>  }
>  }
> {code}
> Should be 
> {code}
> {
> "ios": {
> "debug": {
> "codeSignIdentitiy": "iPhone Development",
> "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954"
> },
> "release": {
> "codeSignIdentitiy": "iPhone Distribution",
> "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306"
> }
> }
> }
> {code}



--
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-9730) Invalid build.json example on the iOS Shell Tool Guide

2015-10-02 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9730:
--
Attachment: CB-9730.patch

Fixed JSON format on docs/de/edge/guide/platforms/ios/tools.md file.
Removed unnecessary white spaces also 

> Invalid build.json example on the iOS Shell Tool Guide
> --
>
> Key: CB-9730
> URL: https://issues.apache.org/jira/browse/CB-9730
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs, iOS
>Reporter: jcesarmobile
>Assignee: Manuel Martiarena
> Attachments: CB-9730.patch
>
>
> on the iOS Shell Tool Guide, on the Signing the App section, the example of 
> the build.json is not a valid JSON
> https://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#iOS%20Shell%20Tool%20Guide
> {code}
> {
>  "ios": {
>  "debug": {
>  "codeSignIdentitiy": "iPhone Development",
>  "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954",
>  },
>  "release": {
>  "codeSignIdentitiy": "iPhone Distribution"
>  "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306",
>  }
>  }
>  }
> {code}
> Should be 
> {code}
> {
> "ios": {
> "debug": {
> "codeSignIdentitiy": "iPhone Development",
> "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954"
> },
> "release": {
> "codeSignIdentitiy": "iPhone Distribution",
> "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306"
> }
> }
> }
> {code}



--
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-9730) Invalid build.json example on the iOS Shell Tool Guide

2015-10-02 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena edited comment on CB-9730 at 10/2/15 10:54 AM:
-

Fixed JSON format on docs/de/edge/guide/platforms/ios/tools.md file for all 
languages available.
Removed unnecessary white spaces also 


was (Author: martias0):
Fixed JSON format on docs/de/edge/guide/platforms/ios/tools.md file.
Removed unnecessary white spaces also 

> Invalid build.json example on the iOS Shell Tool Guide
> --
>
> Key: CB-9730
> URL: https://issues.apache.org/jira/browse/CB-9730
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs, iOS
>Reporter: jcesarmobile
>Assignee: Manuel Martiarena
> Attachments: CB-9730.patch
>
>
> on the iOS Shell Tool Guide, on the Signing the App section, the example of 
> the build.json is not a valid JSON
> https://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#iOS%20Shell%20Tool%20Guide
> {code}
> {
>  "ios": {
>  "debug": {
>  "codeSignIdentitiy": "iPhone Development",
>  "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954",
>  },
>  "release": {
>  "codeSignIdentitiy": "iPhone Distribution"
>  "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306",
>  }
>  }
>  }
> {code}
> Should be 
> {code}
> {
> "ios": {
> "debug": {
> "codeSignIdentitiy": "iPhone Development",
> "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954"
> },
> "release": {
> "codeSignIdentitiy": "iPhone Distribution",
> "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306"
> }
> }
> }
> {code}



--
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] [Assigned] (CB-9730) Invalid build.json example on the iOS Shell Tool Guide

2015-10-02 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena reassigned CB-9730:
-

Assignee: Manuel Martiarena

> Invalid build.json example on the iOS Shell Tool Guide
> --
>
> Key: CB-9730
> URL: https://issues.apache.org/jira/browse/CB-9730
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs, iOS
>Reporter: jcesarmobile
>Assignee: Manuel Martiarena
>
> on the iOS Shell Tool Guide, on the Signing the App section, the example of 
> the build.json is not a valid JSON
> https://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#iOS%20Shell%20Tool%20Guide
> {code}
> {
>  "ios": {
>  "debug": {
>  "codeSignIdentitiy": "iPhone Development",
>  "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954",
>  },
>  "release": {
>  "codeSignIdentitiy": "iPhone Distribution"
>  "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306",
>  }
>  }
>  }
> {code}
> Should be 
> {code}
> {
> "ios": {
> "debug": {
> "codeSignIdentitiy": "iPhone Development",
> "provisioningProfile": "926c2bd6-8de9-4c2f-8407-1016d2d12954"
> },
> "release": {
> "codeSignIdentitiy": "iPhone Distribution",
> "provisioningProfile": "70f699ad-faf1-4adE-8fea-9d84738fb306"
> }
> }
> }
> {code}



--
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-9726) Update minimum Deployment Target to iOS 8.0

2015-10-01 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9726:
--
Attachment: CB-9726.patch

Changed IPHONEOS_DEPLOYMENT_TARGET = 7.0 to 8.0 in 
bin/templates/scripts/cordova/build.xcconfig file

passes all tests

> Update minimum Deployment Target to iOS 8.0
> ---
>
> Key: CB-9726
> URL: https://issues.apache.org/jira/browse/CB-9726
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Manuel Martiarena
>  Labels: cordova-ios-4.0.x
> Attachments: CB-9726.patch
>
>
> Update to 8.0
> https://github.com/apache/cordova-ios/blob/ca07a7153e2afd6e5a1239806151c69d80758245/bin/templates/scripts/cordova/build.xcconfig#L26
> This is per ML consensus



--
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] [Assigned] (CB-9726) Update minimum Deployment Target to iOS 8.0

2015-10-01 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena reassigned CB-9726:
-

Assignee: Manuel Martiarena

> Update minimum Deployment Target to iOS 8.0
> ---
>
> Key: CB-9726
> URL: https://issues.apache.org/jira/browse/CB-9726
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Manuel Martiarena
>  Labels: cordova-ios-4.0.x
>
> Update to 8.0
> https://github.com/apache/cordova-ios/blob/ca07a7153e2afd6e5a1239806151c69d80758245/bin/templates/scripts/cordova/build.xcconfig#L26
> This is per ML consensus



--
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-9670) mobilespec test failures on iOS 9 + WKWebView

2015-10-01 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9670:
--
Assignee: (was: Manuel Martiarena)

> mobilespec test failures on iOS 9 + WKWebView
> -
>
> Key: CB-9670
> URL: https://issues.apache.org/jira/browse/CB-9670
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, mobile-spec, Plugin Contacts
>Affects Versions: Master
> Environment: iOS 9
>Reporter: Edna Morales
>  Labels: cordova-ios-4.0.x
> Attachments: storage.spec.18.patch
>
>
> The following tests are failing on master iOS 9 with 
> cordova-plugin-wkwebview-engine installed:
> -XMLHttpRequest.spec.4 should be able to load the parent page ../index.html
>-Expected spy onError not to have been called
> -Session Storage HTML 5 Storage HTML 5 Storage storage.spec.18 Should be able 
> to create and drop tables
> -Contacts find method with newly-created contact contacts.spec.6 should be 
> able to find a contact by name
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.20 should be able to save a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.21 update a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts Round trip Contact tests (creating + save + delete + find). 
> contacts.spec.24 Creating, saving, finding a contact should work, removing it 
> should work, after which we should not be able to find it, and we should not 
> be able to delete it again.



--
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-9670) mobilespec test failures on iOS 9 + WKWebView

2015-10-01 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9670:
--
Attachment: storage.spec.18.patch

> mobilespec test failures on iOS 9 + WKWebView
> -
>
> Key: CB-9670
> URL: https://issues.apache.org/jira/browse/CB-9670
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, mobile-spec, Plugin Contacts
>Affects Versions: Master
> Environment: iOS 9
>Reporter: Edna Morales
>Assignee: Manuel Martiarena
>  Labels: cordova-ios-4.0.x
> Attachments: storage.spec.18.patch
>
>
> The following tests are failing on master iOS 9 with 
> cordova-plugin-wkwebview-engine installed:
> -XMLHttpRequest.spec.4 should be able to load the parent page ../index.html
>-Expected spy onError not to have been called
> -Session Storage HTML 5 Storage HTML 5 Storage storage.spec.18 Should be able 
> to create and drop tables
> -Contacts find method with newly-created contact contacts.spec.6 should be 
> able to find a contact by name
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.20 should be able to save a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.21 update a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts Round trip Contact tests (creating + save + delete + find). 
> contacts.spec.24 Creating, saving, finding a contact should work, removing it 
> should work, after which we should not be able to find it, and we should not 
> be able to delete it again.



--
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-9670) mobilespec test failures on iOS 9 + WKWebView

2015-09-29 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena commented on CB-9670:
---

About the contacts test fails
I have pinpointed spec.20, 21 and 24 failure until 
cordova-plugin-contacts/www/Contact.js file
In function Contact.prototype.save = function(successCB, errorCB)
If the following line is changed from 
var dupContact = convertOut(utils.clone(this));
to
var dupContact = convertOut(this);
There are no errors
For some reason utils.clone() is not behaving as expected in WKWebView






> mobilespec test failures on iOS 9 + WKWebView
> -
>
> Key: CB-9670
> URL: https://issues.apache.org/jira/browse/CB-9670
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, mobile-spec, Plugin Contacts
>Affects Versions: Master
> Environment: iOS 9
>Reporter: Edna Morales
>Assignee: Manuel Martiarena
>  Labels: cordova-ios-4.0.x
>
> The following tests are failing on master iOS 9 with 
> cordova-plugin-wkwebview-engine installed:
> -XMLHttpRequest.spec.4 should be able to load the parent page ../index.html
>-Expected spy onError not to have been called
> -Session Storage HTML 5 Storage HTML 5 Storage storage.spec.18 Should be able 
> to create and drop tables
> -Contacts find method with newly-created contact contacts.spec.6 should be 
> able to find a contact by name
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.20 should be able to save a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.21 update a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts Round trip Contact tests (creating + save + delete + find). 
> contacts.spec.24 Creating, saving, finding a contact should work, removing it 
> should work, after which we should not be able to find it, and we should not 
> be able to delete it again.



--
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] [Assigned] (CB-9670) mobilespec test failures on iOS 9 + WKWebView

2015-09-25 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena reassigned CB-9670:
-

Assignee: Manuel Martiarena

> mobilespec test failures on iOS 9 + WKWebView
> -
>
> Key: CB-9670
> URL: https://issues.apache.org/jira/browse/CB-9670
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, mobile-spec, Plugin Contacts
>Affects Versions: Master
> Environment: iOS 9
>Reporter: Edna Morales
>Assignee: Manuel Martiarena
>  Labels: cordova-ios-4.0.x
>
> The following tests are failing on master iOS 9 with 
> cordova-plugin-wkwebview-engine installed:
> -XMLHttpRequest.spec.4 should be able to load the parent page ../index.html
>-Expected spy onError not to have been called
> -Session Storage HTML 5 Storage HTML 5 Storage storage.spec.18 Should be able 
> to create and drop tables
> -Contacts find method with newly-created contact contacts.spec.6 should be 
> able to find a contact by name
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.20 should be able to save a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.21 update a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts Round trip Contact tests (creating + save + delete + find). 
> contacts.spec.24 Creating, saving, finding a contact should work, removing it 
> should work, after which we should not be able to find it, and we should not 
> be able to delete it again.



--
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-9670) mobilespec test failures on iOS 9 + WKWebView

2015-09-25 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena commented on CB-9670:
---

About
-Session Storage HTML 5 Storage HTML 5 Storage storage.spec.18 Should be able 
to create and drop tables
It seems that Web SQL is not enabled in the WKWebView
WKWebView: openDatabase results in DOM Exception 18 
https://bugs.webkit.org/show_bug.cgi?id=137760

> mobilespec test failures on iOS 9 + WKWebView
> -
>
> Key: CB-9670
> URL: https://issues.apache.org/jira/browse/CB-9670
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, mobile-spec, Plugin Contacts
>Affects Versions: Master
> Environment: iOS 9
>Reporter: Edna Morales
>  Labels: cordova-ios-4.0.x
>
> The following tests are failing on master iOS 9 with 
> cordova-plugin-wkwebview-engine installed:
> -XMLHttpRequest.spec.4 should be able to load the parent page ../index.html
>-Expected spy onError not to have been called
> -Session Storage HTML 5 Storage HTML 5 Storage storage.spec.18 Should be able 
> to create and drop tables
> -Contacts find method with newly-created contact contacts.spec.6 should be 
> able to find a contact by name
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.20 should be able to save a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts save method contacts.spec.21 update a contact
> -DataCloneError: DataCloneError: DOM Exception 25
> -Contacts Round trip Contact tests (creating + save + delete + find). 
> contacts.spec.24 Creating, saving, finding a contact should work, removing it 
> should work, after which we should not be able to find it, and we should not 
> be able to delete it again.



--
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-8088) Viewport fails to scale after showing keyboard

2015-09-24 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-8088:
--
Assignee: (was: Manuel Martiarena)

> Viewport fails to scale after showing keyboard
> --
>
> Key: CB-8088
> URL: https://issues.apache.org/jira/browse/CB-8088
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
>Reporter: Ryan Willoughby
>  Labels: cordova-ios-4.0.x, ios, keyboard, viewport
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width. Here's my viewport:
> 
> 3. Launch app, and rotate device to trigger rescaling. Works.
> 4. Focus on an input to show the keyboard. Hide the keyboard.
> 5. Rotate device to trigger rescaling. Doesn't rescale.



--
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-8088) Viewport fails to scale after showing keyboard

2015-09-24 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena commented on CB-8088:
---

[~rwildabeast] Have you tried adding maximum-scale=1, minimum-scale=1 to the 
meta? 


> Viewport fails to scale after showing keyboard
> --
>
> Key: CB-8088
> URL: https://issues.apache.org/jira/browse/CB-8088
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
>Reporter: Ryan Willoughby
>Assignee: Manuel Martiarena
>  Labels: cordova-ios-4.0.x, ios, keyboard, viewport
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width. Here's my viewport:
> 
> 3. Launch app, and rotate device to trigger rescaling. Works.
> 4. Focus on an input to show the keyboard. Hide the keyboard.
> 5. Rotate device to trigger rescaling. Doesn't rescale.



--
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] [Issue Comment Deleted] (CB-9684) Viewport inconsistency between iOS8 and iOS9

2015-09-23 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9684:
--
Comment: was deleted

(was: Found this issue while working on this ticket)

> Viewport inconsistency between iOS8 and iOS9
> 
>
> Key: CB-9684
> URL: https://issues.apache.org/jira/browse/CB-9684
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode 7
> iPhone 5 iOS8.4 Simulator
> iPhone 5 iOS9.0 Simulator 
>Reporter: Manuel Martiarena
>  Labels: iOS9
> Attachments: Simulator_iPhone5_iOS8.png, Simulator_iPhone5_iOS9.png
>
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width:
> 
> 3. Launch app, and rotate device to trigger rescaling
> 4. Scale in iOS8 result different than in iOS9



--
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-9684) Viewport inconsistency between iOS8 and iOS9

2015-09-23 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena commented on CB-9684:
---

Found this issue while working on this ticket

> Viewport inconsistency between iOS8 and iOS9
> 
>
> Key: CB-9684
> URL: https://issues.apache.org/jira/browse/CB-9684
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode 7
> iPhone 5 iOS8.4 Simulator
> iPhone 5 iOS9.0 Simulator 
>Reporter: Manuel Martiarena
>  Labels: iOS9
> Attachments: Simulator_iPhone5_iOS8.png, Simulator_iPhone5_iOS9.png
>
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width:
> 
> 3. Launch app, and rotate device to trigger rescaling
> 4. Scale in iOS8 result different than in iOS9



--
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-9684) Viewport inconsistency between iOS8 and iOS9

2015-09-23 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9684:
--
Summary: Viewport inconsistency between iOS8 and iOS9  (was: Viewport fails 
to scale in iOS9)

> Viewport inconsistency between iOS8 and iOS9
> 
>
> Key: CB-9684
> URL: https://issues.apache.org/jira/browse/CB-9684
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode 7
> iPhone 5 iOS8.4 Simulator
> iPhone 5 iOS9.0 Simulator 
>Reporter: Manuel Martiarena
>  Labels: iOS9
> Attachments: Simulator_iPhone5_iOS8.png, Simulator_iPhone5_iOS9.png
>
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width:
> 
> 3. Launch app, and rotate device to trigger rescaling
> 4. Does not rescale on iOS9



--
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-9684) Viewport inconsistency between iOS8 and iOS9

2015-09-23 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9684:
--
Description: 
1. Enable viewport scaling using the following config.xml preference:

2. Set viewport width to device-width:

3. Launch app, and rotate device to trigger rescaling
4. Scale in iOS8 result different than in iOS9

  was:
1. Enable viewport scaling using the following config.xml preference:

2. Set viewport width to device-width:

3. Launch app, and rotate device to trigger rescaling
4. Does not rescale on iOS9


> Viewport inconsistency between iOS8 and iOS9
> 
>
> Key: CB-9684
> URL: https://issues.apache.org/jira/browse/CB-9684
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode 7
> iPhone 5 iOS8.4 Simulator
> iPhone 5 iOS9.0 Simulator 
>Reporter: Manuel Martiarena
>  Labels: iOS9
> Attachments: Simulator_iPhone5_iOS8.png, Simulator_iPhone5_iOS9.png
>
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width:
> 
> 3. Launch app, and rotate device to trigger rescaling
> 4. Scale in iOS8 result different than in iOS9



--
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-9671) Remove installation of ios-sim from travis.yml

2015-09-21 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena commented on CB-9671:
---

You can use the mail in my JIRA profile. 

> Remove installation of ios-sim from travis.yml
> --
>
> Key: CB-9671
> URL: https://issues.apache.org/jira/browse/CB-9671
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>  Labels: cordova-ios-4.0.x
> Attachments: CB-9671.patch
>
>
> ios-sim 5.x is included now with the platform.



--
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-9684) Viewport fails to scale in iOS9

2015-09-21 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena edited comment on CB-9684 at 9/21/15 10:17 AM:
-

Attached screenshots for iOS8 and iOS9 simulator


was (Author: martias0):
Attached result on iOS8 simulator

> Viewport fails to scale in iOS9
> ---
>
> Key: CB-9684
> URL: https://issues.apache.org/jira/browse/CB-9684
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode 7
> iPhone 5 iOS8.4 Simulator
> iPhone 5 iOS9.0 Simulator 
>Reporter: Manuel Martiarena
>  Labels: iOS9
> Attachments: Simulator_iPhone5_iOS8.png, Simulator_iPhone5_iOS9.png
>
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width:
> 
> 3. Launch app, and rotate device to trigger rescaling
> 4. Does not rescale on iOS9



--
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] [Issue Comment Deleted] (CB-9684) Viewport fails to scale in iOS9

2015-09-21 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9684:
--
Comment: was deleted

(was: Attached result on iOS9 simulator)

> Viewport fails to scale in iOS9
> ---
>
> Key: CB-9684
> URL: https://issues.apache.org/jira/browse/CB-9684
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode 7
> iPhone 5 iOS8.4 Simulator
> iPhone 5 iOS9.0 Simulator 
>Reporter: Manuel Martiarena
>  Labels: iOS9
> Attachments: Simulator_iPhone5_iOS8.png, Simulator_iPhone5_iOS9.png
>
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width:
> 
> 3. Launch app, and rotate device to trigger rescaling
> 4. Does not rescale on iOS9



--
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-9684) Viewport fails to scale in iOS9

2015-09-21 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9684:
--
Attachment: Simulator_iPhone5_iOS9.png

Attached result on iOS9 simulator

> Viewport fails to scale in iOS9
> ---
>
> Key: CB-9684
> URL: https://issues.apache.org/jira/browse/CB-9684
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode 7
> iPhone 5 iOS8.4 Simulator
> iPhone 5 iOS9.0 Simulator 
>Reporter: Manuel Martiarena
>  Labels: iOS9
> Attachments: Simulator_iPhone5_iOS8.png, Simulator_iPhone5_iOS9.png
>
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width:
> 
> 3. Launch app, and rotate device to trigger rescaling
> 4. Does not rescale on iOS9



--
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-9684) Viewport fails to scale in iOS9

2015-09-21 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9684:
--
Attachment: Simulator_iPhone5_iOS8.png

Attached result on iOS8 simulator

> Viewport fails to scale in iOS9
> ---
>
> Key: CB-9684
> URL: https://issues.apache.org/jira/browse/CB-9684
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode 7
> iPhone 5 iOS8.4 Simulator
> iPhone 5 iOS9.0 Simulator 
>Reporter: Manuel Martiarena
>  Labels: iOS9
> Attachments: Simulator_iPhone5_iOS8.png
>
>
> 1. Enable viewport scaling using the following config.xml preference:
> 
> 2. Set viewport width to device-width:
> 
> 3. Launch app, and rotate device to trigger rescaling
> 4. Does not rescale on iOS9



--
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-9684) Viewport fails to scale in iOS9

2015-09-21 Thread Manuel Martiarena (JIRA)
Manuel Martiarena created CB-9684:
-

 Summary: Viewport fails to scale in iOS9
 Key: CB-9684
 URL: https://issues.apache.org/jira/browse/CB-9684
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 4.0.0
 Environment: Xcode 7
iPhone 5 iOS8.4 Simulator
iPhone 5 iOS9.0 Simulator 
Reporter: Manuel Martiarena


1. Enable viewport scaling using the following config.xml preference:

2. Set viewport width to device-width:

3. Launch app, and rotate device to trigger rescaling
4. Does not rescale on iOS9



--
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-9671) Remove installation of ios-sim from travis.yml

2015-09-18 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena edited comment on CB-9671 at 9/18/15 10:16 AM:
-

Removed - npm install ios-sim from .travis.yml file. Run npm install
and npm test with no errors.

Patch file attached


was (Author: martias0):
Removed - npm install ios-sim from .travis.yml file. Run npm install
and npm test with no errors.

diff --git a/.travis.yml b/.travis.yml
index 31a8812..ba2b994 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,5 @@ language: objective-c
 sudo: false
 install:
 - npm install
-- npm install ios-sim
 - npm install ios-deploy
 script: "npm test"
\ No newline at end of file

> Remove installation of ios-sim from travis.yml
> --
>
> Key: CB-9671
> URL: https://issues.apache.org/jira/browse/CB-9671
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>  Labels: cordova-ios-4.0.x
> Attachments: CB-9671.patch
>
>
> ios-sim 5.x is included now with the platform.



--
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-9671) Remove installation of ios-sim from travis.yml

2015-09-18 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena updated CB-9671:
--
Attachment: CB-9671.patch

> Remove installation of ios-sim from travis.yml
> --
>
> Key: CB-9671
> URL: https://issues.apache.org/jira/browse/CB-9671
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>  Labels: cordova-ios-4.0.x
> Attachments: CB-9671.patch
>
>
> ios-sim 5.x is included now with the platform.



--
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-9671) Remove installation of ios-sim from travis.yml

2015-09-18 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena edited comment on CB-9671 at 9/18/15 10:14 AM:
-

Removed - npm install ios-sim from .travis.yml file. Run npm install
and npm test with no errors.

diff --git a/.travis.yml b/.travis.yml
index 31a8812..ba2b994 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,5 @@ language: objective-c
 sudo: false
 install:
 - npm install
-- npm install ios-sim
 - npm install ios-deploy
 script: "npm test"
\ No newline at end of file


was (Author: martias0):
diff --git a/.travis.yml b/.travis.yml
index 31a8812..ba2b994 100644
Removed - npm install ios-sim from .travis.yml file. Run npm install
and npm test with no errors.

--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,5 @@ language: objective-c
 sudo: false
 install:
 - npm install
-- npm install ios-sim
 - npm install ios-deploy
 script: "npm test"
\ No newline at end of file

> Remove installation of ios-sim from travis.yml
> --
>
> Key: CB-9671
> URL: https://issues.apache.org/jira/browse/CB-9671
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>  Labels: cordova-ios-4.0.x
>
> ios-sim 5.x is included now with the platform.



--
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-9671) Remove installation of ios-sim from travis.yml

2015-09-18 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena edited comment on CB-9671 at 9/18/15 10:13 AM:
-

diff --git a/.travis.yml b/.travis.yml
index 31a8812..ba2b994 100644
Removed - npm install ios-sim from .travis.yml file. Run npm install
and npm test with no errors.

--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,5 @@ language: objective-c
 sudo: false
 install:
 - npm install
-- npm install ios-sim
 - npm install ios-deploy
 script: "npm test"
\ No newline at end of file


was (Author: martias0):
diff --git a/.travis.yml b/.travis.yml
index 31a8812..ba2b994 100644
Removed - npm install ios-sim from .travis.yml file. Run npm install
and npm test with no errors.
This is my first Pull Request for cordova

--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,5 @@ language: objective-c
 sudo: false
 install:
 - npm install
-- npm install ios-sim
 - npm install ios-deploy
 script: "npm test"
\ No newline at end of file

> Remove installation of ios-sim from travis.yml
> --
>
> Key: CB-9671
> URL: https://issues.apache.org/jira/browse/CB-9671
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>  Labels: cordova-ios-4.0.x
>
> ios-sim 5.x is included now with the platform.



--
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-9671) Remove installation of ios-sim from travis.yml

2015-09-18 Thread Manuel Martiarena (JIRA)

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

Manuel Martiarena commented on CB-9671:
---

diff --git a/.travis.yml b/.travis.yml
index 31a8812..ba2b994 100644
Removed - npm install ios-sim from .travis.yml file. Run npm install
and npm test with no errors.
This is my first Pull Request for cordova

--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,5 @@ language: objective-c
 sudo: false
 install:
 - npm install
-- npm install ios-sim
 - npm install ios-deploy
 script: "npm test"
\ No newline at end of file

> Remove installation of ios-sim from travis.yml
> --
>
> Key: CB-9671
> URL: https://issues.apache.org/jira/browse/CB-9671
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Shazron Abdullah
>  Labels: cordova-ios-4.0.x
>
> ios-sim 5.x is included now with the platform.



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