String s="..<td colspan=2 style='border-bottom: solid 1px #efefef; width:100%'>" +
"<iframe width=\"100%\" height=\"150\" frameborder=\"0\" style=\"border: solid 1px #dedede; padding:2px;\" scrolling=\"no\" " +
"src=\"http://maps.google.com/maps?f=q&source=s_q&hl=hu&geocode=&" +
"q="+address+"&ie=UTF8&hq=&hnear="+address+"&z=14&output=embed\"></iframe>"+
"</td>" +
"</tr>...";
webview.loadDataWithBaseURL (null, s, "text/html", "utf-8", "about:blank");
これは機能しません...「読み込み」とログインウィンドウが表示されます。どうして?通常のブラウザではこれが動作します。Androidはマップアドレスをwebview(iframe)に追加します
私はmapviewを知っていますが、私はこの場合に必要です、あなたに感謝! setJavascriptEnabledは私の問題を解決しました。 – lacas