[android-developers] Re: Why would SIGSEGV crash occur in Galaxy S3 Android WebView?

2012-11-29 Thread Johnabre
Hmm…I've still got a long way to go in narrowing this down to a simple test case, but I've gotten reproduction of the above SIGSEGV down to 2 HTML pages loaded from a plain webview app. The webview simply starts up and loads the first page:

[android-developers] Re: Why would SIGSEGV crash occur in Galaxy S3 Android WebView?

2012-10-17 Thread Johnabre
Thanks for replying! I've tried HW acceleration both ON and OFF, but unfortunately neither stopped the crashing. I also just tried lowering android:targetSdkVersion to 11, but that didn't help either =( There's some interplay with other parts of the app that I just have to find. For the

[android-developers] Re: Why would SIGSEGV crash occur in Galaxy S3 Android WebView?

2012-10-12 Thread Anthony Prieur
Try HW acceleration ON or OFF, ICS Webview has troubles with some CSS/CSS3 + HW acceleration. Also try to lower android:targetSdkVersion to 11 for example. Le jeudi 11 octobre 2012 08:09:54 UTC+2, Johnabre a écrit : I have a complex, interactive HTML5 in an Android WebView - and it works