[jira] [Comment Edited] (CB-11423) Web view shrinks after locking screen orientation

2016-08-03 Thread Joe Meeks (JIRA)

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

Joe Meeks edited comment on CB-11423 at 8/3/16 8:42 PM:


[~tony--] are you using a WKWebView? Version 0.6.9 of the Telerik WKWebView 
Polyfill is in use in my app that exhibits this behavior.

https://github.com/Telerik-Verified-Plugins/WKWebView

My guess is that [~rbarriuso] is using this or Shazron's Cordova WKWebView also.

http://plugins.telerik.com/cordova/plugin/cordova-wkwebview-engine




was (Author: taekwonjoe):
[~tony--] are you using a WKWebView? version 0.6.9 of the Telerik WKWebView 
Polyfill is in use in my app that exhibits this behavior.

https://github.com/Telerik-Verified-Plugins/WKWebView

My guess is that [~rbarriuso] is using this or Shazron's Cordova WKWebView also.

http://plugins.telerik.com/cordova/plugin/cordova-wkwebview-engine



> Web view shrinks after locking screen orientation
> -
>
> Key: CB-11423
> URL: https://issues.apache.org/jira/browse/CB-11423
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: 1.4.2
> Environment: Using:
> - Cordova CLI 6.2.0
> - cordova-ios 4.1.1
> - Xcode 7.3
> - OSX 10.11.5
> Best reproduced on an iOS simulator with iPhone 6s Plus and iOS 9.3.
>Reporter: Rafael Barriuso
>Assignee: Tony Homer
> Attachments: cb-11423-joe1.png, cb-11423-joe2.png
>
>
> Since version 1.4.2 "screen.lockOrientation" works on iOS 9, but for some 
> reason, in some phones the dimensions of the web view are wrong after 
> changing to the new orientation.
> Before locking:
> !https://www.dropbox.com/s/t2jcqqmg1hni22t/Sim-screenshot2.png?dl=1!
> After locking:
> !https://www.dropbox.com/s/p64324riwqzepzz/Sim-screenshot1.png?dl=1!
> Steps to reproduce:
> 1) Prepare a cordova app including cordova-plugin-screen-orientation.
> 2) Run the application on a Xcode simulator for iPhone 6s Plus and iOS 9.3.
> 3) Rotate the simulator to the left (menu -> Hardware -> Rotate left).
> 4) Open the Safari web inspector connected to the app running on the 
> simulator.
> 5) In the console, run: window.screen.lockOrientation("portrait-primary")
> 6) The width of the resulting "" is shrink, as reported by the Safari 
> web inspector (e.g. in my case to 92px whereas it should be 414px).



--
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-11423) Web view shrinks after locking screen orientation

2016-08-03 Thread Joe Meeks (JIRA)

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

Joe Meeks commented on CB-11423:


[~tony--] are you using a WKWebView? version 0.6.9 of the Telerik WKWebView 
Polyfill is in use in my app that exhibits this behavior.

https://github.com/Telerik-Verified-Plugins/WKWebView

My guess is that [~rbarriuso] is using this or Shazron's Cordova WKWebView also.

http://plugins.telerik.com/cordova/plugin/cordova-wkwebview-engine



> Web view shrinks after locking screen orientation
> -
>
> Key: CB-11423
> URL: https://issues.apache.org/jira/browse/CB-11423
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: 1.4.2
> Environment: Using:
> - Cordova CLI 6.2.0
> - cordova-ios 4.1.1
> - Xcode 7.3
> - OSX 10.11.5
> Best reproduced on an iOS simulator with iPhone 6s Plus and iOS 9.3.
>Reporter: Rafael Barriuso
>Assignee: Tony Homer
> Attachments: cb-11423-joe1.png, cb-11423-joe2.png
>
>
> Since version 1.4.2 "screen.lockOrientation" works on iOS 9, but for some 
> reason, in some phones the dimensions of the web view are wrong after 
> changing to the new orientation.
> Before locking:
> !https://www.dropbox.com/s/t2jcqqmg1hni22t/Sim-screenshot2.png?dl=1!
> After locking:
> !https://www.dropbox.com/s/p64324riwqzepzz/Sim-screenshot1.png?dl=1!
> Steps to reproduce:
> 1) Prepare a cordova app including cordova-plugin-screen-orientation.
> 2) Run the application on a Xcode simulator for iPhone 6s Plus and iOS 9.3.
> 3) Rotate the simulator to the left (menu -> Hardware -> Rotate left).
> 4) Open the Safari web inspector connected to the app running on the 
> simulator.
> 5) In the console, run: window.screen.lockOrientation("portrait-primary")
> 6) The width of the resulting "" is shrink, as reported by the Safari 
> web inspector (e.g. in my case to 92px whereas it should be 414px).



