Hi all,
I know this is an old post, but I'm seeing the same on my Android app now. I am using 2.9.0.
I have forced the app into Landscape and I see this problem - selecting an input field isn't moving the keyboard below the input, it just covers it.
How would I go about fixing this with the above change? There is no AndroidManifest.xml for me... just the config.xml for phonegap.
I tried adding:
<preference name="windowSoftInputMode" value="adjustResize" />
But no luck.
Thank you.
Kind Regards,
Gary Shergill
On Thursday, 17 January 2013 19:27:24 UTC, Armin Krauss wrote:
Hi maales,
I seem to have a similar problem and tried to add android:windowSoftInputMode="adjustPan"
to the AndroidManifest.xml without an effect.
Then I did android:windowSoftInputMode="adjustResize" and that works. Give it a try.
Armin
On Friday, May 25, 2012 5:22:07 AM UTC-4, maales wrote: