[jira] [Comment Edited] (CB-8679) Cordova InAppBrowser HTML5 Audio problem on iOS

2015-07-01 Thread Jon Maim (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14609634#comment-14609634
 ] 

Jon Maim edited comment on CB-8679 at 7/1/15 6:41 AM:
--

Thanks @jl for reporting and proposing a fix as well!


was (Author: jonmaim):
Thanks @jl for reporting and proposing a fix.

 Cordova InAppBrowser HTML5 Audio problem on iOS
 ---

 Key: CB-8679
 URL: https://issues.apache.org/jira/browse/CB-8679
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.4.0, 3.5.0, 4.0.0, 4.1.3
 Environment: iOS 8.x, all tablets (iPads)
Reporter: jl
  Labels: audio, html5, inappbrowser, ios, notification, sound

 I'm opening a HTML5 website or project that uses sound/audio may it be in 
 form of video or some pictureless audio source. I use '_blank' and 
 'location=yes' as properties. While on android the sounds plays without 
 problems and is correctly classified as media sound, on iOS there seems to be 
 a bug there, since the hardware switch of the iPad mutes the sound, although 
 it is only supposed to mute notification sounds. Additionally in other apps, 
 all media is playing correctly, with hearable sound. Even if I open the HTML5 
 project in either Safari or Chrome, the audio plays correctly with muted 
 notification sounds.Only in the cordova InAppBrowser it does not work 
 correctly.
 I'm basically addressing this issue: 
 http://thenextweb.com/apple/2012/10/04/its-not-just-you-the-mute-toggle-of-your-iphone-works-different-on-ios-6/
  only that the issue also occurs on iPads!



--
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-8679) Cordova InAppBrowser HTML5 Audio problem on iOS

2015-07-01 Thread Jon Maim (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14609634#comment-14609634
 ] 

Jon Maim commented on CB-8679:
--

Thanks @jl for reporting and proposing a fix.

 Cordova InAppBrowser HTML5 Audio problem on iOS
 ---

 Key: CB-8679
 URL: https://issues.apache.org/jira/browse/CB-8679
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.4.0, 3.5.0, 4.0.0, 4.1.3
 Environment: iOS 8.x, all tablets (iPads)
Reporter: jl
  Labels: audio, html5, inappbrowser, ios, notification, sound

 I'm opening a HTML5 website or project that uses sound/audio may it be in 
 form of video or some pictureless audio source. I use '_blank' and 
 'location=yes' as properties. While on android the sounds plays without 
 problems and is correctly classified as media sound, on iOS there seems to be 
 a bug there, since the hardware switch of the iPad mutes the sound, although 
 it is only supposed to mute notification sounds. Additionally in other apps, 
 all media is playing correctly, with hearable sound. Even if I open the HTML5 
 project in either Safari or Chrome, the audio plays correctly with muted 
 notification sounds.Only in the cordova InAppBrowser it does not work 
 correctly.
 I'm basically addressing this issue: 
 http://thenextweb.com/apple/2012/10/04/its-not-just-you-the-mute-toggle-of-your-iphone-works-different-on-ios-6/
  only that the issue also occurs on iPads!



--
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-7750) iOS app crashes on start after update

2015-04-14 Thread Jon Maim (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14494003#comment-14494003
 ] 

Jon Maim commented on CB-7750:
--

[~shazron] just a quick question: is this bug related to UIWebView, and thus 
can we assume that it will not be there when switching to WKWebView?

Thanks!

Btw crashes are still present in iOS 8.3.

 iOS app crashes on start after update
 -

 Key: CB-7750
 URL: https://issues.apache.org/jira/browse/CB-7750
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.6.3
 Environment: iOS 8
Reporter: Kuan Yi Ming
Assignee: Shazron Abdullah

 There is a possibility of a Cordova app crashing on launch after it has been 
 updated on iOS, possibly related to a memory deallocation issue. The logs for 
 the crashed thread is as below:
 {code}
 Thread 8 name:  WebThread
 Thread 8 Crashed:
 0   libobjc.A.dylib   0x35094f47 objc_msgSend + 7
 1   CoreFoundation0x27617269 CFRelease + 597
 2   QuartzCore0x2a5d2d21 
 CA::release_objects(X::Listvoid const**) + 13
 3   QuartzCore0x2a5d8083 -[CAAnimation dealloc] + 51
 4   libobjc.A.dylib   0x350a2d5b 
 objc_object::sidetable_release(bool) + 163
 5   libobjc.A.dylib   0x350a31a5 (anonymous 
 namespace)::AutoreleasePoolPage::pop(void*) + 401
 6   CoreFoundation0x276223a5 _CFAutoreleasePoolPop + 13
 7   Foundation0x2836092b -[NSAutoreleasePool drain] + 
 119
 8   CFNetwork 0x2723af1d 
 AutoAutoreleasePool::~AutoAutoreleasePool() + 21
 9   CFNetwork 0x2721effb 
 ___ZN27URLConnectionClient_Classic18_withDelegateAsyncEPKcU13block_pointerFvP16_CFURLConnectionPK33CFURLConnectionClientCurrent_VMaxE_block_invoke_2
  + 163
 10  CFNetwork 0x27173beb 
 RunloopBlockContext::_invoke_block(void const*, void*) + 59
 11  CoreFoundation0x2762208b CFArrayApplyFunction + 35
 12  CFNetwork 0x27173aa3 
 RunloopBlockContext::perform() + 179
 13  CFNetwork 0x2717396b MultiplexerSource::perform() 
 + 215
 14  CFNetwork 0x271737fd 
 MultiplexerSource::_perform(void*) + 45
 15  CoreFoundation0x276d658d 
 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 13
 16  CoreFoundation0x276d5a2d __CFRunLoopDoSources0 + 361
 17  CoreFoundation0x276d4001 __CFRunLoopRun + 769
 18  CoreFoundation0x2762261d CFRunLoopRunSpecific + 473
 19  CoreFoundation0x2762242f CFRunLoopRunInMode + 103
 20  WebCore   0x32b5d9b7 RunWebThread(void*) + 415
 21  libsystem_pthread.dylib   0x3574be91 _pthread_body + 137
 22  libsystem_pthread.dylib   0x3574be03 _pthread_start + 115
 23  libsystem_pthread.dylib   0x35749b8c thread_start + 4
 {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