[jira] [Updated] (CB-13132) iOS: Locking orientation doesn't work after pause/resume

2017-07-31 Thread Sven Tobback (JIRA)

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

Sven Tobback updated CB-13132:
--
Description: 
When rotating an iPhone to landscape 
(window.screen.orientation.lock('landscape')), then pause and resuming the app, 
and rotating the device back to portait 
(window.screen.orientation.lock('portait')), the app stays in landscape.

Sample: 
https://wetransfer.com/downloads/5c7fe8f1a82b9d085252e4ad78f7727f20170731143343/19fbca890a937721c9e724f5680f71b620170731143343/05d394
 

Steps to reproduce:

1. Open app
2. Click "rotate landscape" to set orientation to landscape
3. Pause app
4. Resume app
5. Click "rotate portrait" to set orientation to portrait
6. Nothing happens, app stays in landscape
7. Only after physically "wiggling" the device landscape/portait, the app goes 
into portrait mode.

Same steps without pause/resume doesn't give any issues.[^attachment-name.zip]

  was:
When rotating an iPhone to landscape 
(window.screen.orientation.lock('landscape')), then pause and resuming the app, 
and rotating the device back to portait 
(window.screen.orientation.lock('portait')), the app stays in landscape.

Sample: 
https://wetransfer.com/downloads/5c7fe8f1a82b9d085252e4ad78f7727f20170731143343/19fbca890a937721c9e724f5680f71b620170731143343/05d394
 

Steps to reproduce:

1. Open app
2. Click "rotate landscape" to set orientation to landscape
3. Pause app
4. Resume app
5. Click "rotate portrait" to set orientation to portrait
6. Nothing happens, app stays in landscape
7. Only after wiggling the d

Same steps without pause/resume doesn't give any issues.[^attachment-name.zip]


> iOS: Locking orientation doesn't work after pause/resume
> 
>
> Key: CB-13132
> URL: https://issues.apache.org/jira/browse/CB-13132
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-screen-orientation
>Reporter: Sven Tobback
>Assignee: Vishal Mishra
>
> When rotating an iPhone to landscape 
> (window.screen.orientation.lock('landscape')), then pause and resuming the 
> app, and rotating the device back to portait 
> (window.screen.orientation.lock('portait')), the app stays in landscape.
> Sample: 
> https://wetransfer.com/downloads/5c7fe8f1a82b9d085252e4ad78f7727f20170731143343/19fbca890a937721c9e724f5680f71b620170731143343/05d394
>  
> Steps to reproduce:
> 1. Open app
> 2. Click "rotate landscape" to set orientation to landscape
> 3. Pause app
> 4. Resume app
> 5. Click "rotate portrait" to set orientation to portrait
> 6. Nothing happens, app stays in landscape
> 7. Only after physically "wiggling" the device landscape/portait, the app 
> goes into portrait mode.
> Same steps without pause/resume doesn't give any issues.[^attachment-name.zip]



--
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-13132) iOS: Locking orientation doesn't work after pause/resume

2017-07-31 Thread Sven Tobback (JIRA)
Sven Tobback created CB-13132:
-

 Summary: iOS: Locking orientation doesn't work after pause/resume
 Key: CB-13132
 URL: https://issues.apache.org/jira/browse/CB-13132
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-screen-orientation
Reporter: Sven Tobback
Assignee: Vishal Mishra


When rotating an iPhone to landscape 
(window.screen.orientation.lock('landscape')), then pause and resuming the app, 
and rotating the device back to portait 
(window.screen.orientation.lock('portait')), the app stays in landscape.

Sample: 
https://wetransfer.com/downloads/5c7fe8f1a82b9d085252e4ad78f7727f20170731143343/19fbca890a937721c9e724f5680f71b620170731143343/05d394
 

Steps to reproduce:

1. Open app
2. Click "rotate landscape" to set orientation to landscape
3. Pause app
4. Resume app
5. Click "rotate portrait" to set orientation to portrait
6. Nothing happens, app stays in landscape
7. Only after wiggling the d

Same steps without pause/resume doesn't give any issues.[^attachment-name.zip]



--
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-12402) Apps with ampersand (&) in the name throw build error in cordova-ios@4.3.0+

