Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバー上のリモートHTMLを介してローカルソースのような画像をロードしようとしています。アプリを実行すると、次のエラーが発生します。
ローカル リソースの読み込みが許可されていません: file:///android_asset/www/img/logo.png:0
これを解決するには?誰でも?:(
png が既にアセット フォルダーにある場合は、これを html で使用します。
<img src="www/img/logo.png"/>