In AndroidManifest.xml
on your main activity add the following:
android:windowSoftInputMode="adjustPan"
and
android:configChanges="orientation|keyboardHidden"
In index.html
add what traumalles pointed out:
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi" />
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…