Problem with UI when keyboard appears

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
kararak95
Posts: 6
Joined: Sat Jun 21, 2014 8:01 am

Problem with UI when keyboard appears

Post by kararak95 » Sat Jun 21, 2014 4:33 pm

Hi there :)
I have one problem. When I open android keyboard in my app the whole UI moves up
How can I fix that?
Regards Karen

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Problem with UI when keyboard appears

Post by Simon » Sat Jun 21, 2014 7:43 pm

Hi Karen,
This is a funny one....
Remove accelerated rendering.
Don't know why that has anything to do with it but it will fix your problem.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

kararak95
Posts: 6
Joined: Sat Jun 21, 2014 8:01 am

Re: Problem with UI when keyboard appears

Post by kararak95 » Sat Jun 21, 2014 8:31 pm

Thanks it worked :)
actually I had set the compositortype of my stack to opengl. I removed it and it worked well.
sorry for my English
Regards

Post Reply