私は最近、html、css、javascript を使用して Android アプリを作成し、phonegap を介してそれらを実行して実際のアプリを作成しました。私が 1 台の電話で遭遇した問題の 1 つは、テキストが小さすぎることです。また、少し小さい画像もあります。ビューポート メタ タグを追加しましたが、どちらも機能しないようです。メタタグは次のとおりです。
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />`
見た目はこんな感じ
これはどのように見えるべきかです: