accordion to the sdk doc, "pan" is default for <softKeyboardBehavior>,but,after decompress generated *.apk file, look up in the AndroidManifest.xml, it is android:windowSoftInputMode="stateHidden|adjustResized".
I tried to add <softKeyboardBehavior>pan</softKeyboardBehavior> to app.xml, but it not work.
Anyway, It should be android:windowSoftInputMode="stateHidden|adjustPan"?
Is it a BUG?