What steps will reproduce the problem?
1.createEngine(true);
2.LayoutInflater.from(activity).inflate(R.layout.input_box,
activity.getInterface());
R.layout.input_box is a xml file with RelativeLayout
What is the expected output?
game screen is the same as before
What do you see instead?
when inputing Chinese, the whole screen will move up a little, after inputing
and shut down keyboard, screen will move back, but my input_box has been cut.
What version of Rokon are you using?
latest revision 364 from svn
On which version of Android are you experiencing this?
1.5, both in emulator and samsung i5700
Please provide any additional information below.
It only happens when my game is portrait, when landscape,the popup keyboard
will hold the whole screen, so it's OK when landscape.
Original issue reported on code.google.com by rayjun...@gmail.com on 12 Aug 2010 at 3:40
Original issue reported on code.google.com by
rayjun...@gmail.com
on 12 Aug 2010 at 3:40Attachments: