RSS リーダーを見つけて、それにいくつかの変更を加えました。それは私に「アプリケーションエラー」を与えました。"(file:///android_assset/www/index.html)".
その理由は、巨大なデータをダウンロードしようとしてクラッシュしたためだと思いました。私がしたことはこれです:
サーバーからすべての Javascript と CSS をダウンロードし、ローカルでアクセスしようとしました。しかし、空白の画面が表示されます。
これにより、上記のエラーが発生します。
<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">
そして、これは空白の画面を提供します:
<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">