2017-02-13 Thread Sven Tobback (JIRA)

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

Sven Tobback commented on CB-12402:
---

[~kerrishotts]

FYI When using & in the config.xml the iOS build still fails because of the 
workspace error.

> Apps with ampersand (&) in the name throw build error in cordova-ios@4.3.0+
> ---
>
> Key: CB-12402
> URL: https://issues.apache.org/jira/browse/CB-12402
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.0, 4.3.1
>Reporter: Sven Tobback
>Priority: Blocker
>
> Cordova apps with an ampersand in the name give a build error since 
> cordova-ios 4.3.0: 
> "xcodebuild: error: Unable to load workspace 'Tom & Jerry.xcworkspace'.
>   Reason: Could not open workspace file at ~/git/Tom & 
> Jerry/platforms/ios/Tom & Jerry.xcworkspace/contents.xcworkspacedata"
> I found that the problem is with the .xcworkspace file. The ampersand doesn't 
> get encoded in the XML files that are generated.
> PR that created the problem: https://github.com/apache/cordova-ios/pull/247
> Reproduce:
> 1. run cordova create HelloCordova
> 2. edit config.xml  tag inside to "Tom & Jerry"
> 3. run cordova platform add ios@4.3.1
> 4. run cordova build ios 
> --> ERROR



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Comment Edited] (CB-12402) Apps with ampersand (&) in the name throw build error in cordova-ios@4.3.0+

2017-02-13 Thread Sven Tobback (JIRA)

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

Sven Tobback edited comment on CB-12402 at 2/13/17 10:45 AM:
-

[~kerrishotts]

FYI When using & in the config.xml the iOS build still fails because of 
the workspace error.


was (Author: svent):
[~kerrishotts]

FYI When using & in the config.xml the iOS build still fails because of the 
workspace error.

> Apps with ampersand (&) in the name throw build error in cordova-ios@4.3.0+
> ---
>
> Key: CB-12402
> URL: https://issues.apache.org/jira/browse/CB-12402
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.0, 4.3.1
>Reporter: Sven Tobback
>Priority: Blocker
>
> Cordova apps with an ampersand in the name give a build error since 
> cordova-ios 4.3.0: 
> "xcodebuild: error: Unable to load workspace 'Tom & Jerry.xcworkspace'.
>   Reason: Could not open workspace file at ~/git/Tom & 
> Jerry/platforms/ios/Tom & Jerry.xcworkspace/contents.xcworkspacedata"
> I found that the problem is with the .xcworkspace file. The ampersand doesn't 
> get encoded in the XML files that are generated.
> PR that created the problem: https://github.com/apache/cordova-ios/pull/247
> Reproduce:
> 1. run cordova create HelloCordova
> 2. edit config.xml  tag inside to "Tom & Jerry"
> 3. run cordova platform add ios@4.3.1
> 4. run cordova build ios 
> --> ERROR



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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



[jira] [Created] (CB-12402) Apps with ampersand (&) in the name throw build error in cordova-ios@4.3.0+

2017-01-26 Thread Sven Tobback (JIRA)
Sven Tobback created CB-12402:
-

 Summary: Apps with ampersand (&) in the name throw build error in 
cordova-ios@4.3.0+
 Key: CB-12402
 URL: https://issues.apache.org/jira/browse/CB-12402
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 4.3.0
Reporter: Sven Tobback
Priority: Blocker


Cordova apps with an ampersand in the name give a build error since cordova-ios 
4.3.0: 

"xcodebuild: error: Unable to load workspace 'Tom & Jerry.xcworkspace'.
Reason: Could not open workspace file at ~/git/Tom & 
Jerry/platforms/ios/Tom & Jerry.xcworkspace/contents.xcworkspacedata"

I found that the problem is with the .xcworkspace file. The ampersand doesn't 
get encoded in the XML files that are generated.

PR that created the problem: https://github.com/apache/cordova-ios/pull/247

Reproduce:

1. run cordova create HelloCordova
2. edit config.xml  tag inside to "Tom & Jerry"
3. run cordova platform add ios@4.3.1
4. run cordova build ios 
--> ERROR



--
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] [Resolved] (CB-10379) Update splashscreen node package to 3.1.0

2016-01-22 Thread Sven Tobback (JIRA)

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

Sven Tobback resolved CB-10379.
---
Resolution: Fixed

ok

> Update splashscreen node package to 3.1.0
> -
>
> Key: CB-10379
> URL: https://issues.apache.org/jira/browse/CB-10379
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Sven Tobback
>
> The node package of the splashscreen plugin still refers to version 3.0.0 
> while 3.1.0 is available: 
> https://www.npmjs.com/package/cordova-plugin-splashscreen.
> Kind Regards,
> Sven T



--
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-10379) Update splashscreen node package to 3.1.0

2016-01-18 Thread Sven Tobback (JIRA)

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

Sven Tobback updated CB-10379:
--
Description: 
The node package of the splashscreen plugin still refers to version 3.0.0 while 
3.1.0 is available: https://www.npmjs.com/package/cordova-plugin-splashscreen.

Kind Regards,
Sven T



  was:The node package of the splashscreen plugin still refers to version 3.0.0 
while 3.1.0 is available: 
https://www.npmjs.com/package/cordova-plugin-splashscreen


> Update splashscreen node package to 3.1.0
> -
>
> Key: CB-10379
> URL: https://issues.apache.org/jira/browse/CB-10379
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Sven Tobback
>
> The node package of the splashscreen plugin still refers to version 3.0.0 
> while 3.1.0 is available: 
> https://www.npmjs.com/package/cordova-plugin-splashscreen.
> Kind Regards,
> Sven T



--
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-10379) Update splashscreen node package to 3.1.0

2016-01-18 Thread Sven Tobback (JIRA)

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

Sven Tobback updated CB-10379:
--
Description: The node package of the splashscreen plugin still refers to 
version 3.0.0 while 3.1.0 is available: 
https://www.npmjs.com/package/cordova-plugin-splashscreen  (was: The node 
package still refers to 3.0.0: 
https://www.npmjs.com/package/cordova-plugin-splashscreen)

> Update splashscreen node package to 3.1.0
> -
>
> Key: CB-10379
> URL: https://issues.apache.org/jira/browse/CB-10379
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Reporter: Sven Tobback
>
> The node package of the splashscreen plugin still refers to version 3.0.0 
> while 3.1.0 is available: 
> https://www.npmjs.com/package/cordova-plugin-splashscreen



--
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-10379) Update splashscreen node package to 3.1.0

2016-01-18 Thread Sven Tobback (JIRA)
Sven Tobback created CB-10379:
-

 Summary: Update splashscreen node package to 3.1.0
 Key: CB-10379
 URL: https://issues.apache.org/jira/browse/CB-10379
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin SplashScreen
Reporter: Sven Tobback


The node package still refers to 3.0.0: 
https://www.npmjs.com/package/cordova-plugin-splashscreen



--
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-8480) DisallowOverscroll doesn't work in windows (universal) app

2015-12-15 Thread Sven Tobback (JIRA)

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

Sven Tobback commented on CB-8480:
--

+1 Having the same issue.

This is a huge throwback if you want to simulate a native look and feel. 
-ms-content-zooming: none; provides an alternitive but -ms-touch-action:none; 
is just not an option.

> DisallowOverscroll doesn't work in windows (universal) app
> --
>
> Key: CB-8480
> URL: https://issues.apache.org/jira/browse/CB-8480
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
> Environment: windows phone 8.1
>Reporter: Sarmad Eternal
>  Labels: patch, universal, windows, wp8.1
>
> There is no way to stop the bouncing window when scrolling like ofther 
> platforms as DisallowOverscroll doesn't seems to be working for me.
> Microsoft provides this CSS:
> -ms-touch-action:none;
> But it kills the scrolling everywhere in the app, so I used it like this
> -ms-touch-action:pan-y;
> which keeps the vertical scrolling working "with bouncing" but makes using 
> swipe event very responsive.
> Disabling the zoom also helps and its easy to do through the CSS 
> :-ms-content-zooming: none;
> There are few solution out there to be done though c#, but they make the 
> scrolling sluggish and not smooth.
> Thanks



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