I found an RSS reader and I made some changes to it. It gave me "Application Error". "(file:///android_assset/www/index.html)".
I thought the reason was that it's trying to download huge data so it crashed. What I did is this:
I downloaded all the Javascript and CSS from the server and tried to access it locally. But it's showing a blank screen.
This one gives the above mentioned error:
<html class="ui-mobile"><head><base href="http://fiddle.jshell.net/_display/"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>- jsFiddle demo</title> <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.js"></script> <link rel="stylesheet" type="text/css" href="/css/result-light.css">
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.6.2.min.js"></script> <link rel="stylesheet" type="text/css" href="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.css">
<style type="text/css">
And this one gives the Blank Screen:
<html class="ui-mobile"><head><base href="http://fiddle.jshell.net/_display/"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>- jsFiddle demo</title> <script type="text/javascript" src="jquery-1.6.4.js"></script>
<script type="text/javascript" src="jquery.mobile-1.0.1.js"></script>
<script type="text/javascript" src="jquery-1.6.2.min.js"></script> <link rel="stylesheet" type="text/css" href="jquery.mobile-1.0b2.min.css">
<style type="text/css">