You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2014/06/11 17:22:02 UTC

[jira] [Commented] (CB-6910) Cordova app is killed by element on some Androids

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

Joe Bowser commented on CB-6910:
--------------------------------

Which version of Android is your S4 running?  Need to know, since the WebView in Jellybean is different than in KitKat and both are different than the stock Android.

> Cordova app is killed by <progress> element on some Androids
> ------------------------------------------------------------
>
>                 Key: CB-6910
>                 URL: https://issues.apache.org/jira/browse/CB-6910
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.4.0, 3.5.0
>            Reporter: Martin Hujer
>
> When you create a Cordova app and put this content into index.html file:
> {code}
> <!DOCTYPE html>
> <html>
>     <body>
>         <progress id="pr-3" style="width: 200px"></progress>
>     </body>
> </html>
> {code}
> it kills Android app with with SIGSEGV on certain Androids (such as Samsung Galaxy S4 - GT-I9195).
> {code}
> 06-10 16:19:56.473: A/libc(5668): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 5682 (WebViewCoreThre)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)