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.
Web ビューが外部 URL を読み込んでいます。外部の Web サイトが読み込まれていますが、位置合わせの問題があります。しかし、同じ URL が iPhone に完全に読み込まれます。
WebViewfrom 設定のこれら 2 つのプロパティの修正を試みることができます
WebView
WebView browser = (WebView) findViewById(R.id.webview); browser.getSettings().setLoadWithOverviewMode(true); browser.getSettings().setUseWideViewPort(true);