Thank you for your tip, Panman.
I have not found the place to set all values to fixed editing
androidmanifest.xml in Eclipse, as you suggested, but I have changed
in that file the line:
<activity android:name=".DroidGap"
android:label="@string/app_name"
android:screenOrientation="landscape" >
to :
<activity android:name=".DroidGap"
android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden" >
and it works perfectly!
Best Regards,
David.