--
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-11425) iOS Unlock Behavior Inconsistent with Android

2016-06-13 Thread Joe Meeks (JIRA)
Joe Meeks created CB-11425:
--

 Summary: iOS Unlock Behavior Inconsistent with Android
 Key: CB-11425
 URL: https://issues.apache.org/jira/browse/CB-11425
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, iOS, Plugin Screen Orientation
Affects Versions: 1.4.2
 Environment: Cordova 4.0.0 (iOS 3.8.0)
Screen Orientation Plugin 1.4.2
iOS 9.3.2
Android 5.0.1
Reporter: Joe Meeks
Assignee: Shazron Abdullah


When setting the supported interface orientation to only portrait and running 
the deployed app on iOS and Android devices, the screen.unlockOrientation() 
method enables landscape orientation rotation on only Android but not iOS.

When setting the supported interface orientation to both portrait and landscape 
and running the deployed app on iOS and Android devices, the 
screen.unlockOrientation() method enables landscape orientation rotation on 
both Android and iOS.

Configuring the app as portrait only and then programmatically unlocking and 
enabling landscape orientation is desirable for single-orientation splash 
screen display and preventing this other rotation bug:
https://issues.apache.org/jira/browse/CB-11423



--
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-11423) Web view shrinks after locking screen orientation

2016-06-13 Thread Joe Meeks (JIRA)

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

Joe Meeks edited comment on CB-11423 at 6/13/16 9:23 PM:
-

Other steps to reproduce:
Run on device (iOS 9.3.2, Cordova 4.0.0/iOS 3.8.0)
1) launch app with device in landscape mode
2.) after splashscreen hides, rotate app to portrait orientation
3) width of the webview is about 1/5th of the device portrait width


was (Author: taekwonjoe):
Other steps to reproduce:
Run on device (iOS 9.3.2, Cordova 4.0.0/iOS 3.8.0)
1) launch app with device in landscape mode
2.) after splashscreen hides, rotate app to portrait orientation
3) width of the webivew is about 1/5th of the device portrait width

> Web view shrinks after locking screen orientation
> -
>
> Key: CB-11423
> URL: https://issues.apache.org/jira/browse/CB-11423
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin Screen Orientation
>Affects Versions: 1.4.2
> Environment: Using:
> - Cordova CLI 6.2.0
> - cordova-ios 4.1.1
> - Xcode 7.3
> - OSX 10.11.5
> Best reproduced on an iOS simulator with iPhone 6s Plus and iOS 9.3.
>Reporter: Rafael Barriuso
>Assignee: Shazron Abdullah
>
> Since version 1.4.2 "screen.lockOrientation" works on iOS 9, but for some 
> reason, in some phones the dimensions of the web view are wrong after 
> changing to the new orientation.
> Before locking:
> !https://www.dropbox.com/s/t2jcqqmg1hni22t/Sim-screenshot2.png?dl=1!
> After locking:
> !https://www.dropbox.com/s/p64324riwqzepzz/Sim-screenshot1.png?dl=1!
> Steps to reproduce:
> 1) Prepare a cordova app including cordova-plugin-screen-orientation.
> 2) Run the application on a Xcode simulator for iPhone 6s Plus and iOS 9.3.
> 3) Rotate the simulator to the left (menu -> Hardware -> Rotate left).
> 4) Open the Safari web inspector connected to the app running on the 
> simulator.
> 5) In the console, run: window.screen.lockOrientation("portrait-primary")
> 6) The width of the resulting "" is shrink, as reported by the Safari 
> web inspector (e.g. in my case to 92px whereas it should be 414px).



--
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-11423) Web view shrinks after locking screen orientation

2016-06-13 Thread Joe Meeks (JIRA)

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

Joe Meeks commented on CB-11423:


Other steps to reproduce:
Run on device (iOS 9.3.2, Cordova 4.0.0/iOS 3.8.0)
1) launch app with device in landscape mode
2.) after splashscreen hides, rotate app to portrait orientation
3) width of the webivew is about 1/5th of the device portrait width

> Web view shrinks after locking screen orientation
> -
>
> Key: CB-11423
> URL: https://issues.apache.org/jira/browse/CB-11423
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS, Plugin Screen Orientation
>Affects Versions: 1.4.2
> Environment: Using:
> - Cordova CLI 6.2.0
> - cordova-ios 4.1.1
> - Xcode 7.3
> - OSX 10.11.5
> Best reproduced on an iOS simulator with iPhone 6s Plus and iOS 9.3.
>Reporter: Rafael Barriuso
>Assignee: Shazron Abdullah
>
> Since version 1.4.2 "screen.lockOrientation" works on iOS 9, but for some 
> reason, in some phones the dimensions of the web view are wrong after 
> changing to the new orientation.
> Before locking:
> !https://www.dropbox.com/s/t2jcqqmg1hni22t/Sim-screenshot2.png?dl=1!
> After locking:
> !https://www.dropbox.com/s/p64324riwqzepzz/Sim-screenshot1.png?dl=1!
> Steps to reproduce:
> 1) Prepare a cordova app including cordova-plugin-screen-orientation.
> 2) Run the application on a Xcode simulator for iPhone 6s Plus and iOS 9.3.
> 3) Rotate the simulator to the left (menu -> Hardware -> Rotate left).
> 4) Open the Safari web inspector connected to the app running on the 
> simulator.
> 5) In the console, run: window.screen.lockOrientation("portrait-primary")
> 6) The width of the resulting "" is shrink, as reported by the Safari 
> web inspector (e.g. in my case to 92px whereas it should be 414px).



--
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-3450) 2.5.0 js frameworks initialization onDeviceReady required iOS

2013-05-22 Thread Joe Meeks (JIRA)

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

Joe Meeks commented on CB-3450:
---

This bug appears to be fixed with Cordova 2.7.0. Thank you Apache Cordova team 
for all you do.

> 2.5.0 js frameworks initialization onDeviceReady required iOS 
> --
>
> Key: CB-3450
> URL: https://issues.apache.org/jira/browse/CB-3450
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.5.0
> Environment: PhoneGap Webview on iOS
>Reporter: Joe Meeks
>Assignee: Shazron Abdullah
>
> Cordova 2.5.0 introduced a bug fir iOS in which Kendo Mobile and jqTouch js 
> frameworks (among possibly others) must be initialized on deviceready or 
> splash screens will not hide (Android js framework initialization on 
> document.ready or in a script tag at the bottom of the page still works). In 
> some cases rotating the device to landscape orientation will show the webview 
> UI but obstructed by the splash screen. Splash screen spinners are also not 
> displayed at all.
> Original issue topics reported on PhoneGap Build forums:
> http://community.phonegap.com/nitobi/topics/ios_2_5_0_splash_not_hiding
> http://community.phonegap.com/nitobi/topics/phonegap_build_with_2_5_0_ios_ipa_bug_report
> http://community.phonegap.com/nitobi/topics/app_gets_stuck_on_splashscreen_on_iphone

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-3450) 2.5.0 js frameworks initialization onDeviceReady required iOS

2013-05-21 Thread Joe Meeks (JIRA)
Joe Meeks created CB-3450:
-

 Summary: 2.5.0 js frameworks initialization onDeviceReady required 
iOS 
 Key: CB-3450
 URL: https://issues.apache.org/jira/browse/CB-3450
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.5.0
 Environment: PhoneGap Webview on iOS
Reporter: Joe Meeks
Assignee: Shazron Abdullah


Cordova 2.5.0 introduced a bug fir iOS in which Kendo Mobile and jqTouch js 
frameworks (among possibly others) must be initialized on deviceready or splash 
screens will not hide (Android js framework initialization on document.ready or 
in a script tag at the bottom of the page still works). In some cases rotating 
the device to landscape orientation will show the webview UI but obstructed by 
the splash screen. Splash screen spinners are also not displayed at all.

Original issue topics reported on PhoneGap Build forums:
http://community.phonegap.com/nitobi/topics/ios_2_5_0_splash_not_hiding
http://community.phonegap.com/nitobi/topics/phonegap_build_with_2_5_0_ios_ipa_bug_report
http://community.phonegap.com/nitobi/topics/app_gets_stuck_on_splashscreen_on_iphone

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (CB-2826) iOS 6.1.2 & 6.1.3 input type="file" with

2013-04-08 Thread Joe Meeks (JIRA)

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

Joe Meeks commented on CB-2826:
---

Shazron, here is an example of the bug described. The upload endpoint for this 
example is my personal site on a GoDaddy shared hosting account so videos 
captured from iOS devices that are longer than 4 seconds or so tend to time 
out. The production version of this code in my company's iOS app compiled with 
PhoneGap Build only sends 0 byte files for selected video (images upload fine) 
in webviews on iOS 6.1.2 and 6.1.3 (iOS 6.0 and 6.0.1 are fine).

https://github.com/JoeMeeks/PhoneGapHtml5Upload

> iOS 6.1.2 & 6.1.3 input type="file" with 
> -
>
> Key: CB-2826
> URL: https://issues.apache.org/jira/browse/CB-2826
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 2.3.0
> Environment: PhoneGap Build compiled with Cordova 2.3.0 on iOS 6.1.2 
> and 6.1.3
>Reporter: Joe Meeks
>Assignee: Shazron Abdullah
>Priority: Blocker
>
> My app is compiled with PhoneGap Build using Cordova 2.3.0. The following 
> file input html5 tag works fine for video and image uploads on iOS 6.0.1 in a 
> PhoneGap web view. However on iOS 6.1.2 and 6.1.3 after selecting a video a 0 
> byte video is uploaded in a PhoneGap web view but video uploads work fine in 
> Mobile Safari. It seems to me to be an issue with Cordova handling videos on 
> the latest iOS versions although images continue to work fine.
>   onchange="mediaUpload(this)" />
> I am aware that the next update for PhoneGap Build will support Cordova 2.5.0 
> and thus html5 file input tags for Android (which is fantastic) but might 
> this recent iOS version bug be addressed too? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (CB-2826) iOS 6.1.2 & 6.1.3 input type="file" with

2013-03-27 Thread Joe Meeks (JIRA)
Joe Meeks created CB-2826:
-

 Summary: iOS 6.1.2 & 6.1.3 input type="file" with 
 Key: CB-2826
 URL: https://issues.apache.org/jira/browse/CB-2826
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.3.0
 Environment: PhoneGap Build compiled with Cordova 2.3.0 on iOS 6.1.2 
and 6.1.3
Reporter: Joe Meeks
Assignee: Shazron Abdullah
Priority: Blocker


My app is compiled with PhoneGap Build using Cordova 2.3.0. The following file 
input html5 tag works fine for video and image uploads on iOS 6.0.1 in a 
PhoneGap web view. However on iOS 6.1.2 and 6.1.3 after selecting a video a 0 
byte video is uploaded in a PhoneGap web view but video uploads work fine in 
Mobile Safari. It seems to me to be an issue with Cordova handling videos on 
the latest iOS versions although images continue to work fine.

 

I am aware that the next update for PhoneGap Build will support Cordova 2.5.0 
and thus html5 file input tags for Android (which is fantastic) but might this 
recent iOS version bug be addressed too? 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira