Martin Hujer created CB-6910:
--------------------------------
Summary: 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.5.0, 3.4.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-I919).
{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)