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/09/20 00:41:34 UTC

[jira] [Resolved] (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:all-tabpanel ]

Joe Bowser resolved CB-6910.
----------------------------
    Resolution: Won't Fix

This isn't something we can fix easily.  In 4.0.x you can use a 3rd Party WebView, but that's like using a sledgehammer to put in a nail so you can hang a painting.

> 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
>            Assignee: Joe Bowser
>            Priority: Minor
>
> 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.3.4#6332)