Tagged Questions
3
votes
3answers
2k views
Why is PhoneGap Android app crashing while inserting bunch of data into SQL?
I have PhoneGap app running in Android. When the app starts, it inserts approximately 500 rows into SQL. Table has 10 columns. It's not a lot of data, I have a JSON in textfile and its size is about ...
2
votes
5answers
3k views
Why does my website crash in IE?
My site works fine in Firefox, but it crashes in IE.
I am using alot of jQuery in order to fade in content. When the user clicks on one of the above links a few times, it will crash in IE.
Here is ...
5
votes
5answers
2k views
My website keeps crashing IE, can't debug
I have a website that suddenly started to crash internet explorer.
The website loads and starts executing javascript but somewhere in there the machinery explodes. I don't even get a script error, it ...
1
vote
0answers
193 views
Android: requestFileSystem in WebView causing crash
I'm developing an offline app where I have to save files in html5 fs-sandbox.
At desktop in Chrome everything works fine.
But my android device is crashing with 10-12 10:49:53.953: A/libc(9231): ...
0
votes
0answers
607 views
jQuery1.4.2 $.ajax crashes IE6/7
I'm having a really hard time debugging one of our latest reported bugs. The problem occurs "randomly", not on every page load, sometimes I can "click" around for a minute or two before IE6/7 crashes. ...